COLOR #3E3B1E

HEX: #3E3B1E RGB: (62,59,30)

Color info

#3E3B1E contains red, green and blue colors in about the same proportion. Web safe color of #3E3B1E is #333333 (or #333).

RGB color model

#3E3B1E color RGB value is (62,59,30).

RGB: (62,59,30) (24%, 23%, 12%)

RGB channels and saturation

R 62 of 255 = 24%
G 59 of 255 = 23%
B 30 of 255 = 12%

62
59
30

R + G + B ~ 20%. #3E3B1E is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 59 + 30 = 151 (100%)
R 62 of 151 ~ 41.06%
G 59 of 151 ~ 39.07%
B 30 of 151 ~ 19.87'%

%41.06
%39.07
%19.87

CMYK color model

#3E3B1E color CMYK value is (0,5,52,76).

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 51.61%
  • key color value is 75.69%
CMYK: (0,5,52,76) C0M5Y52K76 (0%,5%,52%,76%) (0.00/0.05/0.52/0.76) 

CMYK percentages

%0
%4.84
%51.61
%75.69

Codes

Color #3E3B1E in popluar color models

3E 3B 1E
RGB 62 59 30
HSL 54° 34.78% 18.04%
HSB/HSV 54° 51.61% 24.31%
CMYK 0.00% 4.84% 51.61%
75.69%

Color #3E3B1E in popluar number systems.

HEX 3E 3B 1E
Decimal 62 59 30
Binary 111110 111011 11110
Octal 76 73 36

Shades and tints

Shades of #3E3B1E

#3E3B1E
(62,59,30)
#39361C
(57,54,28)
#34311A
(52,49,26)
#2F2C18
(47,44,24)
#2A2716
(42,39,22)
#252214
(37,34,20)
#201D12
(32,29,18)
#1B1810
(27,24,16)
#16130E
(22,19,14)
#110E0C
(17,14,12)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #3E3B1E

#3E3B1E
(62,59,30)
#4F4C32
(79,76,50)
#605D46
(96,93,70)
#716E5A
(113,110,90)
#827F6E
(130,127,110)
#939082
(147,144,130)
#A4A196
(164,161,150)
#B5B2AA
(181,178,170)
#C6C3BE
(198,195,190)
#D7D4D2
(215,212,210)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3B1E color. Also use rgb(62,59,30) instead hex code.

Text Font Color

.myTextColor { color: #3E3B1E; }

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

This text font color is #3E3B1E.

Background Color

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

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

This div background color is #3E3B1E.

Border color

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

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

This div border color is #3E3B1E.

Opacity

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

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

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

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

This text has shadow with #3E3B1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3B1E.

Preview

Color preview on black background

This text has color #3E3B1E on black background.


Color preview on white background

This text has color #3E3B1E on white background.


Black color preview on #3E3B1E background

This text has black color on #3E3B1E background.


White color preview on #3E3B1E background

This text has white color on #3E3B1E background.


Related colors

Complementary color

Complementary color for #hex is #C1C4E1.


I love getcolorcode.com

Triadic colors

1 #1E3E3B and #3B1E3E with #3E3B1E are triadic colors.

2 #1E3B3E and #3B3E1E with #3E3B1E are triadic colors.