COLOR #371C53

HEX: #371C53
RGB: (55,28,83)

Color info

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

RGB color model

#371C53 color RGB value is (55,28,83).

  • red value is 55;
  • green value is 28;
  • blue value is 83.
RGB:
(55,28,83)
(22%,11%,33%)

RGB channels and saturation

R 55 of 255 = 22%
G 28 of 255 = 11%
B 83 of 255 = 33%

55
28
83

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

Portions of RGB colors in percentages

R + G + B =
55 + 28 + 83 = 166 (100%)
R 55 of 166 ~ 33.13%
G 28 of 166 ~ 16.87%
B 83 of 166 ~ 50%

%33.13
%16.87
%50

CMYK color model

#371C53 color CMYK value is (34,66,0,67).

  • cyan value is 33.73%
  • magenta value is 66.27%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(34,66,0,67)
C34M66Y0K67 
(34%,66%,0%,67%)
(0.34/0.66/0.00/0.67)	

CMYK percentages

%33.73
%66.27
%0
%67.45

Codes

Color #371C53 in popluar color models

371C53
RGB552883
HSL269°49.55%21.76%
HSB/HSV269°66.27%32.55%
CMYK33.73%66.27%0.00%
67.45%

Color #371C53 in popluar number systems.

HEX371C53
Decimal552883
Binary110111111001010011
Octal6734123

Shades and tints

Shades of #371C53

#371C53
(55,28,83)
#321A4C
(50,26,76)
#2D1845
(45,24,69)
#28163E
(40,22,62)
#231437
(35,20,55)
#1E1230
(30,18,48)
#191029
(25,16,41)
#140E22
(20,14,34)
#0F0C1B
(15,12,27)
#0A0A14
(10,10,20)
#05080D
(5,8,13)
#000000
(0,0,0)

Tints of #371C53

#371C53
(55,28,83)
#493062
(73,48,98)
#5B4471
(91,68,113)
#6D5880
(109,88,128)
#7F6C8F
(127,108,143)
#91809E
(145,128,158)
#A394AD
(163,148,173)
#B5A8BC
(181,168,188)
#C7BCCB
(199,188,203)
#D9D0DA
(217,208,218)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371C53 color. Also use rgb(55,28,83) instead hex code.

Text Font Color

.myTextColor { color: #371C53; }

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

This text font color is #371C53.


Background Color

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

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

This div background color is #371C53.


Border color

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

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

This div border color is #371C53.


Opacity

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

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

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

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

This text has shadow with #371C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371C53 on black background.


Color preview on white background

This text has color #371C53 on white background.



Black color preview on #371C53 background

This text has black color on #371C53 background.


White color preview on #371C53 background

This text has white color on #371C53 background.