COLOR #3E3B24

HEX: #3E3B24 RGB: (62,59,36)

Color info

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

RGB color model

#3E3B24 color RGB value is (62,59,36).

RGB: (62,59,36) (24%, 23%, 14%)

RGB channels and saturation

R 62 of 255 = 24%
G 59 of 255 = 23%
B 36 of 255 = 14%

62
59
36

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

Portions of RGB colors in percentages

R + G + B = 62 + 59 + 36 = 157 (100%)
R 62 of 157 ~ 39.49%
G 59 of 157 ~ 37.58%
B 36 of 157 ~ 22.93'%

%39.49
%37.58
%22.93

CMYK color model

#3E3B24 color CMYK value is (0,5,42,76).

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 41.94%
  • key color value is 75.69%

CMYK: (0,5,42,76)
C0M5Y42K76 (0%, 5%, 42%, 76%)
(0.00 / 0.05 / 0.42 / 0.76)

CMYK percentages

%0
%4.84
%41.94
%75.69

Codes

Color #3E3B24 in popluar color models

3E 3B 24
RGB 62 59 36
HSL 53° 26.53% 19.22%
HSB/HSV 53° 41.94% 24.31%
CMYK 0.00% 4.84% 41.94%
75.69%

Color #3E3B24 in popluar number systems.

HEX 3E 3B 24
Decimal 62 59 36
Binary 111110 111011 100100
Octal 76 73 44

Shades and tints

Shades of #3E3B24

#3E3B24
(62,59,36)
#393621
(57,54,33)
#34311E
(52,49,30)
#2F2C1B
(47,44,27)
#2A2718
(42,39,24)
#252215
(37,34,21)
#201D12
(32,29,18)
#1B180F
(27,24,15)
#16130C
(22,19,12)
#110E09
(17,14,9)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #3E3B24

#3E3B24
(62,59,36)
#4F4C37
(79,76,55)
#605D4A
(96,93,74)
#716E5D
(113,110,93)
#827F70
(130,127,112)
#939083
(147,144,131)
#A4A196
(164,161,150)
#B5B2A9
(181,178,169)
#C6C3BC
(198,195,188)
#D7D4CF
(215,212,207)
#E8E5E2
(232,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3B24; }

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

This text font color is #3E3B24.

Background Color

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

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

This div background color is #3E3B24.

Border color

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

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

This div border color is #3E3B24.

Opacity

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

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

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

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

This text has shadow with #3E3B24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3B24.

Preview

Color preview on black background

This text has color #3E3B24 on black background.


Color preview on white background

This text has color #3E3B24 on white background.


Black color preview on #3E3B24 background

This text has black color on #3E3B24 background.


White color preview on #3E3B24 background

This text has white color on #3E3B24 background.


Related colors

Complementary color

Complementary color for #hex is #C1C4DB.


I love getcolorcode.com

Triadic colors

1 #243E3B and #3B243E with #3E3B24 are triadic colors.

2 #243B3E and #3B3E24 with #3E3B24 are triadic colors.