COLOR #371516

HEX: #371516
RGB: (55,21,22)

Color info

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

RGB color model

#371516 color RGB value is (55,21,22).

  • red value is 55;
  • green value is 21;
  • blue value is 22.
RGB:
(55,21,22)
(22%,8%,9%)

RGB channels and saturation

R 55 of 255 = 22%
G 21 of 255 = 8%
B 22 of 255 = 9%

55
21
22

R + G + B ~ 13%. #371516 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 21 + 22 = 98 (100%)
R 55 of 98 ~ 56.12%
G 21 of 98 ~ 21.43%
B 22 of 98 ~ 22.45%

%56.12
%21.43
%22.45

CMYK color model

#371516 color CMYK value is (0,62,60,78).

  • cyan value is 0.00%
  • magenta value is 61.82%
  • yellow value is 60.00%
  • key color value is 78.43%
CMYK:
(0,62,60,78)
C0M62Y60K78 
(0%,62%,60%,78%)
(0.00/0.62/0.60/0.78)	

CMYK percentages

%0
%61.82
%60
%78.43

Codes

Color #371516 in popluar color models

371516
RGB552122
HSL358°44.74%14.90%
HSB/HSV358°61.82%21.57%
CMYK0.00%61.82%60.00%
78.43%

Color #371516 in popluar number systems.

HEX371516
Decimal552122
Binary1101111010110110
Octal672526

Shades and tints

Shades of #371516

#371516
(55,21,22)
#321414
(50,20,20)
#2D1312
(45,19,18)
#281210
(40,18,16)
#23110E
(35,17,14)
#1E100C
(30,16,12)
#190F0A
(25,15,10)
#140E08
(20,14,8)
#0F0D06
(15,13,6)
#0A0C04
(10,12,4)
#050B02
(5,11,2)
#000000
(0,0,0)

Tints of #371516

#371516
(55,21,22)
#492A2B
(73,42,43)
#5B3F40
(91,63,64)
#6D5455
(109,84,85)
#7F696A
(127,105,106)
#917E7F
(145,126,127)
#A39394
(163,147,148)
#B5A8A9
(181,168,169)
#C7BDBE
(199,189,190)
#D9D2D3
(217,210,211)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371516 color. Also use rgb(55,21,22) instead hex code.

Text Font Color

.myTextColor { color: #371516; }

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

This text font color is #371516.


Background Color

.myBgColor { background-color: #371516; }

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

This div background color is #371516.


Border color

.myBorderColor { border: 1px solid #371516; }

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

This div border color is #371516.


Opacity

.myOpacity80 { color: #371516; opacity: 0.8; }

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

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

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

This text has shadow with #371516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371516 on black background.


Color preview on white background

This text has color #371516 on white background.



Black color preview on #371516 background

This text has black color on #371516 background.


White color preview on #371516 background

This text has white color on #371516 background.