COLOR #371213

HEX: #371213
RGB: (55,18,19)

Color info

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

RGB color model

#371213 color RGB value is (55,18,19).

  • red value is 55;
  • green value is 18;
  • blue value is 19.
RGB:
(55,18,19)
(22%,7%,7%)

RGB channels and saturation

R 55 of 255 = 22%
G 18 of 255 = 7%
B 19 of 255 = 7%

55
18
19

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

Portions of RGB colors in percentages

R + G + B =
55 + 18 + 19 = 92 (100%)
R 55 of 92 ~ 59.78%
G 18 of 92 ~ 19.57%
B 19 of 92 ~ 20.65%

%59.78
%19.57
%20.65

CMYK color model

#371213 color CMYK value is (0,67,65,78).

  • cyan value is 0.00%
  • magenta value is 67.27%
  • yellow value is 65.45%
  • key color value is 78.43%
CMYK:
(0,67,65,78)
C0M67Y65K78 
(0%,67%,65%,78%)
(0.00/0.67/0.65/0.78)	

CMYK percentages

%0
%67.27
%65.45
%78.43

Codes

Color #371213 in popluar color models

371213
RGB551819
HSL358°50.68%14.31%
HSB/HSV358°67.27%21.57%
CMYK0.00%67.27%65.45%
78.43%

Color #371213 in popluar number systems.

HEX371213
Decimal551819
Binary1101111001010011
Octal672223

Shades and tints

Shades of #371213

#371213
(55,18,19)
#321112
(50,17,18)
#2D1011
(45,16,17)
#280F10
(40,15,16)
#230E0F
(35,14,15)
#1E0D0E
(30,13,14)
#190C0D
(25,12,13)
#140B0C
(20,11,12)
#0F0A0B
(15,10,11)
#0A090A
(10,9,10)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #371213

#371213
(55,18,19)
#492728
(73,39,40)
#5B3C3D
(91,60,61)
#6D5152
(109,81,82)
#7F6667
(127,102,103)
#917B7C
(145,123,124)
#A39091
(163,144,145)
#B5A5A6
(181,165,166)
#C7BABB
(199,186,187)
#D9CFD0
(217,207,208)
#EBE4E5
(235,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371213 color. Also use rgb(55,18,19) instead hex code.

Text Font Color

.myTextColor { color: #371213; }

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

This text font color is #371213.


Background Color

.myBgColor { background-color: #371213; }

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

This div background color is #371213.


Border color

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

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

This div border color is #371213.


Opacity

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

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

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

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

This text has shadow with #371213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371213 on black background.


Color preview on white background

This text has color #371213 on white background.



Black color preview on #371213 background

This text has black color on #371213 background.


White color preview on #371213 background

This text has white color on #371213 background.