COLOR #3A7846

HEX: #3A7846
RGB: (58,120,70)

Color info

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

RGB color model

#3A7846 color RGB value is (58,120,70).

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

RGB channels and saturation

R 58 of 255 = 23%
G 120 of 255 = 47%
B 70 of 255 = 27%

58
120
70

R + G + B ~ 32%. #3A7846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 120 + 70 = 248 (100%)
R 58 of 248 ~ 23.39%
G 120 of 248 ~ 48.39%
B 70 of 248 ~ 28.23%

%23.39
%48.39
%28.23

CMYK color model

#3A7846 color CMYK value is (52,0,42,53).

  • cyan value is 51.67%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 52.94%
CMYK:
(52,0,42,53)
C52M0Y42K53 
(52%,0%,42%,53%)
(0.52/0.00/0.42/0.53)	

CMYK percentages

%51.67
%0
%41.67
%52.94

Codes

Color #3A7846 in popluar color models

3A7846
RGB5812070
HSL132°34.83%34.90%
HSB/HSV132°51.67%47.06%
CMYK51.67%0.00%41.67%
52.94%

Color #3A7846 in popluar number systems.

HEX3A7846
Decimal5812070
Binary11101011110001000110
Octal72170106

Shades and tints

Shades of #3A7846

#3A7846
(58,120,70)
#356E40
(53,110,64)
#30643A
(48,100,58)
#2B5A34
(43,90,52)
#26502E
(38,80,46)
#214628
(33,70,40)
#1C3C22
(28,60,34)
#17321C
(23,50,28)
#122816
(18,40,22)
#0D1E10
(13,30,16)
#08140A
(8,20,10)
#000000
(0,0,0)

Tints of #3A7846

#3A7846
(58,120,70)
#4B8456
(75,132,86)
#5C9066
(92,144,102)
#6D9C76
(109,156,118)
#7EA886
(126,168,134)
#8FB496
(143,180,150)
#A0C0A6
(160,192,166)
#B1CCB6
(177,204,182)
#C2D8C6
(194,216,198)
#D3E4D6
(211,228,214)
#E4F0E6
(228,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7846; }

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

This text font color is #3A7846.


Background Color

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

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

This div background color is #3A7846.


Border color

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

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

This div border color is #3A7846.


Opacity

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

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

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

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

This text has shadow with #3A7846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7846 on black background.


Color preview on white background

This text has color #3A7846 on white background.



Black color preview on #3A7846 background

This text has black color on #3A7846 background.


White color preview on #3A7846 background

This text has white color on #3A7846 background.