COLOR #371E54

HEX: #371E54
RGB: (55,30,84)

Color info

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

RGB color model

#371E54 color RGB value is (55,30,84).

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

RGB channels and saturation

R 55 of 255 = 22%
G 30 of 255 = 12%
B 84 of 255 = 33%

55
30
84

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

Portions of RGB colors in percentages

R + G + B =
55 + 30 + 84 = 169 (100%)
R 55 of 169 ~ 32.54%
G 30 of 169 ~ 17.75%
B 84 of 169 ~ 49.7%

%32.54
%17.75
%49.7

CMYK color model

#371E54 color CMYK value is (35,64,0,67).

  • cyan value is 34.52%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(35,64,0,67)
C35M64Y0K67 
(35%,64%,0%,67%)
(0.35/0.64/0.00/0.67)	

CMYK percentages

%34.52
%64.29
%0
%67.06

Codes

Color #371E54 in popluar color models

371E54
RGB553084
HSL268°47.37%22.35%
HSB/HSV268°64.29%32.94%
CMYK34.52%64.29%0.00%
67.06%

Color #371E54 in popluar number systems.

HEX371E54
Decimal553084
Binary110111111101010100
Octal6736124

Shades and tints

Shades of #371E54

#371E54
(55,30,84)
#321C4D
(50,28,77)
#2D1A46
(45,26,70)
#28183F
(40,24,63)
#231638
(35,22,56)
#1E1431
(30,20,49)
#19122A
(25,18,42)
#141023
(20,16,35)
#0F0E1C
(15,14,28)
#0A0C15
(10,12,21)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #371E54

#371E54
(55,30,84)
#493263
(73,50,99)
#5B4672
(91,70,114)
#6D5A81
(109,90,129)
#7F6E90
(127,110,144)
#91829F
(145,130,159)
#A396AE
(163,150,174)
#B5AABD
(181,170,189)
#C7BECC
(199,190,204)
#D9D2DB
(217,210,219)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371E54; }

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

This text font color is #371E54.


Background Color

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

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

This div background color is #371E54.


Border color

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

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

This div border color is #371E54.


Opacity

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

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

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

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

This text has shadow with #371E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371E54 on black background.


Color preview on white background

This text has color #371E54 on white background.



Black color preview on #371E54 background

This text has black color on #371E54 background.


White color preview on #371E54 background

This text has white color on #371E54 background.