COLOR #371531

HEX: #371531
RGB: (55,21,49)

Color info

#371531 contains red, green and blue colors in about the same proportion. Web safe color of #371531 is #330033 (or #303).

RGB color model

#371531 color RGB value is (55,21,49).

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

RGB channels and saturation

R 55 of 255 = 22%
G 21 of 255 = 8%
B 49 of 255 = 19%

55
21
49

R + G + B ~ 16%. #371531 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 21 + 49 = 125 (100%)
R 55 of 125 ~ 44%
G 21 of 125 ~ 16.8%
B 49 of 125 ~ 39.2%

%44
%16.8
%39.2

CMYK color model

#371531 color CMYK value is (0,62,11,78).

  • cyan value is 0.00%
  • magenta value is 61.82%
  • yellow value is 10.91%
  • key color value is 78.43%
CMYK:
(0,62,11,78)
C0M62Y11K78 
(0%,62%,11%,78%)
(0.00/0.62/0.11/0.78)	

CMYK percentages

%0
%61.82
%10.91
%78.43

Codes

Color #371531 in popluar color models

371531
RGB552149
HSL311°44.74%14.90%
HSB/HSV311°61.82%21.57%
CMYK0.00%61.82%10.91%
78.43%

Color #371531 in popluar number systems.

HEX371531
Decimal552149
Binary11011110101110001
Octal672561

Shades and tints

Shades of #371531

#371531
(55,21,49)
#32142D
(50,20,45)
#2D1329
(45,19,41)
#281225
(40,18,37)
#231121
(35,17,33)
#1E101D
(30,16,29)
#190F19
(25,15,25)
#140E15
(20,14,21)
#0F0D11
(15,13,17)
#0A0C0D
(10,12,13)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #371531

#371531
(55,21,49)
#492A43
(73,42,67)
#5B3F55
(91,63,85)
#6D5467
(109,84,103)
#7F6979
(127,105,121)
#917E8B
(145,126,139)
#A3939D
(163,147,157)
#B5A8AF
(181,168,175)
#C7BDC1
(199,189,193)
#D9D2D3
(217,210,211)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371531; }

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

This text font color is #371531.


Background Color

.myBgColor { background-color: #371531; }

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

This div background color is #371531.


Border color

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

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

This div border color is #371531.


Opacity

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

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

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

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

This text has shadow with #371531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371531 on black background.


Color preview on white background

This text has color #371531 on white background.



Black color preview on #371531 background

This text has black color on #371531 background.


White color preview on #371531 background

This text has white color on #371531 background.