COLOR #3B1616

HEX: #3B1616
RGB: (59,22,22)

Color info

#3B1616 contains red, green and blue colors in about the same proportion. Web safe color of #3B1616 is #330000 (or #300).

RGB color model

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

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

RGB channels and saturation

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

59
22
22

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

Portions of RGB colors in percentages

R + G + B =
59 + 22 + 22 = 103 (100%)
R 59 of 103 ~ 57.28%
G 22 of 103 ~ 21.36%
B 22 of 103 ~ 21.36%

%57.28
%21.36
%21.36

CMYK color model

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

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

CMYK percentages

%0
%62.71
%62.71
%76.86

Codes

Color #3B1616 in popluar color models

3B1616
RGB592222
HSL45.68%15.88%
HSB/HSV62.71%23.14%
CMYK0.00%62.71%62.71%
76.86%

Color #3B1616 in popluar number systems.

HEX3B1616
Decimal592222
Binary1110111011010110
Octal732626

Shades and tints

Shades of #3B1616

#3B1616
(59,22,22)
#361414
(54,20,20)
#311212
(49,18,18)
#2C1010
(44,16,16)
#270E0E
(39,14,14)
#220C0C
(34,12,12)
#1D0A0A
(29,10,10)
#180808
(24,8,8)
#130606
(19,6,6)
#0E0404
(14,4,4)
#090202
(9,2,2)
#000000
(0,0,0)

Tints of #3B1616

#3B1616
(59,22,22)
#4C2B2B
(76,43,43)
#5D4040
(93,64,64)
#6E5555
(110,85,85)
#7F6A6A
(127,106,106)
#907F7F
(144,127,127)
#A19494
(161,148,148)
#B2A9A9
(178,169,169)
#C3BEBE
(195,190,190)
#D4D3D3
(212,211,211)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1616; }

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

This text font color is #3B1616.


Background Color

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

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

This div background color is #3B1616.


Border color

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

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

This div border color is #3B1616.


Opacity

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

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

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

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

This text has shadow with #3B1616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1616 on black background.


Color preview on white background

This text has color #3B1616 on white background.



Black color preview on #3B1616 background

This text has black color on #3B1616 background.


White color preview on #3B1616 background

This text has white color on #3B1616 background.