COLOR #3A6937

HEX: #3A6937
RGB: (58,105,55)

Color info

#3A6937 contains red, green and blue colors in about the same proportion. Web safe color of #3A6937 is #336633 (or #363).

RGB color model

#3A6937 color RGB value is (58,105,55).

  • red value is 58;
  • green value is 105;
  • blue value is 55.
RGB:
(58,105,55)
(23%,41%,22%)

RGB channels and saturation

R 58 of 255 = 23%
G 105 of 255 = 41%
B 55 of 255 = 22%

58
105
55

R + G + B ~ 29%. #3A6937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 105 + 55 = 218 (100%)
R 58 of 218 ~ 26.61%
G 105 of 218 ~ 48.17%
B 55 of 218 ~ 25.23%

%26.61
%48.17
%25.23

CMYK color model

#3A6937 color CMYK value is (45,0,48,59).

  • cyan value is 44.76%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 58.82%
CMYK:
(45,0,48,59)
C45M0Y48K59 
(45%,0%,48%,59%)
(0.45/0.00/0.48/0.59)	

CMYK percentages

%44.76
%0
%47.62
%58.82

Codes

Color #3A6937 in popluar color models

3A6937
RGB5810555
HSL116°31.25%31.37%
HSB/HSV116°47.62%41.18%
CMYK44.76%0.00%47.62%
58.82%

Color #3A6937 in popluar number systems.

HEX3A6937
Decimal5810555
Binary1110101101001110111
Octal7215167

Shades and tints

Shades of #3A6937

#3A6937
(58,105,55)
#356032
(53,96,50)
#30572D
(48,87,45)
#2B4E28
(43,78,40)
#264523
(38,69,35)
#213C1E
(33,60,30)
#1C3319
(28,51,25)
#172A14
(23,42,20)
#12210F
(18,33,15)
#0D180A
(13,24,10)
#080F05
(8,15,5)
#000000
(0,0,0)

Tints of #3A6937

#3A6937
(58,105,55)
#4B7649
(75,118,73)
#5C835B
(92,131,91)
#6D906D
(109,144,109)
#7E9D7F
(126,157,127)
#8FAA91
(143,170,145)
#A0B7A3
(160,183,163)
#B1C4B5
(177,196,181)
#C2D1C7
(194,209,199)
#D3DED9
(211,222,217)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6937 color. Also use rgb(58,105,55) instead hex code.

Text Font Color

.myTextColor { color: #3A6937; }

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

This text font color is #3A6937.


Background Color

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

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

This div background color is #3A6937.


Border color

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

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

This div border color is #3A6937.


Opacity

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

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

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

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

This text has shadow with #3A6937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6937 on black background.


Color preview on white background

This text has color #3A6937 on white background.



Black color preview on #3A6937 background

This text has black color on #3A6937 background.


White color preview on #3A6937 background

This text has white color on #3A6937 background.