COLOR #3A8352

HEX: #3A8352
RGB: (58,131,82)

Color info

#3A8352 contains mainly green and blue colors. Web safe color of #3A8352 is #339966 (or #396).

RGB color model

#3A8352 color RGB value is (58,131,82).

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

RGB channels and saturation

R 58 of 255 = 23%
G 131 of 255 = 51%
B 82 of 255 = 32%

58
131
82

R + G + B ~ 35%. #3A8352 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 131 + 82 = 271 (100%)
R 58 of 271 ~ 21.4%
G 131 of 271 ~ 48.34%
B 82 of 271 ~ 30.26%

%21.4
%48.34
%30.26

CMYK color model

#3A8352 color CMYK value is (56,0,37,49).

  • cyan value is 55.73%
  • magenta value is 0.00%
  • yellow value is 37.40%
  • key color value is 48.63%
CMYK:
(56,0,37,49)
C56M0Y37K49 
(56%,0%,37%,49%)
(0.56/0.00/0.37/0.49)	

CMYK percentages

%55.73
%0
%37.4
%48.63

Codes

Color #3A8352 in popluar color models

3A8352
RGB5813182
HSL140°38.62%37.06%
HSB/HSV140°55.73%51.37%
CMYK55.73%0.00%37.40%
48.63%

Color #3A8352 in popluar number systems.

HEX3A8352
Decimal5813182
Binary111010100000111010010
Octal72203122

Shades and tints

Shades of #3A8352

#3A8352
(58,131,82)
#35784B
(53,120,75)
#306D44
(48,109,68)
#2B623D
(43,98,61)
#265736
(38,87,54)
#214C2F
(33,76,47)
#1C4128
(28,65,40)
#173621
(23,54,33)
#122B1A
(18,43,26)
#0D2013
(13,32,19)
#08150C
(8,21,12)
#000000
(0,0,0)

Tints of #3A8352

#3A8352
(58,131,82)
#4B8E61
(75,142,97)
#5C9970
(92,153,112)
#6DA47F
(109,164,127)
#7EAF8E
(126,175,142)
#8FBA9D
(143,186,157)
#A0C5AC
(160,197,172)
#B1D0BB
(177,208,187)
#C2DBCA
(194,219,202)
#D3E6D9
(211,230,217)
#E4F1E8
(228,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A8352; }

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

This text font color is #3A8352.


Background Color

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

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

This div background color is #3A8352.


Border color

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

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

This div border color is #3A8352.


Opacity

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

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

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

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

This text has shadow with #3A8352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8352 on black background.


Color preview on white background

This text has color #3A8352 on white background.



Black color preview on #3A8352 background

This text has black color on #3A8352 background.


White color preview on #3A8352 background

This text has white color on #3A8352 background.