COLOR #371C5B

HEX: #371C5B RGB: (55,28,91)

Color info

#371C5B contains mainly red and blue colors. Web safe color of #371C5B is #333366 (or #336).

RGB color model

#371C5B color RGB value is (55,28,91).

RGB: (55,28,91) (22%, 11%, 36%)

RGB channels and saturation

R 55 of 255 = 22%
G 28 of 255 = 11%
B 91 of 255 = 36%

55
28
91

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

Portions of RGB colors in percentages

R + G + B = 55 + 28 + 91 = 174 (100%)
R 55 of 174 ~ 31.61%
G 28 of 174 ~ 16.09%
B 91 of 174 ~ 52.3'%

%31.61
%16.09
%52.3

CMYK color model

#371C5B color CMYK value is (40,69,0,64).

  • cyan value is 39.56%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (40,69,0,64) C40M69Y0K64 (40%,69%,0%,64%) (0.40/0.69/0.00/0.64) 

CMYK percentages

%39.56
%69.23
%0
%64.31

Codes

Color #371C5B in popluar color models

37 1C 5B
RGB 55 28 91
HSL 266° 52.94% 23.33%
HSB/HSV 266° 69.23% 35.69%
CMYK 39.56% 69.23% 0.00%
64.31%

Color #371C5B in popluar number systems.

HEX 37 1C 5B
Decimal 55 28 91
Binary 110111 11100 1011011
Octal 67 34 133

Shades and tints

Shades of #371C5B

#371C5B
(55,28,91)
#321A53
(50,26,83)
#2D184B
(45,24,75)
#281643
(40,22,67)
#23143B
(35,20,59)
#1E1233
(30,18,51)
#19102B
(25,16,43)
#140E23
(20,14,35)
#0F0C1B
(15,12,27)
#0A0A13
(10,10,19)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #371C5B

#371C5B
(55,28,91)
#493069
(73,48,105)
#5B4477
(91,68,119)
#6D5885
(109,88,133)
#7F6C93
(127,108,147)
#9180A1
(145,128,161)
#A394AF
(163,148,175)
#B5A8BD
(181,168,189)
#C7BCCB
(199,188,203)
#D9D0D9
(217,208,217)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371C5B; }

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

This text font color is #371C5B.

Background Color

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

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

This div background color is #371C5B.

Border color

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

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

This div border color is #371C5B.

Opacity

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

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

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

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

This text has shadow with #371C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371C5B.

Preview

Color preview on black background

This text has color #371C5B on black background.


Color preview on white background

This text has color #371C5B on white background.


Black color preview on #371C5B background

This text has black color on #371C5B background.


White color preview on #371C5B background

This text has white color on #371C5B background.


Related colors

Complementary color

Complementary color for #hex is #C8E3A4.


I love getcolorcode.com

Triadic colors

1 #5B371C and #1C5B37 with #371C5B are triadic colors.

2 #5B1C37 and #1C375B with #371C5B are triadic colors.