COLOR #3A8517

HEX: #3A8517
RGB: (58,133,23)

Color info

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

RGB color model

#3A8517 color RGB value is (58,133,23).

  • red value is 58;
  • green value is 133;
  • blue value is 23.
RGB:
(58,133,23)
(23%,52%,9%)

RGB channels and saturation

R 58 of 255 = 23%
G 133 of 255 = 52%
B 23 of 255 = 9%

58
133
23

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

Portions of RGB colors in percentages

R + G + B =
58 + 133 + 23 = 214 (100%)
R 58 of 214 ~ 27.1%
G 133 of 214 ~ 62.15%
B 23 of 214 ~ 10.75%

%27.1
%62.15
%10.75

CMYK color model

#3A8517 color CMYK value is (56,0,83,48).

  • cyan value is 56.39%
  • magenta value is 0.00%
  • yellow value is 82.71%
  • key color value is 47.84%
CMYK:
(56,0,83,48)
C56M0Y83K48 
(56%,0%,83%,48%)
(0.56/0.00/0.83/0.48)	

CMYK percentages

%56.39
%0
%82.71
%47.84

Codes

Color #3A8517 in popluar color models

3A8517
RGB5813323
HSL101°70.51%30.59%
HSB/HSV101°82.71%52.16%
CMYK56.39%0.00%82.71%
47.84%

Color #3A8517 in popluar number systems.

HEX3A8517
Decimal5813323
Binary1110101000010110111
Octal7220527

Shades and tints

Shades of #3A8517

#3A8517
(58,133,23)
#357915
(53,121,21)
#306D13
(48,109,19)
#2B6111
(43,97,17)
#26550F
(38,85,15)
#21490D
(33,73,13)
#1C3D0B
(28,61,11)
#173109
(23,49,9)
#122507
(18,37,7)
#0D1905
(13,25,5)
#080D03
(8,13,3)
#000000
(0,0,0)

Tints of #3A8517

#3A8517
(58,133,23)
#4B902C
(75,144,44)
#5C9B41
(92,155,65)
#6DA656
(109,166,86)
#7EB16B
(126,177,107)
#8FBC80
(143,188,128)
#A0C795
(160,199,149)
#B1D2AA
(177,210,170)
#C2DDBF
(194,221,191)
#D3E8D4
(211,232,212)
#E4F3E9
(228,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A8517 color. Also use rgb(58,133,23) instead hex code.

Text Font Color

.myTextColor { color: #3A8517; }

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

This text font color is #3A8517.


Background Color

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

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

This div background color is #3A8517.


Border color

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

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

This div border color is #3A8517.


Opacity

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

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

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

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

This text has shadow with #3A8517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8517 on black background.


Color preview on white background

This text has color #3A8517 on white background.



Black color preview on #3A8517 background

This text has black color on #3A8517 background.


White color preview on #3A8517 background

This text has white color on #3A8517 background.