COLOR #371817

HEX: #371817
RGB: (55,24,23)

Color info

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

RGB color model

#371817 color RGB value is (55,24,23).

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

RGB channels and saturation

R 55 of 255 = 22%
G 24 of 255 = 9%
B 23 of 255 = 9%

55
24
23

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

Portions of RGB colors in percentages

R + G + B =
55 + 24 + 23 = 102 (100%)
R 55 of 102 ~ 53.92%
G 24 of 102 ~ 23.53%
B 23 of 102 ~ 22.55%

%53.92
%23.53
%22.55

CMYK color model

#371817 color CMYK value is (0,56,58,78).

  • cyan value is 0.00%
  • magenta value is 56.36%
  • yellow value is 58.18%
  • key color value is 78.43%
CMYK:
(0,56,58,78)
C0M56Y58K78 
(0%,56%,58%,78%)
(0.00/0.56/0.58/0.78)	

CMYK percentages

%0
%56.36
%58.18
%78.43

Codes

Color #371817 in popluar color models

371817
RGB552423
HSL41.03%15.29%
HSB/HSV58.18%21.57%
CMYK0.00%56.36%58.18%
78.43%

Color #371817 in popluar number systems.

HEX371817
Decimal552423
Binary1101111100010111
Octal673027

Shades and tints

Shades of #371817

#371817
(55,24,23)
#321615
(50,22,21)
#2D1413
(45,20,19)
#281211
(40,18,17)
#23100F
(35,16,15)
#1E0E0D
(30,14,13)
#190C0B
(25,12,11)
#140A09
(20,10,9)
#0F0807
(15,8,7)
#0A0605
(10,6,5)
#050403
(5,4,3)
#000000
(0,0,0)

Tints of #371817

#371817
(55,24,23)
#492D2C
(73,45,44)
#5B4241
(91,66,65)
#6D5756
(109,87,86)
#7F6C6B
(127,108,107)
#918180
(145,129,128)
#A39695
(163,150,149)
#B5ABAA
(181,171,170)
#C7C0BF
(199,192,191)
#D9D5D4
(217,213,212)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371817; }

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

This text font color is #371817.


Background Color

.myBgColor { background-color: #371817; }

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

This div background color is #371817.


Border color

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

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

This div border color is #371817.


Opacity

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

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

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

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

This text has shadow with #371817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371817 on black background.


Color preview on white background

This text has color #371817 on white background.



Black color preview on #371817 background

This text has black color on #371817 background.


White color preview on #371817 background

This text has white color on #371817 background.