COLOR #3B5538

HEX: #3B5538
RGB: (59,85,56)

Color info

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

RGB color model

#3B5538 color RGB value is (59,85,56).

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

RGB channels and saturation

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

59
85
56

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

Portions of RGB colors in percentages

R + G + B =
59 + 85 + 56 = 200 (100%)
R 59 of 200 ~ 29.5%
G 85 of 200 ~ 42.5%
B 56 of 200 ~ 28%

%29.5
%42.5
%28

CMYK color model

#3B5538 color CMYK value is (31,0,34,67).

  • cyan value is 30.59%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(31,0,34,67)
C31M0Y34K67 
(31%,0%,34%,67%)
(0.31/0.00/0.34/0.67)	

CMYK percentages

%30.59
%0
%34.12
%66.67

Codes

Color #3B5538 in popluar color models

3B5538
RGB598556
HSL114°20.57%27.65%
HSB/HSV114°34.12%33.33%
CMYK30.59%0.00%34.12%
66.67%

Color #3B5538 in popluar number systems.

HEX3B5538
Decimal598556
Binary1110111010101111000
Octal7312570

Shades and tints

Shades of #3B5538

#3B5538
(59,85,56)
#364E33
(54,78,51)
#31472E
(49,71,46)
#2C4029
(44,64,41)
#273924
(39,57,36)
#22321F
(34,50,31)
#1D2B1A
(29,43,26)
#182415
(24,36,21)
#131D10
(19,29,16)
#0E160B
(14,22,11)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #3B5538

#3B5538
(59,85,56)
#4C644A
(76,100,74)
#5D735C
(93,115,92)
#6E826E
(110,130,110)
#7F9180
(127,145,128)
#90A092
(144,160,146)
#A1AFA4
(161,175,164)
#B2BEB6
(178,190,182)
#C3CDC8
(195,205,200)
#D4DCDA
(212,220,218)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5538; }

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

This text font color is #3B5538.


Background Color

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

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

This div background color is #3B5538.


Border color

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

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

This div border color is #3B5538.


Opacity

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

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

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

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

This text has shadow with #3B5538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5538 on black background.


Color preview on white background

This text has color #3B5538 on white background.



Black color preview on #3B5538 background

This text has black color on #3B5538 background.


White color preview on #3B5538 background

This text has white color on #3B5538 background.