COLOR #371511

HEX: #371511
RGB: (55,21,17)

Color info

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

RGB color model

#371511 color RGB value is (55,21,17).

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

RGB channels and saturation

R 55 of 255 = 22%
G 21 of 255 = 8%
B 17 of 255 = 7%

55
21
17

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

Portions of RGB colors in percentages

R + G + B =
55 + 21 + 17 = 93 (100%)
R 55 of 93 ~ 59.14%
G 21 of 93 ~ 22.58%
B 17 of 93 ~ 18.28%

%59.14
%22.58
%18.28

CMYK color model

#371511 color CMYK value is (0,62,69,78).

  • cyan value is 0.00%
  • magenta value is 61.82%
  • yellow value is 69.09%
  • key color value is 78.43%
CMYK:
(0,62,69,78)
C0M62Y69K78 
(0%,62%,69%,78%)
(0.00/0.62/0.69/0.78)	

CMYK percentages

%0
%61.82
%69.09
%78.43

Codes

Color #371511 in popluar color models

371511
RGB552117
HSL52.78%14.12%
HSB/HSV69.09%21.57%
CMYK0.00%61.82%69.09%
78.43%

Color #371511 in popluar number systems.

HEX371511
Decimal552117
Binary1101111010110001
Octal672521

Shades and tints

Shades of #371511

#371511
(55,21,17)
#321410
(50,20,16)
#2D130F
(45,19,15)
#28120E
(40,18,14)
#23110D
(35,17,13)
#1E100C
(30,16,12)
#190F0B
(25,15,11)
#140E0A
(20,14,10)
#0F0D09
(15,13,9)
#0A0C08
(10,12,8)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #371511

#371511
(55,21,17)
#492A26
(73,42,38)
#5B3F3B
(91,63,59)
#6D5450
(109,84,80)
#7F6965
(127,105,101)
#917E7A
(145,126,122)
#A3938F
(163,147,143)
#B5A8A4
(181,168,164)
#C7BDB9
(199,189,185)
#D9D2CE
(217,210,206)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371511; }

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

This text font color is #371511.


Background Color

.myBgColor { background-color: #371511; }

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

This div background color is #371511.


Border color

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

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

This div border color is #371511.


Opacity

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

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

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

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

This text has shadow with #371511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371511 on black background.


Color preview on white background

This text has color #371511 on white background.



Black color preview on #371511 background

This text has black color on #371511 background.


White color preview on #371511 background

This text has white color on #371511 background.