COLOR #3A7906

HEX: #3A7906
RGB: (58,121,6)

Color info

#3A7906 contains mainly green color. Web safe color of #3A7906 is #336600 (or #360).

RGB color model

#3A7906 color RGB value is (58,121,6).

  • red value is 58;
  • green value is 121;
  • blue value is 6.
RGB:
(58,121,6)
(23%,47%,2%)

RGB channels and saturation

R 58 of 255 = 23%
G 121 of 255 = 47%
B 6 of 255 = 2%

58
121
6

R + G + B ~ 24%. #3A7906 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 121 + 6 = 185 (100%)
R 58 of 185 ~ 31.35%
G 121 of 185 ~ 65.41%
B 6 of 185 ~ 3.24%

%31.35
%65.41

CMYK color model

#3A7906 color CMYK value is (52,0,95,53).

  • cyan value is 52.07%
  • magenta value is 0.00%
  • yellow value is 95.04%
  • key color value is 52.55%
CMYK:
(52,0,95,53)
C52M0Y95K53 
(52%,0%,95%,53%)
(0.52/0.00/0.95/0.53)	

CMYK percentages

%52.07
%0
%95.04
%52.55

Codes

Color #3A7906 in popluar color models

3A7906
RGB581216
HSL93°90.55%24.90%
HSB/HSV93°95.04%47.45%
CMYK52.07%0.00%95.04%
52.55%

Color #3A7906 in popluar number systems.

HEX3A7906
Decimal581216
Binary1110101111001110
Octal721716

Shades and tints

Shades of #3A7906

#3A7906
(58,121,6)
#356E06
(53,110,6)
#306306
(48,99,6)
#2B5806
(43,88,6)
#264D06
(38,77,6)
#214206
(33,66,6)
#1C3706
(28,55,6)
#172C06
(23,44,6)
#122106
(18,33,6)
#0D1606
(13,22,6)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #3A7906

#3A7906
(58,121,6)
#4B851C
(75,133,28)
#5C9132
(92,145,50)
#6D9D48
(109,157,72)
#7EA95E
(126,169,94)
#8FB574
(143,181,116)
#A0C18A
(160,193,138)
#B1CDA0
(177,205,160)
#C2D9B6
(194,217,182)
#D3E5CC
(211,229,204)
#E4F1E2
(228,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7906 color. Also use rgb(58,121,6) instead hex code.

Text Font Color

.myTextColor { color: #3A7906; }

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

This text font color is #3A7906.


Background Color

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

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

This div background color is #3A7906.


Border color

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

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

This div border color is #3A7906.


Opacity

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

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

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

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

This text has shadow with #3A7906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7906 on black background.


Color preview on white background

This text has color #3A7906 on white background.



Black color preview on #3A7906 background

This text has black color on #3A7906 background.


White color preview on #3A7906 background

This text has white color on #3A7906 background.