COLOR #3A5937

HEX: #3A5937
RGB: (58,89,55)

Color info

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

RGB color model

#3A5937 color RGB value is (58,89,55).

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

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 55 of 255 = 22%

58
89
55

R + G + B ~ 27%. #3A5937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 89 + 55 = 202 (100%)
R 58 of 202 ~ 28.71%
G 89 of 202 ~ 44.06%
B 55 of 202 ~ 27.23%

%28.71
%44.06
%27.23

CMYK color model

#3A5937 color CMYK value is (35,0,38,65).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 38.20%
  • key color value is 65.10%
CMYK:
(35,0,38,65)
C35M0Y38K65 
(35%,0%,38%,65%)
(0.35/0.00/0.38/0.65)	

CMYK percentages

%34.83
%0
%38.2
%65.1

Codes

Color #3A5937 in popluar color models

3A5937
RGB588955
HSL115°23.61%28.24%
HSB/HSV115°38.20%34.90%
CMYK34.83%0.00%38.20%
65.10%

Color #3A5937 in popluar number systems.

HEX3A5937
Decimal588955
Binary1110101011001110111
Octal7213167

Shades and tints

Shades of #3A5937

#3A5937
(58,89,55)
#355132
(53,81,50)
#30492D
(48,73,45)
#2B4128
(43,65,40)
#263923
(38,57,35)
#21311E
(33,49,30)
#1C2919
(28,41,25)
#172114
(23,33,20)
#12190F
(18,25,15)
#0D110A
(13,17,10)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #3A5937

#3A5937
(58,89,55)
#4B6849
(75,104,73)
#5C775B
(92,119,91)
#6D866D
(109,134,109)
#7E957F
(126,149,127)
#8FA491
(143,164,145)
#A0B3A3
(160,179,163)
#B1C2B5
(177,194,181)
#C2D1C7
(194,209,199)
#D3E0D9
(211,224,217)
#E4EFEB
(228,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5937; }

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

This text font color is #3A5937.


Background Color

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

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

This div background color is #3A5937.


Border color

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

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

This div border color is #3A5937.


Opacity

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

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

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

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

This text has shadow with #3A5937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5937 on black background.


Color preview on white background

This text has color #3A5937 on white background.



Black color preview on #3A5937 background

This text has black color on #3A5937 background.


White color preview on #3A5937 background

This text has white color on #3A5937 background.