COLOR #3E532C

HEX: #3E532C RGB: (62,83,44)

Color info

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

RGB color model

#3E532C color RGB value is (62,83,44).

RGB: (62,83,44) (24%, 33%, 17%)

RGB channels and saturation

R 62 of 255 = 24%
G 83 of 255 = 33%
B 44 of 255 = 17%

62
83
44

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

Portions of RGB colors in percentages

R + G + B = 62 + 83 + 44 = 189 (100%)
R 62 of 189 ~ 32.8%
G 83 of 189 ~ 43.92%
B 44 of 189 ~ 23.28'%

%32.8
%43.92
%23.28

CMYK color model

#3E532C color CMYK value is (25,0,47,67).

  • cyan value is 25.30%
  • magenta value is 0.00%
  • yellow value is 46.99%
  • key color value is 67.45%

CMYK: (25,0,47,67)
C25M0Y47K67 (25%, 0%, 47%, 67%)
(0.25 / 0.00 / 0.47 / 0.67)

CMYK percentages

%25.3
%0
%46.99
%67.45

Codes

Color #3E532C in popluar color models

3E 53 2C
RGB 62 83 44
HSL 92° 30.71% 24.90%
HSB/HSV 92° 46.99% 32.55%
CMYK 25.30% 0.00% 46.99%
67.45%

Color #3E532C in popluar number systems.

HEX 3E 53 2C
Decimal 62 83 44
Binary 111110 1010011 101100
Octal 76 123 54

Shades and tints

Shades of #3E532C

#3E532C
(62,83,44)
#394C28
(57,76,40)
#344524
(52,69,36)
#2F3E20
(47,62,32)
#2A371C
(42,55,28)
#253018
(37,48,24)
#202914
(32,41,20)
#1B2210
(27,34,16)
#161B0C
(22,27,12)
#111408
(17,20,8)
#0C0D04
(12,13,4)
#000000
(0,0,0)

Tints of #3E532C

#3E532C
(62,83,44)
#4F623F
(79,98,63)
#607152
(96,113,82)
#718065
(113,128,101)
#828F78
(130,143,120)
#939E8B
(147,158,139)
#A4AD9E
(164,173,158)
#B5BCB1
(181,188,177)
#C6CBC4
(198,203,196)
#D7DAD7
(215,218,215)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E532C; }

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

This text font color is #3E532C.

Background Color

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

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

This div background color is #3E532C.

Border color

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

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

This div border color is #3E532C.

Opacity

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

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

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

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

This text has shadow with #3E532C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E532C.

Preview

Color preview on black background

This text has color #3E532C on black background.


Color preview on white background

This text has color #3E532C on white background.


Black color preview on #3E532C background

This text has black color on #3E532C background.


White color preview on #3E532C background

This text has white color on #3E532C background.


Related colors

Complementary color

Complementary color for #hex is #C1ACD3.


I love getcolorcode.com

Triadic colors

1 #2C3E53 and #532C3E with #3E532C are triadic colors.

2 #2C533E and #533E2C with #3E532C are triadic colors.