COLOR #371A58

HEX: #371A58
RGB: (55,26,88)

Color info

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

RGB color model

#371A58 color RGB value is (55,26,88).

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

RGB channels and saturation

R 55 of 255 = 22%
G 26 of 255 = 10%
B 88 of 255 = 35%

55
26
88

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

Portions of RGB colors in percentages

R + G + B =
55 + 26 + 88 = 169 (100%)
R 55 of 169 ~ 32.54%
G 26 of 169 ~ 15.38%
B 88 of 169 ~ 52.07%

%32.54
%15.38
%52.07

CMYK color model

#371A58 color CMYK value is (38,70,0,65).

  • cyan value is 37.50%
  • magenta value is 70.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(38,70,0,65)
C38M70Y0K65 
(38%,70%,0%,65%)
(0.38/0.70/0.00/0.65)	

CMYK percentages

%37.5
%70.45
%0
%65.49

Codes

Color #371A58 in popluar color models

371A58
RGB552688
HSL268°54.39%22.35%
HSB/HSV268°70.45%34.51%
CMYK37.50%70.45%0.00%
65.49%

Color #371A58 in popluar number systems.

HEX371A58
Decimal552688
Binary110111110101011000
Octal6732130

Shades and tints

Shades of #371A58

#371A58
(55,26,88)
#321850
(50,24,80)
#2D1648
(45,22,72)
#281440
(40,20,64)
#231238
(35,18,56)
#1E1030
(30,16,48)
#190E28
(25,14,40)
#140C20
(20,12,32)
#0F0A18
(15,10,24)
#0A0810
(10,8,16)
#050608
(5,6,8)
#000000
(0,0,0)

Tints of #371A58

#371A58
(55,26,88)
#492E67
(73,46,103)
#5B4276
(91,66,118)
#6D5685
(109,86,133)
#7F6A94
(127,106,148)
#917EA3
(145,126,163)
#A392B2
(163,146,178)
#B5A6C1
(181,166,193)
#C7BAD0
(199,186,208)
#D9CEDF
(217,206,223)
#EBE2EE
(235,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371A58; }

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

This text font color is #371A58.


Background Color

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

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

This div background color is #371A58.


Border color

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

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

This div border color is #371A58.


Opacity

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

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

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

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

This text has shadow with #371A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371A58 on black background.


Color preview on white background

This text has color #371A58 on white background.



Black color preview on #371A58 background

This text has black color on #371A58 background.


White color preview on #371A58 background

This text has white color on #371A58 background.