COLOR #371A62

HEX: #371A62
RGB: (55,26,98)

Color info

#371A62 contains mainly red and blue colors. Web safe color of #371A62 is #330066 (or #306).

RGB color model

#371A62 color RGB value is (55,26,98).

  • red value is 55;
  • green value is 26;
  • blue value is 98.
RGB:
(55,26,98)
(22%,10%,38%)

RGB channels and saturation

R 55 of 255 = 22%
G 26 of 255 = 10%
B 98 of 255 = 38%

55
26
98

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

Portions of RGB colors in percentages

R + G + B =
55 + 26 + 98 = 179 (100%)
R 55 of 179 ~ 30.73%
G 26 of 179 ~ 14.53%
B 98 of 179 ~ 54.75%

%30.73
%14.53
%54.75

CMYK color model

#371A62 color CMYK value is (44,73,0,62).

  • cyan value is 43.88%
  • magenta value is 73.47%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(44,73,0,62)
C44M73Y0K62 
(44%,73%,0%,62%)
(0.44/0.73/0.00/0.62)	

CMYK percentages

%43.88
%73.47
%0
%61.57

Codes

Color #371A62 in popluar color models

371A62
RGB552698
HSL264°58.06%24.31%
HSB/HSV264°73.47%38.43%
CMYK43.88%73.47%0.00%
61.57%

Color #371A62 in popluar number systems.

HEX371A62
Decimal552698
Binary110111110101100010
Octal6732142

Shades and tints

Shades of #371A62

#371A62
(55,26,98)
#32185A
(50,24,90)
#2D1652
(45,22,82)
#28144A
(40,20,74)
#231242
(35,18,66)
#1E103A
(30,16,58)
#190E32
(25,14,50)
#140C2A
(20,12,42)
#0F0A22
(15,10,34)
#0A081A
(10,8,26)
#050612
(5,6,18)
#000000
(0,0,0)

Tints of #371A62

#371A62
(55,26,98)
#492E70
(73,46,112)
#5B427E
(91,66,126)
#6D568C
(109,86,140)
#7F6A9A
(127,106,154)
#917EA8
(145,126,168)
#A392B6
(163,146,182)
#B5A6C4
(181,166,196)
#C7BAD2
(199,186,210)
#D9CEE0
(217,206,224)
#EBE2EE
(235,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371A62 color. Also use rgb(55,26,98) instead hex code.

Text Font Color

.myTextColor { color: #371A62; }

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

This text font color is #371A62.


Background Color

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

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

This div background color is #371A62.


Border color

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

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

This div border color is #371A62.


Opacity

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

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

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

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

This text has shadow with #371A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371A62 on black background.


Color preview on white background

This text has color #371A62 on white background.



Black color preview on #371A62 background

This text has black color on #371A62 background.


White color preview on #371A62 background

This text has white color on #371A62 background.