COLOR #371F51

HEX: #371F51
RGB: (55,31,81)

Color info

#371F51 contains red, green and blue colors in about the same proportion. Web safe color of #371F51 is #333366 (or #336).

RGB color model

#371F51 color RGB value is (55,31,81).

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

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 81 of 255 = 32%

55
31
81

R + G + B ~ 22%. #371F51 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 31 + 81 = 167 (100%)
R 55 of 167 ~ 32.93%
G 31 of 167 ~ 18.56%
B 81 of 167 ~ 48.5%

%32.93
%18.56
%48.5

CMYK color model

#371F51 color CMYK value is (32,62,0,68).

  • cyan value is 32.10%
  • magenta value is 61.73%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(32,62,0,68)
C32M62Y0K68 
(32%,62%,0%,68%)
(0.32/0.62/0.00/0.68)	

CMYK percentages

%32.1
%61.73
%0
%68.24

Codes

Color #371F51 in popluar color models

371F51
RGB553181
HSL269°44.64%21.96%
HSB/HSV269°61.73%31.76%
CMYK32.10%61.73%0.00%
68.24%

Color #371F51 in popluar number systems.

HEX371F51
Decimal553181
Binary110111111111010001
Octal6737121

Shades and tints

Shades of #371F51

#371F51
(55,31,81)
#321D4A
(50,29,74)
#2D1B43
(45,27,67)
#28193C
(40,25,60)
#231735
(35,23,53)
#1E152E
(30,21,46)
#191327
(25,19,39)
#141120
(20,17,32)
#0F0F19
(15,15,25)
#0A0D12
(10,13,18)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #371F51

#371F51
(55,31,81)
#493360
(73,51,96)
#5B476F
(91,71,111)
#6D5B7E
(109,91,126)
#7F6F8D
(127,111,141)
#91839C
(145,131,156)
#A397AB
(163,151,171)
#B5ABBA
(181,171,186)
#C7BFC9
(199,191,201)
#D9D3D8
(217,211,216)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371F51; }

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

This text font color is #371F51.


Background Color

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

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

This div background color is #371F51.


Border color

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

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

This div border color is #371F51.


Opacity

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

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

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

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

This text has shadow with #371F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371F51 on black background.


Color preview on white background

This text has color #371F51 on white background.



Black color preview on #371F51 background

This text has black color on #371F51 background.


White color preview on #371F51 background

This text has white color on #371F51 background.