COLOR #3E8223

HEX: #3E8223
RGB: (62,130,35)

Color info

#3E8223 contains mainly green color. Web safe color of #3E8223 is #339933 (or #393).

RGB color model

#3E8223 color RGB value is (62,130,35).

  • red value is 62;
  • green value is 130;
  • blue value is 35.
RGB:
(62,130,35)
(24%,51%,14%)

RGB channels and saturation

R 62 of 255 = 24%
G 130 of 255 = 51%
B 35 of 255 = 14%

62
130
35

R + G + B ~ 30%. #3E8223 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 130 + 35 = 227 (100%)
R 62 of 227 ~ 27.31%
G 130 of 227 ~ 57.27%
B 35 of 227 ~ 15.42%

%27.31
%57.27
%15.42

CMYK color model

#3E8223 color CMYK value is (52,0,73,49).

  • cyan value is 52.31%
  • magenta value is 0.00%
  • yellow value is 73.08%
  • key color value is 49.02%
CMYK:
(52,0,73,49)
C52M0Y73K49 
(52%,0%,73%,49%)
(0.52/0.00/0.73/0.49)	

CMYK percentages

%52.31
%0
%73.08
%49.02

Codes

Color #3E8223 in popluar color models

3E8223
RGB6213035
HSL103°57.58%32.35%
HSB/HSV103°73.08%50.98%
CMYK52.31%0.00%73.08%
49.02%

Color #3E8223 in popluar number systems.

HEX3E8223
Decimal6213035
Binary11111010000010100011
Octal7620243

Shades and tints

Shades of #3E8223

#3E8223
(62,130,35)
#397720
(57,119,32)
#346C1D
(52,108,29)
#2F611A
(47,97,26)
#2A5617
(42,86,23)
#254B14
(37,75,20)
#204011
(32,64,17)
#1B350E
(27,53,14)
#162A0B
(22,42,11)
#111F08
(17,31,8)
#0C1405
(12,20,5)
#000000
(0,0,0)

Tints of #3E8223

#3E8223
(62,130,35)
#4F8D37
(79,141,55)
#60984B
(96,152,75)
#71A35F
(113,163,95)
#82AE73
(130,174,115)
#93B987
(147,185,135)
#A4C49B
(164,196,155)
#B5CFAF
(181,207,175)
#C6DAC3
(198,218,195)
#D7E5D7
(215,229,215)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8223 color. Also use rgb(62,130,35) instead hex code.

Text Font Color

.myTextColor { color: #3E8223; }

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

This text font color is #3E8223.


Background Color

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

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

This div background color is #3E8223.


Border color

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

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

This div border color is #3E8223.


Opacity

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

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

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

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

This text has shadow with #3E8223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8223 on black background.


Color preview on white background

This text has color #3E8223 on white background.



Black color preview on #3E8223 background

This text has black color on #3E8223 background.


White color preview on #3E8223 background

This text has white color on #3E8223 background.