COLOR #3E5A2C

HEX: #3E5A2C
RGB: (62,90,44)

Color info

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

RGB color model

#3E5A2C color RGB value is (62,90,44).

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

RGB channels and saturation

R 62 of 255 = 24%
G 90 of 255 = 35%
B 44 of 255 = 17%

62
90
44

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

Portions of RGB colors in percentages

R + G + B =
62 + 90 + 44 = 196 (100%)
R 62 of 196 ~ 31.63%
G 90 of 196 ~ 45.92%
B 44 of 196 ~ 22.45%

%31.63
%45.92
%22.45

CMYK color model

#3E5A2C color CMYK value is (31,0,51,65).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 51.11%
  • key color value is 64.71%
CMYK:
(31,0,51,65)
C31M0Y51K65 
(31%,0%,51%,65%)
(0.31/0.00/0.51/0.65)	

CMYK percentages

%31.11
%0
%51.11
%64.71

Codes

Color #3E5A2C in popluar color models

3E5A2C
RGB629044
HSL97°34.33%26.27%
HSB/HSV97°51.11%35.29%
CMYK31.11%0.00%51.11%
64.71%

Color #3E5A2C in popluar number systems.

HEX3E5A2C
Decimal629044
Binary1111101011010101100
Octal7613254

Shades and tints

Shades of #3E5A2C

#3E5A2C
(62,90,44)
#395228
(57,82,40)
#344A24
(52,74,36)
#2F4220
(47,66,32)
#2A3A1C
(42,58,28)
#253218
(37,50,24)
#202A14
(32,42,20)
#1B2210
(27,34,16)
#161A0C
(22,26,12)
#111208
(17,18,8)
#0C0A04
(12,10,4)
#000000
(0,0,0)

Tints of #3E5A2C

#3E5A2C
(62,90,44)
#4F693F
(79,105,63)
#607852
(96,120,82)
#718765
(113,135,101)
#829678
(130,150,120)
#93A58B
(147,165,139)
#A4B49E
(164,180,158)
#B5C3B1
(181,195,177)
#C6D2C4
(198,210,196)
#D7E1D7
(215,225,215)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5A2C; }

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

This text font color is #3E5A2C.


Background Color

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

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

This div background color is #3E5A2C.


Border color

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

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

This div border color is #3E5A2C.


Opacity

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

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

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

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

This text has shadow with #3E5A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5A2C on black background.


Color preview on white background

This text has color #3E5A2C on white background.



Black color preview on #3E5A2C background

This text has black color on #3E5A2C background.


White color preview on #3E5A2C background

This text has white color on #3E5A2C background.