COLOR #3A7847

HEX: #3A7847
RGB: (58,120,71)

Color info

#3A7847 contains mainly green and blue colors. Web safe color of #3A7847 is #336633 (or #363).

RGB color model

#3A7847 color RGB value is (58,120,71).

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

RGB channels and saturation

R 58 of 255 = 23%
G 120 of 255 = 47%
B 71 of 255 = 28%

58
120
71

R + G + B ~ 33%. #3A7847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 120 + 71 = 249 (100%)
R 58 of 249 ~ 23.29%
G 120 of 249 ~ 48.19%
B 71 of 249 ~ 28.51%

%23.29
%48.19
%28.51

CMYK color model

#3A7847 color CMYK value is (52,0,41,53).

  • cyan value is 51.67%
  • magenta value is 0.00%
  • yellow value is 40.83%
  • key color value is 52.94%
CMYK:
(52,0,41,53)
C52M0Y41K53 
(52%,0%,41%,53%)
(0.52/0.00/0.41/0.53)	

CMYK percentages

%51.67
%0
%40.83
%52.94

Codes

Color #3A7847 in popluar color models

3A7847
RGB5812071
HSL133°34.83%34.90%
HSB/HSV133°51.67%47.06%
CMYK51.67%0.00%40.83%
52.94%

Color #3A7847 in popluar number systems.

HEX3A7847
Decimal5812071
Binary11101011110001000111
Octal72170107

Shades and tints

Shades of #3A7847

#3A7847
(58,120,71)
#356E41
(53,110,65)
#30643B
(48,100,59)
#2B5A35
(43,90,53)
#26502F
(38,80,47)
#214629
(33,70,41)
#1C3C23
(28,60,35)
#17321D
(23,50,29)
#122817
(18,40,23)
#0D1E11
(13,30,17)
#08140B
(8,20,11)
#000000
(0,0,0)

Tints of #3A7847

#3A7847
(58,120,71)
#4B8457
(75,132,87)
#5C9067
(92,144,103)
#6D9C77
(109,156,119)
#7EA887
(126,168,135)
#8FB497
(143,180,151)
#A0C0A7
(160,192,167)
#B1CCB7
(177,204,183)
#C2D8C7
(194,216,199)
#D3E4D7
(211,228,215)
#E4F0E7
(228,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7847; }

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

This text font color is #3A7847.


Background Color

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

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

This div background color is #3A7847.


Border color

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

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

This div border color is #3A7847.


Opacity

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

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

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

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

This text has shadow with #3A7847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7847 on black background.


Color preview on white background

This text has color #3A7847 on white background.



Black color preview on #3A7847 background

This text has black color on #3A7847 background.


White color preview on #3A7847 background

This text has white color on #3A7847 background.