COLOR #371E51

HEX: #371E51
RGB: (55,30,81)

Color info

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

RGB color model

#371E51 color RGB value is (55,30,81).

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

RGB channels and saturation

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

55
30
81

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

Portions of RGB colors in percentages

R + G + B =
55 + 30 + 81 = 166 (100%)
R 55 of 166 ~ 33.13%
G 30 of 166 ~ 18.07%
B 81 of 166 ~ 48.8%

%33.13
%18.07
%48.8

CMYK color model

#371E51 color CMYK value is (32,63,0,68).

  • cyan value is 32.10%
  • magenta value is 62.96%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(32,63,0,68)
C32M63Y0K68 
(32%,63%,0%,68%)
(0.32/0.63/0.00/0.68)	

CMYK percentages

%32.1
%62.96
%0
%68.24

Codes

Color #371E51 in popluar color models

371E51
RGB553081
HSL269°45.95%21.76%
HSB/HSV269°62.96%31.76%
CMYK32.10%62.96%0.00%
68.24%

Color #371E51 in popluar number systems.

HEX371E51
Decimal553081
Binary110111111101010001
Octal6736121

Shades and tints

Shades of #371E51

#371E51
(55,30,81)
#321C4A
(50,28,74)
#2D1A43
(45,26,67)
#28183C
(40,24,60)
#231635
(35,22,53)
#1E142E
(30,20,46)
#191227
(25,18,39)
#141020
(20,16,32)
#0F0E19
(15,14,25)
#0A0C12
(10,12,18)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #371E51

#371E51
(55,30,81)
#493260
(73,50,96)
#5B466F
(91,70,111)
#6D5A7E
(109,90,126)
#7F6E8D
(127,110,141)
#91829C
(145,130,156)
#A396AB
(163,150,171)
#B5AABA
(181,170,186)
#C7BEC9
(199,190,201)
#D9D2D8
(217,210,216)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371E51; }

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

This text font color is #371E51.


Background Color

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

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

This div background color is #371E51.


Border color

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

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

This div border color is #371E51.


Opacity

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

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

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

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

This text has shadow with #371E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371E51 on black background.


Color preview on white background

This text has color #371E51 on white background.



Black color preview on #371E51 background

This text has black color on #371E51 background.


White color preview on #371E51 background

This text has white color on #371E51 background.