COLOR #3B531E

HEX: #3B531E
RGB: (59,83,30)

Color info

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

RGB color model

#3B531E color RGB value is (59,83,30).

  • red value is 59;
  • green value is 83;
  • blue value is 30.
RGB:
(59,83,30)
(23%,33%,12%)

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 30 of 255 = 12%

59
83
30

R + G + B ~ 23%. #3B531E is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 83 + 30 = 172 (100%)
R 59 of 172 ~ 34.3%
G 83 of 172 ~ 48.26%
B 30 of 172 ~ 17.44%

%34.3
%48.26
%17.44

CMYK color model

#3B531E color CMYK value is (29,0,64,67).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 63.86%
  • key color value is 67.45%
CMYK:
(29,0,64,67)
C29M0Y64K67 
(29%,0%,64%,67%)
(0.29/0.00/0.64/0.67)	

CMYK percentages

%28.92
%0
%63.86
%67.45

Codes

Color #3B531E in popluar color models

3B531E
RGB598330
HSL87°46.90%22.16%
HSB/HSV87°63.86%32.55%
CMYK28.92%0.00%63.86%
67.45%

Color #3B531E in popluar number systems.

HEX3B531E
Decimal598330
Binary111011101001111110
Octal7312336

Shades and tints

Shades of #3B531E

#3B531E
(59,83,30)
#364C1C
(54,76,28)
#31451A
(49,69,26)
#2C3E18
(44,62,24)
#273716
(39,55,22)
#223014
(34,48,20)
#1D2912
(29,41,18)
#182210
(24,34,16)
#131B0E
(19,27,14)
#0E140C
(14,20,12)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #3B531E

#3B531E
(59,83,30)
#4C6232
(76,98,50)
#5D7146
(93,113,70)
#6E805A
(110,128,90)
#7F8F6E
(127,143,110)
#909E82
(144,158,130)
#A1AD96
(161,173,150)
#B2BCAA
(178,188,170)
#C3CBBE
(195,203,190)
#D4DAD2
(212,218,210)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B531E color. Also use rgb(59,83,30) instead hex code.

Text Font Color

.myTextColor { color: #3B531E; }

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

This text font color is #3B531E.


Background Color

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

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

This div background color is #3B531E.


Border color

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

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

This div border color is #3B531E.


Opacity

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

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

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

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

This text has shadow with #3B531E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B531E on black background.


Color preview on white background

This text has color #3B531E on white background.



Black color preview on #3B531E background

This text has black color on #3B531E background.


White color preview on #3B531E background

This text has white color on #3B531E background.