COLOR #3A9511

HEX: #3A9511
RGB: (58,149,17)

Color info

#3A9511 contains mainly green color. Web safe color of #3A9511 is #339900 (or #390).

RGB color model

#3A9511 color RGB value is (58,149,17).

  • red value is 58;
  • green value is 149;
  • blue value is 17.
RGB:
(58,149,17)
(23%,58%,7%)

RGB channels and saturation

R 58 of 255 = 23%
G 149 of 255 = 58%
B 17 of 255 = 7%

58
149
17

R + G + B ~ 29%. #3A9511 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 149 + 17 = 224 (100%)
R 58 of 224 ~ 25.89%
G 149 of 224 ~ 66.52%
B 17 of 224 ~ 7.59%

%25.89
%66.52

CMYK color model

#3A9511 color CMYK value is (61,0,89,42).

  • cyan value is 61.07%
  • magenta value is 0.00%
  • yellow value is 88.59%
  • key color value is 41.57%
CMYK:
(61,0,89,42)
C61M0Y89K42 
(61%,0%,89%,42%)
(0.61/0.00/0.89/0.42)	

CMYK percentages

%61.07
%0
%88.59
%41.57

Codes

Color #3A9511 in popluar color models

3A9511
RGB5814917
HSL101°79.52%32.55%
HSB/HSV101°88.59%58.43%
CMYK61.07%0.00%88.59%
41.57%

Color #3A9511 in popluar number systems.

HEX3A9511
Decimal5814917
Binary1110101001010110001
Octal7222521

Shades and tints

Shades of #3A9511

#3A9511
(58,149,17)
#358810
(53,136,16)
#307B0F
(48,123,15)
#2B6E0E
(43,110,14)
#26610D
(38,97,13)
#21540C
(33,84,12)
#1C470B
(28,71,11)
#173A0A
(23,58,10)
#122D09
(18,45,9)
#0D2008
(13,32,8)
#081307
(8,19,7)
#000000
(0,0,0)

Tints of #3A9511

#3A9511
(58,149,17)
#4B9E26
(75,158,38)
#5CA73B
(92,167,59)
#6DB050
(109,176,80)
#7EB965
(126,185,101)
#8FC27A
(143,194,122)
#A0CB8F
(160,203,143)
#B1D4A4
(177,212,164)
#C2DDB9
(194,221,185)
#D3E6CE
(211,230,206)
#E4EFE3
(228,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A9511 color. Also use rgb(58,149,17) instead hex code.

Text Font Color

.myTextColor { color: #3A9511; }

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

This text font color is #3A9511.


Background Color

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

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

This div background color is #3A9511.


Border color

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

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

This div border color is #3A9511.


Opacity

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

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

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

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

This text has shadow with #3A9511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A9511 on black background.


Color preview on white background

This text has color #3A9511 on white background.



Black color preview on #3A9511 background

This text has black color on #3A9511 background.


White color preview on #3A9511 background

This text has white color on #3A9511 background.