COLOR #3B521B

HEX: #3B521B
RGB: (59,82,27)

Color info

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

RGB color model

#3B521B color RGB value is (59,82,27).

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

RGB channels and saturation

R 59 of 255 = 23%
G 82 of 255 = 32%
B 27 of 255 = 11%

59
82
27

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

Portions of RGB colors in percentages

R + G + B =
59 + 82 + 27 = 168 (100%)
R 59 of 168 ~ 35.12%
G 82 of 168 ~ 48.81%
B 27 of 168 ~ 16.07%

%35.12
%48.81
%16.07

CMYK color model

#3B521B color CMYK value is (28,0,67,68).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 67.07%
  • key color value is 67.84%
CMYK:
(28,0,67,68)
C28M0Y67K68 
(28%,0%,67%,68%)
(0.28/0.00/0.67/0.68)	

CMYK percentages

%28.05
%0
%67.07
%67.84

Codes

Color #3B521B in popluar color models

3B521B
RGB598227
HSL85°50.46%21.37%
HSB/HSV85°67.07%32.16%
CMYK28.05%0.00%67.07%
67.84%

Color #3B521B in popluar number systems.

HEX3B521B
Decimal598227
Binary111011101001011011
Octal7312233

Shades and tints

Shades of #3B521B

#3B521B
(59,82,27)
#364B19
(54,75,25)
#314417
(49,68,23)
#2C3D15
(44,61,21)
#273613
(39,54,19)
#222F11
(34,47,17)
#1D280F
(29,40,15)
#18210D
(24,33,13)
#131A0B
(19,26,11)
#0E1309
(14,19,9)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #3B521B

#3B521B
(59,82,27)
#4C612F
(76,97,47)
#5D7043
(93,112,67)
#6E7F57
(110,127,87)
#7F8E6B
(127,142,107)
#909D7F
(144,157,127)
#A1AC93
(161,172,147)
#B2BBA7
(178,187,167)
#C3CABB
(195,202,187)
#D4D9CF
(212,217,207)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B521B; }

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

This text font color is #3B521B.


Background Color

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

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

This div background color is #3B521B.


Border color

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

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

This div border color is #3B521B.


Opacity

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

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

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

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

This text has shadow with #3B521B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B521B on black background.


Color preview on white background

This text has color #3B521B on white background.



Black color preview on #3B521B background

This text has black color on #3B521B background.


White color preview on #3B521B background

This text has white color on #3B521B background.