COLOR #3E0609

HEX: #3E0609 RGB: (62,6,9)

Color info

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

RGB color model

#3E0609 color RGB value is (62,6,9).

RGB: (62,6,9) (24%, 2%, 4%)

RGB channels and saturation

R 62 of 255 = 24%
G 6 of 255 = 2%
B 9 of 255 = 4%

62
6
9

R + G + B ~ 10%. #3E0609 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 6 + 9 = 77 (100%)
R 62 of 77 ~ 80.52%
G 6 of 77 ~ 7.79%
B 9 of 77 ~ 11.69'%

%80.52
%11.69

CMYK color model

#3E0609 color CMYK value is (0,90,85,76).

  • cyan value is 0.00%
  • magenta value is 90.32%
  • yellow value is 85.48%
  • key color value is 75.69%
CMYK: (0,90,85,76) C0M90Y85K76 (0%,90%,85%,76%) (0.00/0.90/0.85/0.76) 

CMYK percentages

%0
%90.32
%85.48
%75.69

Codes

Color #3E0609 in popluar color models

3E 06 09
RGB 62 6 9
HSL 357° 82.35% 13.33%
HSB/HSV 357° 90.32% 24.31%
CMYK 0.00% 90.32% 85.48%
75.69%

Color #3E0609 in popluar number systems.

HEX 3E 06 09
Decimal 62 6 9
Binary 111110 110 1001
Octal 76 6 11

Shades and tints

Shades of #3E0609

#3E0609
(62,6,9)
#390609
(57,6,9)
#340609
(52,6,9)
#2F0609
(47,6,9)
#2A0609
(42,6,9)
#250609
(37,6,9)
#200609
(32,6,9)
#1B0609
(27,6,9)
#160609
(22,6,9)
#110609
(17,6,9)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #3E0609

#3E0609
(62,6,9)
#4F1C1F
(79,28,31)
#603235
(96,50,53)
#71484B
(113,72,75)
#825E61
(130,94,97)
#937477
(147,116,119)
#A48A8D
(164,138,141)
#B5A0A3
(181,160,163)
#C6B6B9
(198,182,185)
#D7CCCF
(215,204,207)
#E8E2E5
(232,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0609; }

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

This text font color is #3E0609.

Background Color

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

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

This div background color is #3E0609.

Border color

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

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

This div border color is #3E0609.

Opacity

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

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

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

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

This text has shadow with #3E0609 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E0609.

Preview

Color preview on black background

This text has color #3E0609 on black background.


Color preview on white background

This text has color #3E0609 on white background.


Black color preview on #3E0609 background

This text has black color on #3E0609 background.


White color preview on #3E0609 background

This text has white color on #3E0609 background.


Related colors

Complementary color

Complementary color for #hex is #C1F9F6.


I love getcolorcode.com

Triadic colors

1 #093E06 and #06093E with #3E0609 are triadic colors.

2 #09063E and #063E09 with #3E0609 are triadic colors.