COLOR #3B2516

HEX: #3B2516
RGB: (59,37,22)

Color info

#3B2516 contains red, green and blue colors in about the same proportion. Web safe color of #3B2516 is #333300 (or #330).

RGB color model

#3B2516 color RGB value is (59,37,22).

  • red value is 59;
  • green value is 37;
  • blue value is 22.
RGB:
(59,37,22)
(23%,15%,9%)

RGB channels and saturation

R 59 of 255 = 23%
G 37 of 255 = 15%
B 22 of 255 = 9%

59
37
22

R + G + B ~ 16%. #3B2516 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 37 + 22 = 118 (100%)
R 59 of 118 ~ 50%
G 37 of 118 ~ 31.36%
B 22 of 118 ~ 18.64%

%50
%31.36
%18.64

CMYK color model

#3B2516 color CMYK value is (0,37,63,77).

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 62.71%
  • key color value is 76.86%
CMYK:
(0,37,63,77)
C0M37Y63K77 
(0%,37%,63%,77%)
(0.00/0.37/0.63/0.77)	

CMYK percentages

%0
%37.29
%62.71
%76.86

Codes

Color #3B2516 in popluar color models

3B2516
RGB593722
HSL24°45.68%15.88%
HSB/HSV24°62.71%23.14%
CMYK0.00%37.29%62.71%
76.86%

Color #3B2516 in popluar number systems.

HEX3B2516
Decimal593722
Binary11101110010110110
Octal734526

Shades and tints

Shades of #3B2516

#3B2516
(59,37,22)
#362214
(54,34,20)
#311F12
(49,31,18)
#2C1C10
(44,28,16)
#27190E
(39,25,14)
#22160C
(34,22,12)
#1D130A
(29,19,10)
#181008
(24,16,8)
#130D06
(19,13,6)
#0E0A04
(14,10,4)
#090702
(9,7,2)
#000000
(0,0,0)

Tints of #3B2516

#3B2516
(59,37,22)
#4C382B
(76,56,43)
#5D4B40
(93,75,64)
#6E5E55
(110,94,85)
#7F716A
(127,113,106)
#90847F
(144,132,127)
#A19794
(161,151,148)
#B2AAA9
(178,170,169)
#C3BDBE
(195,189,190)
#D4D0D3
(212,208,211)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2516 color. Also use rgb(59,37,22) instead hex code.

Text Font Color

.myTextColor { color: #3B2516; }

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

This text font color is #3B2516.


Background Color

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

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

This div background color is #3B2516.


Border color

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

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

This div border color is #3B2516.


Opacity

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

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

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

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

This text has shadow with #3B2516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2516 on black background.


Color preview on white background

This text has color #3B2516 on white background.



Black color preview on #3B2516 background

This text has black color on #3B2516 background.


White color preview on #3B2516 background

This text has white color on #3B2516 background.