COLOR #3E3524

HEX: #3E3524
RGB: (62,53,36)

Color info

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

RGB color model

#3E3524 color RGB value is (62,53,36).

  • red value is 62;
  • green value is 53;
  • blue value is 36.
RGB:
(62,53,36)
(24%,21%,14%)

RGB channels and saturation

R 62 of 255 = 24%
G 53 of 255 = 21%
B 36 of 255 = 14%

62
53
36

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

Portions of RGB colors in percentages

R + G + B =
62 + 53 + 36 = 151 (100%)
R 62 of 151 ~ 41.06%
G 53 of 151 ~ 35.1%
B 36 of 151 ~ 23.84%

%41.06
%35.1
%23.84

CMYK color model

#3E3524 color CMYK value is (0,15,42,76).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 41.94%
  • key color value is 75.69%
CMYK:
(0,15,42,76)
C0M15Y42K76 
(0%,15%,42%,76%)
(0.00/0.15/0.42/0.76)	

CMYK percentages

%0
%14.52
%41.94
%75.69

Codes

Color #3E3524 in popluar color models

3E3524
RGB625336
HSL39°26.53%19.22%
HSB/HSV39°41.94%24.31%
CMYK0.00%14.52%41.94%
75.69%

Color #3E3524 in popluar number systems.

HEX3E3524
Decimal625336
Binary111110110101100100
Octal766544

Shades and tints

Shades of #3E3524

#3E3524
(62,53,36)
#393121
(57,49,33)
#342D1E
(52,45,30)
#2F291B
(47,41,27)
#2A2518
(42,37,24)
#252115
(37,33,21)
#201D12
(32,29,18)
#1B190F
(27,25,15)
#16150C
(22,21,12)
#111109
(17,17,9)
#0C0D06
(12,13,6)
#000000
(0,0,0)

Tints of #3E3524

#3E3524
(62,53,36)
#4F4737
(79,71,55)
#60594A
(96,89,74)
#716B5D
(113,107,93)
#827D70
(130,125,112)
#938F83
(147,143,131)
#A4A196
(164,161,150)
#B5B3A9
(181,179,169)
#C6C5BC
(198,197,188)
#D7D7CF
(215,215,207)
#E8E9E2
(232,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3524; }

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

This text font color is #3E3524.


Background Color

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

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

This div background color is #3E3524.


Border color

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

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

This div border color is #3E3524.


Opacity

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

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

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

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

This text has shadow with #3E3524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3524 on black background.


Color preview on white background

This text has color #3E3524 on white background.



Black color preview on #3E3524 background

This text has black color on #3E3524 background.


White color preview on #3E3524 background

This text has white color on #3E3524 background.