COLOR #3B5C20

HEX: #3B5C20
RGB: (59,92,32)

Color info

#3B5C20 contains mainly red and green colors. Web safe color of #3B5C20 is #336633 (or #363).

RGB color model

#3B5C20 color RGB value is (59,92,32).

  • red value is 59;
  • green value is 92;
  • blue value is 32.
RGB:
(59,92,32)
(23%,36%,13%)

RGB channels and saturation

R 59 of 255 = 23%
G 92 of 255 = 36%
B 32 of 255 = 13%

59
92
32

R + G + B ~ 24%. #3B5C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 92 + 32 = 183 (100%)
R 59 of 183 ~ 32.24%
G 92 of 183 ~ 50.27%
B 32 of 183 ~ 17.49%

%32.24
%50.27
%17.49

CMYK color model

#3B5C20 color CMYK value is (36,0,65,64).

  • cyan value is 35.87%
  • magenta value is 0.00%
  • yellow value is 65.22%
  • key color value is 63.92%
CMYK:
(36,0,65,64)
C36M0Y65K64 
(36%,0%,65%,64%)
(0.36/0.00/0.65/0.64)	

CMYK percentages

%35.87
%0
%65.22
%63.92

Codes

Color #3B5C20 in popluar color models

3B5C20
RGB599232
HSL93°48.39%24.31%
HSB/HSV93°65.22%36.08%
CMYK35.87%0.00%65.22%
63.92%

Color #3B5C20 in popluar number systems.

HEX3B5C20
Decimal599232
Binary1110111011100100000
Octal7313440

Shades and tints

Shades of #3B5C20

#3B5C20
(59,92,32)
#36541E
(54,84,30)
#314C1C
(49,76,28)
#2C441A
(44,68,26)
#273C18
(39,60,24)
#223416
(34,52,22)
#1D2C14
(29,44,20)
#182412
(24,36,18)
#131C10
(19,28,16)
#0E140E
(14,20,14)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #3B5C20

#3B5C20
(59,92,32)
#4C6A34
(76,106,52)
#5D7848
(93,120,72)
#6E865C
(110,134,92)
#7F9470
(127,148,112)
#90A284
(144,162,132)
#A1B098
(161,176,152)
#B2BEAC
(178,190,172)
#C3CCC0
(195,204,192)
#D4DAD4
(212,218,212)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5C20 color. Also use rgb(59,92,32) instead hex code.

Text Font Color

.myTextColor { color: #3B5C20; }

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

This text font color is #3B5C20.


Background Color

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

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

This div background color is #3B5C20.


Border color

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

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

This div border color is #3B5C20.


Opacity

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

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

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

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

This text has shadow with #3B5C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5C20 on black background.


Color preview on white background

This text has color #3B5C20 on white background.



Black color preview on #3B5C20 background

This text has black color on #3B5C20 background.


White color preview on #3B5C20 background

This text has white color on #3B5C20 background.