COLOR #3B1D16

HEX: #3B1D16
RGB: (59,29,22)

Color info

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

RGB color model

#3B1D16 color RGB value is (59,29,22).

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

RGB channels and saturation

R 59 of 255 = 23%
G 29 of 255 = 11%
B 22 of 255 = 9%

59
29
22

R + G + B ~ 14%. #3B1D16 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 29 + 22 = 110 (100%)
R 59 of 110 ~ 53.64%
G 29 of 110 ~ 26.36%
B 22 of 110 ~ 20%

%53.64
%26.36
%20

CMYK color model

#3B1D16 color CMYK value is (0,51,63,77).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 62.71%
  • key color value is 76.86%
CMYK:
(0,51,63,77)
C0M51Y63K77 
(0%,51%,63%,77%)
(0.00/0.51/0.63/0.77)	

CMYK percentages

%0
%50.85
%62.71
%76.86

Codes

Color #3B1D16 in popluar color models

3B1D16
RGB592922
HSL11°45.68%15.88%
HSB/HSV11°62.71%23.14%
CMYK0.00%50.85%62.71%
76.86%

Color #3B1D16 in popluar number systems.

HEX3B1D16
Decimal592922
Binary1110111110110110
Octal733526

Shades and tints

Shades of #3B1D16

#3B1D16
(59,29,22)
#361B14
(54,27,20)
#311912
(49,25,18)
#2C1710
(44,23,16)
#27150E
(39,21,14)
#22130C
(34,19,12)
#1D110A
(29,17,10)
#180F08
(24,15,8)
#130D06
(19,13,6)
#0E0B04
(14,11,4)
#090902
(9,9,2)
#000000
(0,0,0)

Tints of #3B1D16

#3B1D16
(59,29,22)
#4C312B
(76,49,43)
#5D4540
(93,69,64)
#6E5955
(110,89,85)
#7F6D6A
(127,109,106)
#90817F
(144,129,127)
#A19594
(161,149,148)
#B2A9A9
(178,169,169)
#C3BDBE
(195,189,190)
#D4D1D3
(212,209,211)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1D16; }

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

This text font color is #3B1D16.


Background Color

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

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

This div background color is #3B1D16.


Border color

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

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

This div border color is #3B1D16.


Opacity

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

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

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

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

This text has shadow with #3B1D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1D16 on black background.


Color preview on white background

This text has color #3B1D16 on white background.



Black color preview on #3B1D16 background

This text has black color on #3B1D16 background.


White color preview on #3B1D16 background

This text has white color on #3B1D16 background.