COLOR #3A5B39

HEX: #3A5B39
RGB: (58,91,57)

Color info

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

RGB color model

#3A5B39 color RGB value is (58,91,57).

  • red value is 58;
  • green value is 91;
  • blue value is 57.
RGB:
(58,91,57)
(23%,36%,22%)

RGB channels and saturation

R 58 of 255 = 23%
G 91 of 255 = 36%
B 57 of 255 = 22%

58
91
57

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

Portions of RGB colors in percentages

R + G + B =
58 + 91 + 57 = 206 (100%)
R 58 of 206 ~ 28.16%
G 91 of 206 ~ 44.17%
B 57 of 206 ~ 27.67%

%28.16
%44.17
%27.67

CMYK color model

#3A5B39 color CMYK value is (36,0,37,64).

  • cyan value is 36.26%
  • magenta value is 0.00%
  • yellow value is 37.36%
  • key color value is 64.31%
CMYK:
(36,0,37,64)
C36M0Y37K64 
(36%,0%,37%,64%)
(0.36/0.00/0.37/0.64)	

CMYK percentages

%36.26
%0
%37.36
%64.31

Codes

Color #3A5B39 in popluar color models

3A5B39
RGB589157
HSL118°22.97%29.02%
HSB/HSV118°37.36%35.69%
CMYK36.26%0.00%37.36%
64.31%

Color #3A5B39 in popluar number systems.

HEX3A5B39
Decimal589157
Binary1110101011011111001
Octal7213371

Shades and tints

Shades of #3A5B39

#3A5B39
(58,91,57)
#355334
(53,83,52)
#304B2F
(48,75,47)
#2B432A
(43,67,42)
#263B25
(38,59,37)
#213320
(33,51,32)
#1C2B1B
(28,43,27)
#172316
(23,35,22)
#121B11
(18,27,17)
#0D130C
(13,19,12)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #3A5B39

#3A5B39
(58,91,57)
#4B694B
(75,105,75)
#5C775D
(92,119,93)
#6D856F
(109,133,111)
#7E9381
(126,147,129)
#8FA193
(143,161,147)
#A0AFA5
(160,175,165)
#B1BDB7
(177,189,183)
#C2CBC9
(194,203,201)
#D3D9DB
(211,217,219)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5B39 color. Also use rgb(58,91,57) instead hex code.

Text Font Color

.myTextColor { color: #3A5B39; }

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

This text font color is #3A5B39.


Background Color

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

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

This div background color is #3A5B39.


Border color

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

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

This div border color is #3A5B39.


Opacity

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

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

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

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

This text has shadow with #3A5B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5B39 on black background.


Color preview on white background

This text has color #3A5B39 on white background.



Black color preview on #3A5B39 background

This text has black color on #3A5B39 background.


White color preview on #3A5B39 background

This text has white color on #3A5B39 background.