COLOR #3E572C

HEX: #3E572C RGB: (62,87,44)

Color info

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

RGB color model

#3E572C color RGB value is (62,87,44).

RGB: (62,87,44) (24%, 34%, 17%)

RGB channels and saturation

R 62 of 255 = 24%
G 87 of 255 = 34%
B 44 of 255 = 17%

62
87
44

R + G + B ~ 25%. #3E572C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 87 + 44 = 193 (100%)
R 62 of 193 ~ 32.12%
G 87 of 193 ~ 45.08%
B 44 of 193 ~ 22.8'%

%32.12
%45.08
%22.8

CMYK color model

#3E572C color CMYK value is (29,0,49,66).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 49.43%
  • key color value is 65.88%

CMYK: (29,0,49,66)
C29M0Y49K66 (29%, 0%, 49%, 66%)
(0.29 / 0.00 / 0.49 / 0.66)

CMYK percentages

%28.74
%0
%49.43
%65.88

Codes

Color #3E572C in popluar color models

3E 57 2C
RGB 62 87 44
HSL 95° 32.82% 25.69%
HSB/HSV 95° 49.43% 34.12%
CMYK 28.74% 0.00% 49.43%
65.88%

Color #3E572C in popluar number systems.

HEX 3E 57 2C
Decimal 62 87 44
Binary 111110 1010111 101100
Octal 76 127 54

Shades and tints

Shades of #3E572C

#3E572C
(62,87,44)
#395028
(57,80,40)
#344924
(52,73,36)
#2F4220
(47,66,32)
#2A3B1C
(42,59,28)
#253418
(37,52,24)
#202D14
(32,45,20)
#1B2610
(27,38,16)
#161F0C
(22,31,12)
#111808
(17,24,8)
#0C1104
(12,17,4)
#000000
(0,0,0)

Tints of #3E572C

#3E572C
(62,87,44)
#4F663F
(79,102,63)
#607552
(96,117,82)
#718465
(113,132,101)
#829378
(130,147,120)
#93A28B
(147,162,139)
#A4B19E
(164,177,158)
#B5C0B1
(181,192,177)
#C6CFC4
(198,207,196)
#D7DED7
(215,222,215)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E572C; }

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

This text font color is #3E572C.

Background Color

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

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

This div background color is #3E572C.

Border color

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

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

This div border color is #3E572C.

Opacity

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

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

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

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

This text has shadow with #3E572C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E572C.

Preview

Color preview on black background

This text has color #3E572C on black background.


Color preview on white background

This text has color #3E572C on white background.


Black color preview on #3E572C background

This text has black color on #3E572C background.


White color preview on #3E572C background

This text has white color on #3E572C background.


Related colors

Complementary color

Complementary color for #hex is #C1A8D3.


I love getcolorcode.com

Triadic colors

1 #2C3E57 and #572C3E with #3E572C are triadic colors.

2 #2C573E and #573E2C with #3E572C are triadic colors.