COLOR #3A8325

HEX: #3A8325
RGB: (58,131,37)

Color info

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

RGB color model

#3A8325 color RGB value is (58,131,37).

  • red value is 58;
  • green value is 131;
  • blue value is 37.
RGB:
(58,131,37)
(23%,51%,15%)

RGB channels and saturation

R 58 of 255 = 23%
G 131 of 255 = 51%
B 37 of 255 = 15%

58
131
37

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

Portions of RGB colors in percentages

R + G + B =
58 + 131 + 37 = 226 (100%)
R 58 of 226 ~ 25.66%
G 131 of 226 ~ 57.96%
B 37 of 226 ~ 16.37%

%25.66
%57.96
%16.37

CMYK color model

#3A8325 color CMYK value is (56,0,72,49).

  • cyan value is 55.73%
  • magenta value is 0.00%
  • yellow value is 71.76%
  • key color value is 48.63%
CMYK:
(56,0,72,49)
C56M0Y72K49 
(56%,0%,72%,49%)
(0.56/0.00/0.72/0.49)	

CMYK percentages

%55.73
%0
%71.76
%48.63

Codes

Color #3A8325 in popluar color models

3A8325
RGB5813137
HSL107°55.95%32.94%
HSB/HSV107°71.76%51.37%
CMYK55.73%0.00%71.76%
48.63%

Color #3A8325 in popluar number systems.

HEX3A8325
Decimal5813137
Binary11101010000011100101
Octal7220345

Shades and tints

Shades of #3A8325

#3A8325
(58,131,37)
#357822
(53,120,34)
#306D1F
(48,109,31)
#2B621C
(43,98,28)
#265719
(38,87,25)
#214C16
(33,76,22)
#1C4113
(28,65,19)
#173610
(23,54,16)
#122B0D
(18,43,13)
#0D200A
(13,32,10)
#081507
(8,21,7)
#000000
(0,0,0)

Tints of #3A8325

#3A8325
(58,131,37)
#4B8E38
(75,142,56)
#5C994B
(92,153,75)
#6DA45E
(109,164,94)
#7EAF71
(126,175,113)
#8FBA84
(143,186,132)
#A0C597
(160,197,151)
#B1D0AA
(177,208,170)
#C2DBBD
(194,219,189)
#D3E6D0
(211,230,208)
#E4F1E3
(228,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A8325 color. Also use rgb(58,131,37) instead hex code.

Text Font Color

.myTextColor { color: #3A8325; }

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

This text font color is #3A8325.


Background Color

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

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

This div background color is #3A8325.


Border color

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

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

This div border color is #3A8325.


Opacity

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

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

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

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

This text has shadow with #3A8325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8325 on black background.


Color preview on white background

This text has color #3A8325 on white background.



Black color preview on #3A8325 background

This text has black color on #3A8325 background.


White color preview on #3A8325 background

This text has white color on #3A8325 background.