COLOR #371C55

HEX: #371C55
RGB: (55,28,85)

Color info

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

RGB color model

#371C55 color RGB value is (55,28,85).

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

RGB channels and saturation

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

55
28
85

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

Portions of RGB colors in percentages

R + G + B =
55 + 28 + 85 = 168 (100%)
R 55 of 168 ~ 32.74%
G 28 of 168 ~ 16.67%
B 85 of 168 ~ 50.6%

%32.74
%16.67
%50.6

CMYK color model

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

  • cyan value is 35.29%
  • magenta value is 67.06%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(35,67,0,67)
C35M67Y0K67 
(35%,67%,0%,67%)
(0.35/0.67/0.00/0.67)	

CMYK percentages

%35.29
%67.06
%0
%66.67

Codes

Color #371C55 in popluar color models

371C55
RGB552885
HSL268°50.44%22.16%
HSB/HSV268°67.06%33.33%
CMYK35.29%67.06%0.00%
66.67%

Color #371C55 in popluar number systems.

HEX371C55
Decimal552885
Binary110111111001010101
Octal6734125

Shades and tints

Shades of #371C55

#371C55
(55,28,85)
#321A4E
(50,26,78)
#2D1847
(45,24,71)
#281640
(40,22,64)
#231439
(35,20,57)
#1E1232
(30,18,50)
#19102B
(25,16,43)
#140E24
(20,14,36)
#0F0C1D
(15,12,29)
#0A0A16
(10,10,22)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #371C55

#371C55
(55,28,85)
#493064
(73,48,100)
#5B4473
(91,68,115)
#6D5882
(109,88,130)
#7F6C91
(127,108,145)
#9180A0
(145,128,160)
#A394AF
(163,148,175)
#B5A8BE
(181,168,190)
#C7BCCD
(199,188,205)
#D9D0DC
(217,208,220)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371C55; }

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

This text font color is #371C55.


Background Color

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

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

This div background color is #371C55.


Border color

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

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

This div border color is #371C55.


Opacity

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

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

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

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

This text has shadow with #371C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371C55 on black background.


Color preview on white background

This text has color #371C55 on white background.



Black color preview on #371C55 background

This text has black color on #371C55 background.


White color preview on #371C55 background

This text has white color on #371C55 background.