COLOR #3E0917

HEX: #3E0917 RGB: (62,9,23)

Color info

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

RGB color model

#3E0917 color RGB value is (62,9,23).

RGB: (62,9,23) (24%, 4%, 9%)

RGB channels and saturation

R 62 of 255 = 24%
G 9 of 255 = 4%
B 23 of 255 = 9%

62
9
23

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

Portions of RGB colors in percentages

R + G + B = 62 + 9 + 23 = 94 (100%)
R 62 of 94 ~ 65.96%
G 9 of 94 ~ 9.57%
B 23 of 94 ~ 24.47'%

%65.96
%24.47

CMYK color model

#3E0917 color CMYK value is (0,85,63,76).

  • cyan value is 0.00%
  • magenta value is 85.48%
  • yellow value is 62.90%
  • key color value is 75.69%

CMYK: (0,85,63,76)
C0M85Y63K76 (0%, 85%, 63%, 76%)
(0.00 / 0.85 / 0.63 / 0.76)

CMYK percentages

%0
%85.48
%62.9
%75.69

Codes

Color #3E0917 in popluar color models

3E 09 17
RGB 62 9 23
HSL 344° 74.65% 13.92%
HSB/HSV 344° 85.48% 24.31%
CMYK 0.00% 85.48% 62.90%
75.69%

Color #3E0917 in popluar number systems.

HEX 3E 09 17
Decimal 62 9 23
Binary 111110 1001 10111
Octal 76 11 27

Shades and tints

Shades of #3E0917

#3E0917
(62,9,23)
#390915
(57,9,21)
#340913
(52,9,19)
#2F0911
(47,9,17)
#2A090F
(42,9,15)
#25090D
(37,9,13)
#20090B
(32,9,11)
#1B0909
(27,9,9)
#160907
(22,9,7)
#110905
(17,9,5)
#0C0903
(12,9,3)
#000000
(0,0,0)

Tints of #3E0917

#3E0917
(62,9,23)
#4F1F2C
(79,31,44)
#603541
(96,53,65)
#714B56
(113,75,86)
#82616B
(130,97,107)
#937780
(147,119,128)
#A48D95
(164,141,149)
#B5A3AA
(181,163,170)
#C6B9BF
(198,185,191)
#D7CFD4
(215,207,212)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E0917 color. Also use rgb(62,9,23) instead hex code.

Text Font Color

.myTextColor { color: #3E0917; }

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

This text font color is #3E0917.

Background Color

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

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

This div background color is #3E0917.

Border color

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

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

This div border color is #3E0917.

Opacity

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

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

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

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

This text has shadow with #3E0917 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E0917.

Preview

Color preview on black background

This text has color #3E0917 on black background.


Color preview on white background

This text has color #3E0917 on white background.


Black color preview on #3E0917 background

This text has black color on #3E0917 background.


White color preview on #3E0917 background

This text has white color on #3E0917 background.


Related colors

Complementary color

Complementary color for #hex is #C1F6E8.


I love getcolorcode.com

Triadic colors

1 #173E09 and #09173E with #3E0917 are triadic colors.

2 #17093E and #093E17 with #3E0917 are triadic colors.