COLOR #3B5C1F

HEX: #3B5C1F
RGB: (59,92,31)

Color info

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

RGB color model

#3B5C1F color RGB value is (59,92,31).

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

RGB channels and saturation

R 59 of 255 = 23%
G 92 of 255 = 36%
B 31 of 255 = 12%

59
92
31

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

Portions of RGB colors in percentages

R + G + B =
59 + 92 + 31 = 182 (100%)
R 59 of 182 ~ 32.42%
G 92 of 182 ~ 50.55%
B 31 of 182 ~ 17.03%

%32.42
%50.55
%17.03

CMYK color model

#3B5C1F color CMYK value is (36,0,66,64).

  • cyan value is 35.87%
  • magenta value is 0.00%
  • yellow value is 66.30%
  • key color value is 63.92%
CMYK:
(36,0,66,64)
C36M0Y66K64 
(36%,0%,66%,64%)
(0.36/0.00/0.66/0.64)	

CMYK percentages

%35.87
%0
%66.3
%63.92

Codes

Color #3B5C1F in popluar color models

3B5C1F
RGB599231
HSL92°49.59%24.12%
HSB/HSV92°66.30%36.08%
CMYK35.87%0.00%66.30%
63.92%

Color #3B5C1F in popluar number systems.

HEX3B5C1F
Decimal599231
Binary111011101110011111
Octal7313437

Shades and tints

Shades of #3B5C1F

#3B5C1F
(59,92,31)
#36541D
(54,84,29)
#314C1B
(49,76,27)
#2C4419
(44,68,25)
#273C17
(39,60,23)
#223415
(34,52,21)
#1D2C13
(29,44,19)
#182411
(24,36,17)
#131C0F
(19,28,15)
#0E140D
(14,20,13)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #3B5C1F

#3B5C1F
(59,92,31)
#4C6A33
(76,106,51)
#5D7847
(93,120,71)
#6E865B
(110,134,91)
#7F946F
(127,148,111)
#90A283
(144,162,131)
#A1B097
(161,176,151)
#B2BEAB
(178,190,171)
#C3CCBF
(195,204,191)
#D4DAD3
(212,218,211)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5C1F; }

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

This text font color is #3B5C1F.


Background Color

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

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

This div background color is #3B5C1F.


Border color

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

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

This div border color is #3B5C1F.


Opacity

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

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

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

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

This text has shadow with #3B5C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5C1F on black background.


Color preview on white background

This text has color #3B5C1F on white background.



Black color preview on #3B5C1F background

This text has black color on #3B5C1F background.


White color preview on #3B5C1F background

This text has white color on #3B5C1F background.