COLOR #3B1423

HEX: #3B1423
RGB: (59,20,35)

Color info

#3B1423 contains red, green and blue colors in about the same proportion. Web safe color of #3B1423 is #330033 (or #303).

RGB color model

#3B1423 color RGB value is (59,20,35).

  • red value is 59;
  • green value is 20;
  • blue value is 35.
RGB:
(59,20,35)
(23%,8%,14%)

RGB channels and saturation

R 59 of 255 = 23%
G 20 of 255 = 8%
B 35 of 255 = 14%

59
20
35

R + G + B ~ 15%. #3B1423 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 20 + 35 = 114 (100%)
R 59 of 114 ~ 51.75%
G 20 of 114 ~ 17.54%
B 35 of 114 ~ 30.7%

%51.75
%17.54
%30.7

CMYK color model

#3B1423 color CMYK value is (0,66,41,77).

  • cyan value is 0.00%
  • magenta value is 66.10%
  • yellow value is 40.68%
  • key color value is 76.86%
CMYK:
(0,66,41,77)
C0M66Y41K77 
(0%,66%,41%,77%)
(0.00/0.66/0.41/0.77)	

CMYK percentages

%0
%66.1
%40.68
%76.86

Codes

Color #3B1423 in popluar color models

3B1423
RGB592035
HSL337°49.37%15.49%
HSB/HSV337°66.10%23.14%
CMYK0.00%66.10%40.68%
76.86%

Color #3B1423 in popluar number systems.

HEX3B1423
Decimal592035
Binary11101110100100011
Octal732443

Shades and tints

Shades of #3B1423

#3B1423
(59,20,35)
#361320
(54,19,32)
#31121D
(49,18,29)
#2C111A
(44,17,26)
#271017
(39,16,23)
#220F14
(34,15,20)
#1D0E11
(29,14,17)
#180D0E
(24,13,14)
#130C0B
(19,12,11)
#0E0B08
(14,11,8)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #3B1423

#3B1423
(59,20,35)
#4C2937
(76,41,55)
#5D3E4B
(93,62,75)
#6E535F
(110,83,95)
#7F6873
(127,104,115)
#907D87
(144,125,135)
#A1929B
(161,146,155)
#B2A7AF
(178,167,175)
#C3BCC3
(195,188,195)
#D4D1D7
(212,209,215)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B1423 color. Also use rgb(59,20,35) instead hex code.

Text Font Color

.myTextColor { color: #3B1423; }

<p style="color:#3B1423">This sample text font color is #3B1423.</p>

This text font color is #3B1423.


Background Color

.myBgColor { background-color: #3B1423; }

<div style="background-color:#3B1423">Inner text</div>

This div background color is #3B1423.


Border color

.myBorderColor { border: 1px solid #3B1423; }

<div style="border:3px solid #3B1423">Div</div>

This div border color is #3B1423.


Opacity

.myOpacity80 { color: #3B1423; opacity: 0.8; }

<p style="color:#3B1423;opacity:0.8;">80%</p>

Text with #3B1423 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3B1423;}

<p style="text-shadow: 3px 3px 1px #3B1423">Text here.</p>

This text has shadow with #3B1423 color.

.textShadow {text-shadow: 3px 3px 1px #3B1423, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3B1423, 5px 5px 20px red">Text here.</p>

This text has shadow with #3B1423 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3B1423, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3B1423, Direction=45, Strength=4)">Text</p>

This text has shadow with #3B1423 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3B1423;
  -webkit-box-shadow:	1px 1px 3px 2px #3B1423;
  box-shadow:		1px 1px 3px 2px #3B1423;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3B1423;
-webkit-box-shadow: 1px 1px 3px 2px #3B1423;
box-shadow:1px 1px 3px 2px #3B1423;">
Div content here</div>
This div box has shadow with color #3B1423.

Preview

Color preview on black background

This text has color #3B1423 on black background.


Color preview on white background

This text has color #3B1423 on white background.



Black color preview on #3B1423 background

This text has black color on #3B1423 background.


White color preview on #3B1423 background

This text has white color on #3B1423 background.