COLOR #371317

HEX: #371317
RGB: (55,19,23)

Color info

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

RGB color model

#371317 color RGB value is (55,19,23).

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

RGB channels and saturation

R 55 of 255 = 22%
G 19 of 255 = 7%
B 23 of 255 = 9%

55
19
23

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

Portions of RGB colors in percentages

R + G + B =
55 + 19 + 23 = 97 (100%)
R 55 of 97 ~ 56.7%
G 19 of 97 ~ 19.59%
B 23 of 97 ~ 23.71%

%56.7
%19.59
%23.71

CMYK color model

#371317 color CMYK value is (0,65,58,78).

  • cyan value is 0.00%
  • magenta value is 65.45%
  • yellow value is 58.18%
  • key color value is 78.43%
CMYK:
(0,65,58,78)
C0M65Y58K78 
(0%,65%,58%,78%)
(0.00/0.65/0.58/0.78)	

CMYK percentages

%0
%65.45
%58.18
%78.43

Codes

Color #371317 in popluar color models

371317
RGB551923
HSL353°48.65%14.51%
HSB/HSV353°65.45%21.57%
CMYK0.00%65.45%58.18%
78.43%

Color #371317 in popluar number systems.

HEX371317
Decimal551923
Binary1101111001110111
Octal672327

Shades and tints

Shades of #371317

#371317
(55,19,23)
#321215
(50,18,21)
#2D1113
(45,17,19)
#281011
(40,16,17)
#230F0F
(35,15,15)
#1E0E0D
(30,14,13)
#190D0B
(25,13,11)
#140C09
(20,12,9)
#0F0B07
(15,11,7)
#0A0A05
(10,10,5)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #371317

#371317
(55,19,23)
#49282C
(73,40,44)
#5B3D41
(91,61,65)
#6D5256
(109,82,86)
#7F676B
(127,103,107)
#917C80
(145,124,128)
#A39195
(163,145,149)
#B5A6AA
(181,166,170)
#C7BBBF
(199,187,191)
#D9D0D4
(217,208,212)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371317; }

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

This text font color is #371317.


Background Color

.myBgColor { background-color: #371317; }

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

This div background color is #371317.


Border color

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

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

This div border color is #371317.


Opacity

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

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

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

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

This text has shadow with #371317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371317 on black background.


Color preview on white background

This text has color #371317 on white background.



Black color preview on #371317 background

This text has black color on #371317 background.


White color preview on #371317 background

This text has white color on #371317 background.