COLOR #3A5539

HEX: #3A5539
RGB: (58,85,57)

Color info

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

RGB color model

#3A5539 color RGB value is (58,85,57).

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

RGB channels and saturation

R 58 of 255 = 23%
G 85 of 255 = 33%
B 57 of 255 = 22%

58
85
57

R + G + B ~ 26%. #3A5539 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 85 + 57 = 200 (100%)
R 58 of 200 ~ 29%
G 85 of 200 ~ 42.5%
B 57 of 200 ~ 28.5%

%29
%42.5
%28.5

CMYK color model

#3A5539 color CMYK value is (32,0,33,67).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 66.67%
CMYK:
(32,0,33,67)
C32M0Y33K67 
(32%,0%,33%,67%)
(0.32/0.00/0.33/0.67)	

CMYK percentages

%31.76
%0
%32.94
%66.67

Codes

Color #3A5539 in popluar color models

3A5539
RGB588557
HSL118°19.72%27.84%
HSB/HSV118°32.94%33.33%
CMYK31.76%0.00%32.94%
66.67%

Color #3A5539 in popluar number systems.

HEX3A5539
Decimal588557
Binary1110101010101111001
Octal7212571

Shades and tints

Shades of #3A5539

#3A5539
(58,85,57)
#354E34
(53,78,52)
#30472F
(48,71,47)
#2B402A
(43,64,42)
#263925
(38,57,37)
#213220
(33,50,32)
#1C2B1B
(28,43,27)
#172416
(23,36,22)
#121D11
(18,29,17)
#0D160C
(13,22,12)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #3A5539

#3A5539
(58,85,57)
#4B644B
(75,100,75)
#5C735D
(92,115,93)
#6D826F
(109,130,111)
#7E9181
(126,145,129)
#8FA093
(143,160,147)
#A0AFA5
(160,175,165)
#B1BEB7
(177,190,183)
#C2CDC9
(194,205,201)
#D3DCDB
(211,220,219)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5539; }

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

This text font color is #3A5539.


Background Color

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

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

This div background color is #3A5539.


Border color

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

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

This div border color is #3A5539.


Opacity

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

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

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

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

This text has shadow with #3A5539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5539 on black background.


Color preview on white background

This text has color #3A5539 on white background.



Black color preview on #3A5539 background

This text has black color on #3A5539 background.


White color preview on #3A5539 background

This text has white color on #3A5539 background.