COLOR #3B5539

HEX: #3B5539
RGB: (59,85,57)

Color info

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

RGB color model

#3B5539 color RGB value is (59,85,57).

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

RGB channels and saturation

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

59
85
57

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

Portions of RGB colors in percentages

R + G + B =
59 + 85 + 57 = 201 (100%)
R 59 of 201 ~ 29.35%
G 85 of 201 ~ 42.29%
B 57 of 201 ~ 28.36%

%29.35
%42.29
%28.36

CMYK color model

#3B5539 color CMYK value is (31,0,33,67).

  • cyan value is 30.59%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 66.67%
CMYK:
(31,0,33,67)
C31M0Y33K67 
(31%,0%,33%,67%)
(0.31/0.00/0.33/0.67)	

CMYK percentages

%30.59
%0
%32.94
%66.67

Codes

Color #3B5539 in popluar color models

3B5539
RGB598557
HSL116°19.72%27.84%
HSB/HSV116°32.94%33.33%
CMYK30.59%0.00%32.94%
66.67%

Color #3B5539 in popluar number systems.

HEX3B5539
Decimal598557
Binary1110111010101111001
Octal7312571

Shades and tints

Shades of #3B5539

#3B5539
(59,85,57)
#364E34
(54,78,52)
#31472F
(49,71,47)
#2C402A
(44,64,42)
#273925
(39,57,37)
#223220
(34,50,32)
#1D2B1B
(29,43,27)
#182416
(24,36,22)
#131D11
(19,29,17)
#0E160C
(14,22,12)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #3B5539

#3B5539
(59,85,57)
#4C644B
(76,100,75)
#5D735D
(93,115,93)
#6E826F
(110,130,111)
#7F9181
(127,145,129)
#90A093
(144,160,147)
#A1AFA5
(161,175,165)
#B2BEB7
(178,190,183)
#C3CDC9
(195,205,201)
#D4DCDB
(212,220,219)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5539; }

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

This text font color is #3B5539.


Background Color

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

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

This div background color is #3B5539.


Border color

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

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

This div border color is #3B5539.


Opacity

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

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

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

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

This text has shadow with #3B5539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5539 on black background.


Color preview on white background

This text has color #3B5539 on white background.



Black color preview on #3B5539 background

This text has black color on #3B5539 background.


White color preview on #3B5539 background

This text has white color on #3B5539 background.