COLOR #3B3616

HEX: #3B3616
RGB: (59,54,22)

Color info

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

RGB color model

#3B3616 color RGB value is (59,54,22).

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

RGB channels and saturation

R 59 of 255 = 23%
G 54 of 255 = 21%
B 22 of 255 = 9%

59
54
22

R + G + B ~ 18%. #3B3616 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 54 + 22 = 135 (100%)
R 59 of 135 ~ 43.7%
G 54 of 135 ~ 40%
B 22 of 135 ~ 16.3%

%43.7
%40
%16.3

CMYK color model

#3B3616 color CMYK value is (0,8,63,77).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 62.71%
  • key color value is 76.86%
CMYK:
(0,8,63,77)
C0M8Y63K77 
(0%,8%,63%,77%)
(0.00/0.08/0.63/0.77)	

CMYK percentages

%0
%8.47
%62.71
%76.86

Codes

Color #3B3616 in popluar color models

3B3616
RGB595422
HSL52°45.68%15.88%
HSB/HSV52°62.71%23.14%
CMYK0.00%8.47%62.71%
76.86%

Color #3B3616 in popluar number systems.

HEX3B3616
Decimal595422
Binary11101111011010110
Octal736626

Shades and tints

Shades of #3B3616

#3B3616
(59,54,22)
#363214
(54,50,20)
#312E12
(49,46,18)
#2C2A10
(44,42,16)
#27260E
(39,38,14)
#22220C
(34,34,12)
#1D1E0A
(29,30,10)
#181A08
(24,26,8)
#131606
(19,22,6)
#0E1204
(14,18,4)
#090E02
(9,14,2)
#000000
(0,0,0)

Tints of #3B3616

#3B3616
(59,54,22)
#4C482B
(76,72,43)
#5D5A40
(93,90,64)
#6E6C55
(110,108,85)
#7F7E6A
(127,126,106)
#90907F
(144,144,127)
#A1A294
(161,162,148)
#B2B4A9
(178,180,169)
#C3C6BE
(195,198,190)
#D4D8D3
(212,216,211)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3616; }

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

This text font color is #3B3616.


Background Color

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

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

This div background color is #3B3616.


Border color

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

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

This div border color is #3B3616.


Opacity

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

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

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

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

This text has shadow with #3B3616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3616 on black background.


Color preview on white background

This text has color #3B3616 on white background.



Black color preview on #3B3616 background

This text has black color on #3B3616 background.


White color preview on #3B3616 background

This text has white color on #3B3616 background.