COLOR #3E522C

HEX: #3E522C
RGB: (62,82,44)

Color info

#3E522C contains red, green and blue colors in about the same proportion. Web safe color of #3E522C is #336633 (or #363).

RGB color model

#3E522C color RGB value is (62,82,44).

  • red value is 62;
  • green value is 82;
  • blue value is 44.
RGB:
(62,82,44)
(24%,32%,17%)

RGB channels and saturation

R 62 of 255 = 24%
G 82 of 255 = 32%
B 44 of 255 = 17%

62
82
44

R + G + B ~ 24%. #3E522C is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 82 + 44 = 188 (100%)
R 62 of 188 ~ 32.98%
G 82 of 188 ~ 43.62%
B 44 of 188 ~ 23.4%

%32.98
%43.62
%23.4

CMYK color model

#3E522C color CMYK value is (24,0,46,68).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 46.34%
  • key color value is 67.84%
CMYK:
(24,0,46,68)
C24M0Y46K68 
(24%,0%,46%,68%)
(0.24/0.00/0.46/0.68)	

CMYK percentages

%24.39
%0
%46.34
%67.84

Codes

Color #3E522C in popluar color models

3E522C
RGB628244
HSL92°30.16%24.71%
HSB/HSV92°46.34%32.16%
CMYK24.39%0.00%46.34%
67.84%

Color #3E522C in popluar number systems.

HEX3E522C
Decimal628244
Binary1111101010010101100
Octal7612254

Shades and tints

Shades of #3E522C

#3E522C
(62,82,44)
#394B28
(57,75,40)
#344424
(52,68,36)
#2F3D20
(47,61,32)
#2A361C
(42,54,28)
#252F18
(37,47,24)
#202814
(32,40,20)
#1B2110
(27,33,16)
#161A0C
(22,26,12)
#111308
(17,19,8)
#0C0C04
(12,12,4)
#000000
(0,0,0)

Tints of #3E522C

#3E522C
(62,82,44)
#4F613F
(79,97,63)
#607052
(96,112,82)
#717F65
(113,127,101)
#828E78
(130,142,120)
#939D8B
(147,157,139)
#A4AC9E
(164,172,158)
#B5BBB1
(181,187,177)
#C6CAC4
(198,202,196)
#D7D9D7
(215,217,215)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E522C color. Also use rgb(62,82,44) instead hex code.

Text Font Color

.myTextColor { color: #3E522C; }

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

This text font color is #3E522C.


Background Color

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

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

This div background color is #3E522C.


Border color

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

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

This div border color is #3E522C.


Opacity

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

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

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

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

This text has shadow with #3E522C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E522C on black background.


Color preview on white background

This text has color #3E522C on white background.



Black color preview on #3E522C background

This text has black color on #3E522C background.


White color preview on #3E522C background

This text has white color on #3E522C background.