COLOR #371F39

HEX: #371F39
RGB: (55,31,57)

Color info

#371F39 contains red, green and blue colors in about the same proportion. Web safe color of #371F39 is #333333 (or #333).

RGB color model

#371F39 color RGB value is (55,31,57).

  • red value is 55;
  • green value is 31;
  • blue value is 57.
RGB:
(55,31,57)
(22%,12%,22%)

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 57 of 255 = 22%

55
31
57

R + G + B ~ 19%. #371F39 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 31 + 57 = 143 (100%)
R 55 of 143 ~ 38.46%
G 31 of 143 ~ 21.68%
B 57 of 143 ~ 39.86%

%38.46
%21.68
%39.86

CMYK color model

#371F39 color CMYK value is (4,46,0,78).

  • cyan value is 3.51%
  • magenta value is 45.61%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(4,46,0,78)
C4M46Y0K78 
(4%,46%,0%,78%)
(0.04/0.46/0.00/0.78)	

CMYK percentages

%3.51
%45.61
%0
%77.65

Codes

Color #371F39 in popluar color models

371F39
RGB553157
HSL295°29.55%17.25%
HSB/HSV295°45.61%22.35%
CMYK3.51%45.61%0.00%
77.65%

Color #371F39 in popluar number systems.

HEX371F39
Decimal553157
Binary11011111111111001
Octal673771

Shades and tints

Shades of #371F39

#371F39
(55,31,57)
#321D34
(50,29,52)
#2D1B2F
(45,27,47)
#28192A
(40,25,42)
#231725
(35,23,37)
#1E1520
(30,21,32)
#19131B
(25,19,27)
#141116
(20,17,22)
#0F0F11
(15,15,17)
#0A0D0C
(10,13,12)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #371F39

#371F39
(55,31,57)
#49334B
(73,51,75)
#5B475D
(91,71,93)
#6D5B6F
(109,91,111)
#7F6F81
(127,111,129)
#918393
(145,131,147)
#A397A5
(163,151,165)
#B5ABB7
(181,171,183)
#C7BFC9
(199,191,201)
#D9D3DB
(217,211,219)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371F39 color. Also use rgb(55,31,57) instead hex code.

Text Font Color

.myTextColor { color: #371F39; }

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

This text font color is #371F39.


Background Color

.myBgColor { background-color: #371F39; }

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

This div background color is #371F39.


Border color

.myBorderColor { border: 1px solid #371F39; }

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

This div border color is #371F39.


Opacity

.myOpacity80 { color: #371F39; opacity: 0.8; }

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

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

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

This text has shadow with #371F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371F39 on black background.


Color preview on white background

This text has color #371F39 on white background.



Black color preview on #371F39 background

This text has black color on #371F39 background.


White color preview on #371F39 background

This text has white color on #371F39 background.