COLOR #3E6238

HEX: #3E6238
RGB: (62,98,56)

Color info

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

RGB color model

#3E6238 color RGB value is (62,98,56).

  • red value is 62;
  • green value is 98;
  • blue value is 56.
RGB:
(62,98,56)
(24%,38%,22%)

RGB channels and saturation

R 62 of 255 = 24%
G 98 of 255 = 38%
B 56 of 255 = 22%

62
98
56

R + G + B ~ 28%. #3E6238 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 98 + 56 = 216 (100%)
R 62 of 216 ~ 28.7%
G 98 of 216 ~ 45.37%
B 56 of 216 ~ 25.93%

%28.7
%45.37
%25.93

CMYK color model

#3E6238 color CMYK value is (37,0,43,62).

  • cyan value is 36.73%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 61.57%
CMYK:
(37,0,43,62)
C37M0Y43K62 
(37%,0%,43%,62%)
(0.37/0.00/0.43/0.62)	

CMYK percentages

%36.73
%0
%42.86
%61.57

Codes

Color #3E6238 in popluar color models

3E6238
RGB629856
HSL111°27.27%30.20%
HSB/HSV111°42.86%38.43%
CMYK36.73%0.00%42.86%
61.57%

Color #3E6238 in popluar number systems.

HEX3E6238
Decimal629856
Binary1111101100010111000
Octal7614270

Shades and tints

Shades of #3E6238

#3E6238
(62,98,56)
#395A33
(57,90,51)
#34522E
(52,82,46)
#2F4A29
(47,74,41)
#2A4224
(42,66,36)
#253A1F
(37,58,31)
#20321A
(32,50,26)
#1B2A15
(27,42,21)
#162210
(22,34,16)
#111A0B
(17,26,11)
#0C1206
(12,18,6)
#000000
(0,0,0)

Tints of #3E6238

#3E6238
(62,98,56)
#4F704A
(79,112,74)
#607E5C
(96,126,92)
#718C6E
(113,140,110)
#829A80
(130,154,128)
#93A892
(147,168,146)
#A4B6A4
(164,182,164)
#B5C4B6
(181,196,182)
#C6D2C8
(198,210,200)
#D7E0DA
(215,224,218)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6238 color. Also use rgb(62,98,56) instead hex code.

Text Font Color

.myTextColor { color: #3E6238; }

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

This text font color is #3E6238.


Background Color

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

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

This div background color is #3E6238.


Border color

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

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

This div border color is #3E6238.


Opacity

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

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

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

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

This text has shadow with #3E6238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6238 on black background.


Color preview on white background

This text has color #3E6238 on white background.



Black color preview on #3E6238 background

This text has black color on #3E6238 background.


White color preview on #3E6238 background

This text has white color on #3E6238 background.