COLOR #3B0E18

HEX: #3B0E18 RGB: (59,14,24)

Color info

#3B0E18 contains red, green and blue colors in about the same proportion. Web safe color of #3B0E18 is #330000 (or #300).

RGB color model

#3B0E18 color RGB value is (59,14,24).

RGB: (59,14,24) (23%, 5%, 9%)

RGB channels and saturation

R 59 of 255 = 23%
G 14 of 255 = 5%
B 24 of 255 = 9%

59
14
24

R + G + B ~ 12%. #3B0E18 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 14 + 24 = 97 (100%)
R 59 of 97 ~ 60.82%
G 14 of 97 ~ 14.43%
B 24 of 97 ~ 24.74'%

%60.82
%14.43
%24.74

CMYK color model

#3B0E18 color CMYK value is (0,76,59,77).

  • cyan value is 0.00%
  • magenta value is 76.27%
  • yellow value is 59.32%
  • key color value is 76.86%

CMYK: (0,76,59,77)
C0M76Y59K77 (0%, 76%, 59%, 77%)
(0.00 / 0.76 / 0.59 / 0.77)

CMYK percentages

%0
%76.27
%59.32
%76.86

Codes

Color #3B0E18 in popluar color models

3B 0E 18
RGB 59 14 24
HSL 347° 61.64% 14.31%
HSB/HSV 347° 76.27% 23.14%
CMYK 0.00% 76.27% 59.32%
76.86%

Color #3B0E18 in popluar number systems.

HEX 3B 0E 18
Decimal 59 14 24
Binary 111011 1110 11000
Octal 73 16 30

Shades and tints

Shades of #3B0E18

#3B0E18
(59,14,24)
#360D16
(54,13,22)
#310C14
(49,12,20)
#2C0B12
(44,11,18)
#270A10
(39,10,16)
#22090E
(34,9,14)
#1D080C
(29,8,12)
#18070A
(24,7,10)
#130608
(19,6,8)
#0E0506
(14,5,6)
#090404
(9,4,4)
#000000
(0,0,0)

Tints of #3B0E18

#3B0E18
(59,14,24)
#4C232D
(76,35,45)
#5D3842
(93,56,66)
#6E4D57
(110,77,87)
#7F626C
(127,98,108)
#907781
(144,119,129)
#A18C96
(161,140,150)
#B2A1AB
(178,161,171)
#C3B6C0
(195,182,192)
#D4CBD5
(212,203,213)
#E5E0EA
(229,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0E18 color. Also use rgb(59,14,24) instead hex code.

Text Font Color

.myTextColor { color: #3B0E18; }

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

This text font color is #3B0E18.

Background Color

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

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

This div background color is #3B0E18.

Border color

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

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

This div border color is #3B0E18.

Opacity

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

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

Text with #3B0E18 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 #3B0E18;}

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

This text has shadow with #3B0E18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B0E18.

Preview

Color preview on black background

This text has color #3B0E18 on black background.


Color preview on white background

This text has color #3B0E18 on white background.


Black color preview on #3B0E18 background

This text has black color on #3B0E18 background.


White color preview on #3B0E18 background

This text has white color on #3B0E18 background.


Related colors

Complementary color

Complementary color for #hex is #C4F1E7.


I love getcolorcode.com

Triadic colors

1 #183B0E and #0E183B with #3B0E18 are triadic colors.

2 #180E3B and #0E3B18 with #3B0E18 are triadic colors.