COLOR #3B5219

HEX: #3B5219
RGB: (59,82,25)

Color info

#3B5219 contains red, green and blue colors in about the same proportion. Web safe color of #3B5219 is #336600 (or #360).

RGB color model

#3B5219 color RGB value is (59,82,25).

  • red value is 59;
  • green value is 82;
  • blue value is 25.
RGB:
(59,82,25)
(23%,32%,10%)

RGB channels and saturation

R 59 of 255 = 23%
G 82 of 255 = 32%
B 25 of 255 = 10%

59
82
25

R + G + B ~ 22%. #3B5219 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 82 + 25 = 166 (100%)
R 59 of 166 ~ 35.54%
G 82 of 166 ~ 49.4%
B 25 of 166 ~ 15.06%

%35.54
%49.4
%15.06

CMYK color model

#3B5219 color CMYK value is (28,0,70,68).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 69.51%
  • key color value is 67.84%
CMYK:
(28,0,70,68)
C28M0Y70K68 
(28%,0%,70%,68%)
(0.28/0.00/0.70/0.68)	

CMYK percentages

%28.05
%0
%69.51
%67.84

Codes

Color #3B5219 in popluar color models

3B5219
RGB598225
HSL84°53.27%20.98%
HSB/HSV84°69.51%32.16%
CMYK28.05%0.00%69.51%
67.84%

Color #3B5219 in popluar number systems.

HEX3B5219
Decimal598225
Binary111011101001011001
Octal7312231

Shades and tints

Shades of #3B5219

#3B5219
(59,82,25)
#364B17
(54,75,23)
#314415
(49,68,21)
#2C3D13
(44,61,19)
#273611
(39,54,17)
#222F0F
(34,47,15)
#1D280D
(29,40,13)
#18210B
(24,33,11)
#131A09
(19,26,9)
#0E1307
(14,19,7)
#090C05
(9,12,5)
#000000
(0,0,0)

Tints of #3B5219

#3B5219
(59,82,25)
#4C612D
(76,97,45)
#5D7041
(93,112,65)
#6E7F55
(110,127,85)
#7F8E69
(127,142,105)
#909D7D
(144,157,125)
#A1AC91
(161,172,145)
#B2BBA5
(178,187,165)
#C3CAB9
(195,202,185)
#D4D9CD
(212,217,205)
#E5E8E1
(229,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5219 color. Also use rgb(59,82,25) instead hex code.

Text Font Color

.myTextColor { color: #3B5219; }

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

This text font color is #3B5219.


Background Color

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

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

This div background color is #3B5219.


Border color

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

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

This div border color is #3B5219.


Opacity

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

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

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

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

This text has shadow with #3B5219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5219 on black background.


Color preview on white background

This text has color #3B5219 on white background.



Black color preview on #3B5219 background

This text has black color on #3B5219 background.


White color preview on #3B5219 background

This text has white color on #3B5219 background.