COLOR #371772

HEX: #371772
RGB: (55,23,114)

Color info

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

RGB color model

#371772 color RGB value is (55,23,114).

  • red value is 55;
  • green value is 23;
  • blue value is 114.
RGB:
(55,23,114)
(22%,9%,45%)

RGB channels and saturation

R 55 of 255 = 22%
G 23 of 255 = 9%
B 114 of 255 = 45%

55
23
114

R + G + B ~ 25%. #371772 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 23 + 114 = 192 (100%)
R 55 of 192 ~ 28.65%
G 23 of 192 ~ 11.98%
B 114 of 192 ~ 59.38%

%28.65
%11.98
%59.38

CMYK color model

#371772 color CMYK value is (52,80,0,55).

  • cyan value is 51.75%
  • magenta value is 79.82%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(52,80,0,55)
C52M80Y0K55 
(52%,80%,0%,55%)
(0.52/0.80/0.00/0.55)	

CMYK percentages

%51.75
%79.82
%0
%55.29

Codes

Color #371772 in popluar color models

371772
RGB5523114
HSL261°66.42%26.86%
HSB/HSV261°79.82%44.71%
CMYK51.75%79.82%0.00%
55.29%

Color #371772 in popluar number systems.

HEX371772
Decimal5523114
Binary110111101111110010
Octal6727162

Shades and tints

Shades of #371772

#371772
(55,23,114)
#321568
(50,21,104)
#2D135E
(45,19,94)
#281154
(40,17,84)
#230F4A
(35,15,74)
#1E0D40
(30,13,64)
#190B36
(25,11,54)
#14092C
(20,9,44)
#0F0722
(15,7,34)
#0A0518
(10,5,24)
#05030E
(5,3,14)
#000000
(0,0,0)

Tints of #371772

#371772
(55,23,114)
#492C7E
(73,44,126)
#5B418A
(91,65,138)
#6D5696
(109,86,150)
#7F6BA2
(127,107,162)
#9180AE
(145,128,174)
#A395BA
(163,149,186)
#B5AAC6
(181,170,198)
#C7BFD2
(199,191,210)
#D9D4DE
(217,212,222)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371772 color. Also use rgb(55,23,114) instead hex code.

Text Font Color

.myTextColor { color: #371772; }

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

This text font color is #371772.


Background Color

.myBgColor { background-color: #371772; }

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

This div background color is #371772.


Border color

.myBorderColor { border: 1px solid #371772; }

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

This div border color is #371772.


Opacity

.myOpacity80 { color: #371772; opacity: 0.8; }

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

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

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

This text has shadow with #371772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371772 on black background.


Color preview on white background

This text has color #371772 on white background.



Black color preview on #371772 background

This text has black color on #371772 background.


White color preview on #371772 background

This text has white color on #371772 background.