COLOR #3E5E27

HEX: #3E5E27
RGB: (62,94,39)

Color info

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

RGB color model

#3E5E27 color RGB value is (62,94,39).

  • red value is 62;
  • green value is 94;
  • blue value is 39.
RGB:
(62,94,39)
(24%,37%,15%)

RGB channels and saturation

R 62 of 255 = 24%
G 94 of 255 = 37%
B 39 of 255 = 15%

62
94
39

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

Portions of RGB colors in percentages

R + G + B =
62 + 94 + 39 = 195 (100%)
R 62 of 195 ~ 31.79%
G 94 of 195 ~ 48.21%
B 39 of 195 ~ 20%

%31.79
%48.21
%20

CMYK color model

#3E5E27 color CMYK value is (34,0,59,63).

  • cyan value is 34.04%
  • magenta value is 0.00%
  • yellow value is 58.51%
  • key color value is 63.14%
CMYK:
(34,0,59,63)
C34M0Y59K63 
(34%,0%,59%,63%)
(0.34/0.00/0.59/0.63)	

CMYK percentages

%34.04
%0
%58.51
%63.14

Codes

Color #3E5E27 in popluar color models

3E5E27
RGB629439
HSL95°41.35%26.08%
HSB/HSV95°58.51%36.86%
CMYK34.04%0.00%58.51%
63.14%

Color #3E5E27 in popluar number systems.

HEX3E5E27
Decimal629439
Binary1111101011110100111
Octal7613647

Shades and tints

Shades of #3E5E27

#3E5E27
(62,94,39)
#395624
(57,86,36)
#344E21
(52,78,33)
#2F461E
(47,70,30)
#2A3E1B
(42,62,27)
#253618
(37,54,24)
#202E15
(32,46,21)
#1B2612
(27,38,18)
#161E0F
(22,30,15)
#11160C
(17,22,12)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #3E5E27

#3E5E27
(62,94,39)
#4F6C3A
(79,108,58)
#607A4D
(96,122,77)
#718860
(113,136,96)
#829673
(130,150,115)
#93A486
(147,164,134)
#A4B299
(164,178,153)
#B5C0AC
(181,192,172)
#C6CEBF
(198,206,191)
#D7DCD2
(215,220,210)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5E27 color. Also use rgb(62,94,39) instead hex code.

Text Font Color

.myTextColor { color: #3E5E27; }

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

This text font color is #3E5E27.


Background Color

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

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

This div background color is #3E5E27.


Border color

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

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

This div border color is #3E5E27.


Opacity

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

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

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

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

This text has shadow with #3E5E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5E27 on black background.


Color preview on white background

This text has color #3E5E27 on white background.



Black color preview on #3E5E27 background

This text has black color on #3E5E27 background.


White color preview on #3E5E27 background

This text has white color on #3E5E27 background.