COLOR #3A7E22

HEX: #3A7E22
RGB: (58,126,34)

Color info

#3A7E22 contains mainly green color. Web safe color of #3A7E22 is #336633 (or #363).

RGB color model

#3A7E22 color RGB value is (58,126,34).

  • red value is 58;
  • green value is 126;
  • blue value is 34.
RGB:
(58,126,34)
(23%,49%,13%)

RGB channels and saturation

R 58 of 255 = 23%
G 126 of 255 = 49%
B 34 of 255 = 13%

58
126
34

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

Portions of RGB colors in percentages

R + G + B =
58 + 126 + 34 = 218 (100%)
R 58 of 218 ~ 26.61%
G 126 of 218 ~ 57.8%
B 34 of 218 ~ 15.6%

%26.61
%57.8
%15.6

CMYK color model

#3A7E22 color CMYK value is (54,0,73,51).

  • cyan value is 53.97%
  • magenta value is 0.00%
  • yellow value is 73.02%
  • key color value is 50.59%
CMYK:
(54,0,73,51)
C54M0Y73K51 
(54%,0%,73%,51%)
(0.54/0.00/0.73/0.51)	

CMYK percentages

%53.97
%0
%73.02
%50.59

Codes

Color #3A7E22 in popluar color models

3A7E22
RGB5812634
HSL104°57.50%31.37%
HSB/HSV104°73.02%49.41%
CMYK53.97%0.00%73.02%
50.59%

Color #3A7E22 in popluar number systems.

HEX3A7E22
Decimal5812634
Binary1110101111110100010
Octal7217642

Shades and tints

Shades of #3A7E22

#3A7E22
(58,126,34)
#35731F
(53,115,31)
#30681C
(48,104,28)
#2B5D19
(43,93,25)
#265216
(38,82,22)
#214713
(33,71,19)
#1C3C10
(28,60,16)
#17310D
(23,49,13)
#12260A
(18,38,10)
#0D1B07
(13,27,7)
#081004
(8,16,4)
#000000
(0,0,0)

Tints of #3A7E22

#3A7E22
(58,126,34)
#4B8936
(75,137,54)
#5C944A
(92,148,74)
#6D9F5E
(109,159,94)
#7EAA72
(126,170,114)
#8FB586
(143,181,134)
#A0C09A
(160,192,154)
#B1CBAE
(177,203,174)
#C2D6C2
(194,214,194)
#D3E1D6
(211,225,214)
#E4ECEA
(228,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7E22 color. Also use rgb(58,126,34) instead hex code.

Text Font Color

.myTextColor { color: #3A7E22; }

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

This text font color is #3A7E22.


Background Color

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

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

This div background color is #3A7E22.


Border color

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

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

This div border color is #3A7E22.


Opacity

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

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

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

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

This text has shadow with #3A7E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7E22 on black background.


Color preview on white background

This text has color #3A7E22 on white background.



Black color preview on #3A7E22 background

This text has black color on #3A7E22 background.


White color preview on #3A7E22 background

This text has white color on #3A7E22 background.