COLOR #3E5F24

HEX: #3E5F24
RGB: (62,95,36)

Color info

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

RGB color model

#3E5F24 color RGB value is (62,95,36).

  • red value is 62;
  • green value is 95;
  • blue value is 36.
RGB:
(62,95,36)
(24%,37%,14%)

RGB channels and saturation

R 62 of 255 = 24%
G 95 of 255 = 37%
B 36 of 255 = 14%

62
95
36

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

Portions of RGB colors in percentages

R + G + B =
62 + 95 + 36 = 193 (100%)
R 62 of 193 ~ 32.12%
G 95 of 193 ~ 49.22%
B 36 of 193 ~ 18.65%

%32.12
%49.22
%18.65

CMYK color model

#3E5F24 color CMYK value is (35,0,62,63).

  • cyan value is 34.74%
  • magenta value is 0.00%
  • yellow value is 62.11%
  • key color value is 62.75%
CMYK:
(35,0,62,63)
C35M0Y62K63 
(35%,0%,62%,63%)
(0.35/0.00/0.62/0.63)	

CMYK percentages

%34.74
%0
%62.11
%62.75

Codes

Color #3E5F24 in popluar color models

3E5F24
RGB629536
HSL94°45.04%25.69%
HSB/HSV94°62.11%37.25%
CMYK34.74%0.00%62.11%
62.75%

Color #3E5F24 in popluar number systems.

HEX3E5F24
Decimal629536
Binary1111101011111100100
Octal7613744

Shades and tints

Shades of #3E5F24

#3E5F24
(62,95,36)
#395721
(57,87,33)
#344F1E
(52,79,30)
#2F471B
(47,71,27)
#2A3F18
(42,63,24)
#253715
(37,55,21)
#202F12
(32,47,18)
#1B270F
(27,39,15)
#161F0C
(22,31,12)
#111709
(17,23,9)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #3E5F24

#3E5F24
(62,95,36)
#4F6D37
(79,109,55)
#607B4A
(96,123,74)
#71895D
(113,137,93)
#829770
(130,151,112)
#93A583
(147,165,131)
#A4B396
(164,179,150)
#B5C1A9
(181,193,169)
#C6CFBC
(198,207,188)
#D7DDCF
(215,221,207)
#E8EBE2
(232,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5F24 color. Also use rgb(62,95,36) instead hex code.

Text Font Color

.myTextColor { color: #3E5F24; }

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

This text font color is #3E5F24.


Background Color

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

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

This div background color is #3E5F24.


Border color

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

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

This div border color is #3E5F24.


Opacity

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

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

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

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

This text has shadow with #3E5F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5F24 on black background.


Color preview on white background

This text has color #3E5F24 on white background.



Black color preview on #3E5F24 background

This text has black color on #3E5F24 background.


White color preview on #3E5F24 background

This text has white color on #3E5F24 background.