COLOR #3B1120

HEX: #3B1120
RGB: (59,17,32)

Color info

#3B1120 contains red, green and blue colors in about the same proportion. Web safe color of #3B1120 is #330033 (or #303).

RGB color model

#3B1120 color RGB value is (59,17,32).

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

RGB channels and saturation

R 59 of 255 = 23%
G 17 of 255 = 7%
B 32 of 255 = 13%

59
17
32

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

Portions of RGB colors in percentages

R + G + B =
59 + 17 + 32 = 108 (100%)
R 59 of 108 ~ 54.63%
G 17 of 108 ~ 15.74%
B 32 of 108 ~ 29.63%

%54.63
%15.74
%29.63

CMYK color model

#3B1120 color CMYK value is (0,71,46,77).

  • cyan value is 0.00%
  • magenta value is 71.19%
  • yellow value is 45.76%
  • key color value is 76.86%
CMYK:
(0,71,46,77)
C0M71Y46K77 
(0%,71%,46%,77%)
(0.00/0.71/0.46/0.77)	

CMYK percentages

%0
%71.19
%45.76
%76.86

Codes

Color #3B1120 in popluar color models

3B1120
RGB591732
HSL339°55.26%14.90%
HSB/HSV339°71.19%23.14%
CMYK0.00%71.19%45.76%
76.86%

Color #3B1120 in popluar number systems.

HEX3B1120
Decimal591732
Binary11101110001100000
Octal732140

Shades and tints

Shades of #3B1120

#3B1120
(59,17,32)
#36101E
(54,16,30)
#310F1C
(49,15,28)
#2C0E1A
(44,14,26)
#270D18
(39,13,24)
#220C16
(34,12,22)
#1D0B14
(29,11,20)
#180A12
(24,10,18)
#130910
(19,9,16)
#0E080E
(14,8,14)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #3B1120

#3B1120
(59,17,32)
#4C2634
(76,38,52)
#5D3B48
(93,59,72)
#6E505C
(110,80,92)
#7F6570
(127,101,112)
#907A84
(144,122,132)
#A18F98
(161,143,152)
#B2A4AC
(178,164,172)
#C3B9C0
(195,185,192)
#D4CED4
(212,206,212)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B1120; }

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

This text font color is #3B1120.


Background Color

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

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

This div background color is #3B1120.


Border color

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

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

This div border color is #3B1120.


Opacity

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

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

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

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

This text has shadow with #3B1120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1120 on black background.


Color preview on white background

This text has color #3B1120 on white background.



Black color preview on #3B1120 background

This text has black color on #3B1120 background.


White color preview on #3B1120 background

This text has white color on #3B1120 background.