COLOR #3A8B47

HEX: #3A8B47
RGB: (58,139,71)

Color info

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

RGB color model

#3A8B47 color RGB value is (58,139,71).

  • red value is 58;
  • green value is 139;
  • blue value is 71.
RGB:
(58,139,71)
(23%,55%,28%)

RGB channels and saturation

R 58 of 255 = 23%
G 139 of 255 = 55%
B 71 of 255 = 28%

58
139
71

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

Portions of RGB colors in percentages

R + G + B =
58 + 139 + 71 = 268 (100%)
R 58 of 268 ~ 21.64%
G 139 of 268 ~ 51.87%
B 71 of 268 ~ 26.49%

%21.64
%51.87
%26.49

CMYK color model

#3A8B47 color CMYK value is (58,0,49,45).

  • cyan value is 58.27%
  • magenta value is 0.00%
  • yellow value is 48.92%
  • key color value is 45.49%
CMYK:
(58,0,49,45)
C58M0Y49K45 
(58%,0%,49%,45%)
(0.58/0.00/0.49/0.45)	

CMYK percentages

%58.27
%0
%48.92
%45.49

Codes

Color #3A8B47 in popluar color models

3A8B47
RGB5813971
HSL130°41.12%38.63%
HSB/HSV130°58.27%54.51%
CMYK58.27%0.00%48.92%
45.49%

Color #3A8B47 in popluar number systems.

HEX3A8B47
Decimal5813971
Binary111010100010111000111
Octal72213107

Shades and tints

Shades of #3A8B47

#3A8B47
(58,139,71)
#357F41
(53,127,65)
#30733B
(48,115,59)
#2B6735
(43,103,53)
#265B2F
(38,91,47)
#214F29
(33,79,41)
#1C4323
(28,67,35)
#17371D
(23,55,29)
#122B17
(18,43,23)
#0D1F11
(13,31,17)
#08130B
(8,19,11)
#000000
(0,0,0)

Tints of #3A8B47

#3A8B47
(58,139,71)
#4B9557
(75,149,87)
#5C9F67
(92,159,103)
#6DA977
(109,169,119)
#7EB387
(126,179,135)
#8FBD97
(143,189,151)
#A0C7A7
(160,199,167)
#B1D1B7
(177,209,183)
#C2DBC7
(194,219,199)
#D3E5D7
(211,229,215)
#E4EFE7
(228,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A8B47 color. Also use rgb(58,139,71) instead hex code.

Text Font Color

.myTextColor { color: #3A8B47; }

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

This text font color is #3A8B47.


Background Color

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

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

This div background color is #3A8B47.


Border color

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

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

This div border color is #3A8B47.


Opacity

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

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

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

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

This text has shadow with #3A8B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8B47 on black background.


Color preview on white background

This text has color #3A8B47 on white background.



Black color preview on #3A8B47 background

This text has black color on #3A8B47 background.


White color preview on #3A8B47 background

This text has white color on #3A8B47 background.