COLOR #3E091C

HEX: #3E091C RGB: (62,9,28)

Color info

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

RGB color model

#3E091C color RGB value is (62,9,28).

RGB: (62,9,28) (24%, 4%, 11%)

RGB channels and saturation

R 62 of 255 = 24%
G 9 of 255 = 4%
B 28 of 255 = 11%

62
9
28

R + G + B ~ 13%. #3E091C is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 9 + 28 = 99 (100%)
R 62 of 99 ~ 62.63%
G 9 of 99 ~ 9.09%
B 28 of 99 ~ 28.28'%

%62.63
%28.28

CMYK color model

#3E091C color CMYK value is (0,85,55,76).

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

CMYK: (0,85,55,76)
C0M85Y55K76 (0%, 85%, 55%, 76%)
(0.00 / 0.85 / 0.55 / 0.76)

CMYK percentages

%0
%85.48
%54.84
%75.69

Codes

Color #3E091C in popluar color models

3E 09 1C
RGB 62 9 28
HSL 338° 74.65% 13.92%
HSB/HSV 338° 85.48% 24.31%
CMYK 0.00% 85.48% 54.84%
75.69%

Color #3E091C in popluar number systems.

HEX 3E 09 1C
Decimal 62 9 28
Binary 111110 1001 11100
Octal 76 11 34

Shades and tints

Shades of #3E091C

#3E091C
(62,9,28)
#39091A
(57,9,26)
#340918
(52,9,24)
#2F0916
(47,9,22)
#2A0914
(42,9,20)
#250912
(37,9,18)
#200910
(32,9,16)
#1B090E
(27,9,14)
#16090C
(22,9,12)
#11090A
(17,9,10)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #3E091C

#3E091C
(62,9,28)
#4F1F30
(79,31,48)
#603544
(96,53,68)
#714B58
(113,75,88)
#82616C
(130,97,108)
#937780
(147,119,128)
#A48D94
(164,141,148)
#B5A3A8
(181,163,168)
#C6B9BC
(198,185,188)
#D7CFD0
(215,207,208)
#E8E5E4
(232,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E091C; }

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

This text font color is #3E091C.

Background Color

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

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

This div background color is #3E091C.

Border color

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

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

This div border color is #3E091C.

Opacity

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

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

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

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

This text has shadow with #3E091C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E091C.

Preview

Color preview on black background

This text has color #3E091C on black background.


Color preview on white background

This text has color #3E091C on white background.


Black color preview on #3E091C background

This text has black color on #3E091C background.


White color preview on #3E091C background

This text has white color on #3E091C background.


Related colors

Complementary color

Complementary color for #hex is #C1F6E3.


I love getcolorcode.com

Triadic colors

1 #1C3E09 and #091C3E with #3E091C are triadic colors.

2 #1C093E and #093E1C with #3E091C are triadic colors.