COLOR #3B1002

HEX: #3B1002
RGB: (59,16,2)

Color info

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

RGB color model

#3B1002 color RGB value is (59,16,2).

  • red value is 59;
  • green value is 16;
  • blue value is 2.
RGB:
(59,16,2)
(23%,6%,1%)

RGB channels and saturation

R 59 of 255 = 23%
G 16 of 255 = 6%
B 2 of 255 = 1%

59
16
2

R + G + B ~ 10%. #3B1002 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 16 + 2 = 77 (100%)
R 59 of 77 ~ 76.62%
G 16 of 77 ~ 20.78%
B 2 of 77 ~ 2.6%

%76.62
%20.78

CMYK color model

#3B1002 color CMYK value is (0,73,97,77).

  • cyan value is 0.00%
  • magenta value is 72.88%
  • yellow value is 96.61%
  • key color value is 76.86%
CMYK:
(0,73,97,77)
C0M73Y97K77 
(0%,73%,97%,77%)
(0.00/0.73/0.97/0.77)	

CMYK percentages

%0
%72.88
%96.61
%76.86

Codes

Color #3B1002 in popluar color models

3B1002
RGB59162
HSL15°93.44%11.96%
HSB/HSV15°96.61%23.14%
CMYK0.00%72.88%96.61%
76.86%

Color #3B1002 in popluar number systems.

HEX3B1002
Decimal59162
Binary1110111000010
Octal73202

Shades and tints

Shades of #3B1002

#3B1002
(59,16,2)
#360F02
(54,15,2)
#310E02
(49,14,2)
#2C0D02
(44,13,2)
#270C02
(39,12,2)
#220B02
(34,11,2)
#1D0A02
(29,10,2)
#180902
(24,9,2)
#130802
(19,8,2)
#0E0702
(14,7,2)
#090602
(9,6,2)
#000000
(0,0,0)

Tints of #3B1002

#3B1002
(59,16,2)
#4C2519
(76,37,25)
#5D3A30
(93,58,48)
#6E4F47
(110,79,71)
#7F645E
(127,100,94)
#907975
(144,121,117)
#A18E8C
(161,142,140)
#B2A3A3
(178,163,163)
#C3B8BA
(195,184,186)
#D4CDD1
(212,205,209)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1002; }

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

This text font color is #3B1002.


Background Color

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

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

This div background color is #3B1002.


Border color

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

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

This div border color is #3B1002.


Opacity

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

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

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

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

This text has shadow with #3B1002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1002 on black background.


Color preview on white background

This text has color #3B1002 on white background.



Black color preview on #3B1002 background

This text has black color on #3B1002 background.


White color preview on #3B1002 background

This text has white color on #3B1002 background.