COLOR #371F5B

HEX: #371F5B
RGB: (55,31,91)

Color info

#371F5B contains mainly red and blue colors. Web safe color of #371F5B is #333366 (or #336).

RGB color model

#371F5B color RGB value is (55,31,91).

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

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 91 of 255 = 36%

55
31
91

R + G + B ~ 23%. #371F5B is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 31 + 91 = 177 (100%)
R 55 of 177 ~ 31.07%
G 31 of 177 ~ 17.51%
B 91 of 177 ~ 51.41%

%31.07
%17.51
%51.41

CMYK color model

#371F5B color CMYK value is (40,66,0,64).

  • cyan value is 39.56%
  • magenta value is 65.93%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(40,66,0,64)
C40M66Y0K64 
(40%,66%,0%,64%)
(0.40/0.66/0.00/0.64)	

CMYK percentages

%39.56
%65.93
%0
%64.31

Codes

Color #371F5B in popluar color models

371F5B
RGB553191
HSL264°49.18%23.92%
HSB/HSV264°65.93%35.69%
CMYK39.56%65.93%0.00%
64.31%

Color #371F5B in popluar number systems.

HEX371F5B
Decimal553191
Binary110111111111011011
Octal6737133

Shades and tints

Shades of #371F5B

#371F5B
(55,31,91)
#321D53
(50,29,83)
#2D1B4B
(45,27,75)
#281943
(40,25,67)
#23173B
(35,23,59)
#1E1533
(30,21,51)
#19132B
(25,19,43)
#141123
(20,17,35)
#0F0F1B
(15,15,27)
#0A0D13
(10,13,19)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #371F5B

#371F5B
(55,31,91)
#493369
(73,51,105)
#5B4777
(91,71,119)
#6D5B85
(109,91,133)
#7F6F93
(127,111,147)
#9183A1
(145,131,161)
#A397AF
(163,151,175)
#B5ABBD
(181,171,189)
#C7BFCB
(199,191,203)
#D9D3D9
(217,211,217)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371F5B; }

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

This text font color is #371F5B.


Background Color

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

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

This div background color is #371F5B.


Border color

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

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

This div border color is #371F5B.


Opacity

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

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

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

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

This text has shadow with #371F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371F5B on black background.


Color preview on white background

This text has color #371F5B on white background.



Black color preview on #371F5B background

This text has black color on #371F5B background.


White color preview on #371F5B background

This text has white color on #371F5B background.