COLOR #3B1212

HEX: #3B1212
RGB: (59,18,18)

Color info

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

RGB color model

#3B1212 color RGB value is (59,18,18).

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

RGB channels and saturation

R 59 of 255 = 23%
G 18 of 255 = 7%
B 18 of 255 = 7%

59
18
18

R + G + B ~ 12%. #3B1212 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 18 + 18 = 95 (100%)
R 59 of 95 ~ 62.11%
G 18 of 95 ~ 18.95%
B 18 of 95 ~ 18.95%

%62.11
%18.95
%18.95

CMYK color model

#3B1212 color CMYK value is (0,69,69,77).

  • cyan value is 0.00%
  • magenta value is 69.49%
  • yellow value is 69.49%
  • key color value is 76.86%
CMYK:
(0,69,69,77)
C0M69Y69K77 
(0%,69%,69%,77%)
(0.00/0.69/0.69/0.77)	

CMYK percentages

%0
%69.49
%69.49
%76.86

Codes

Color #3B1212 in popluar color models

3B1212
RGB591818
HSL53.25%15.10%
HSB/HSV69.49%23.14%
CMYK0.00%69.49%69.49%
76.86%

Color #3B1212 in popluar number systems.

HEX3B1212
Decimal591818
Binary1110111001010010
Octal732222

Shades and tints

Shades of #3B1212

#3B1212
(59,18,18)
#361111
(54,17,17)
#311010
(49,16,16)
#2C0F0F
(44,15,15)
#270E0E
(39,14,14)
#220D0D
(34,13,13)
#1D0C0C
(29,12,12)
#180B0B
(24,11,11)
#130A0A
(19,10,10)
#0E0909
(14,9,9)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #3B1212

#3B1212
(59,18,18)
#4C2727
(76,39,39)
#5D3C3C
(93,60,60)
#6E5151
(110,81,81)
#7F6666
(127,102,102)
#907B7B
(144,123,123)
#A19090
(161,144,144)
#B2A5A5
(178,165,165)
#C3BABA
(195,186,186)
#D4CFCF
(212,207,207)
#E5E4E4
(229,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1212; }

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

This text font color is #3B1212.


Background Color

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

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

This div background color is #3B1212.


Border color

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

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

This div border color is #3B1212.


Opacity

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

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

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

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

This text has shadow with #3B1212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1212 on black background.


Color preview on white background

This text has color #3B1212 on white background.



Black color preview on #3B1212 background

This text has black color on #3B1212 background.


White color preview on #3B1212 background

This text has white color on #3B1212 background.