COLOR #371356

HEX: #371356
RGB: (55,19,86)

Color info

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

RGB color model

#371356 color RGB value is (55,19,86).

  • red value is 55;
  • green value is 19;
  • blue value is 86.
RGB:
(55,19,86)
(22%,7%,34%)

RGB channels and saturation

R 55 of 255 = 22%
G 19 of 255 = 7%
B 86 of 255 = 34%

55
19
86

R + G + B ~ 21%. #371356 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 19 + 86 = 160 (100%)
R 55 of 160 ~ 34.38%
G 19 of 160 ~ 11.88%
B 86 of 160 ~ 53.75%

%34.38
%11.88
%53.75

CMYK color model

#371356 color CMYK value is (36,78,0,66).

  • cyan value is 36.05%
  • magenta value is 77.91%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(36,78,0,66)
C36M78Y0K66 
(36%,78%,0%,66%)
(0.36/0.78/0.00/0.66)	

CMYK percentages

%36.05
%77.91
%0
%66.27

Codes

Color #371356 in popluar color models

371356
RGB551986
HSL272°63.81%20.59%
HSB/HSV272°77.91%33.73%
CMYK36.05%77.91%0.00%
66.27%

Color #371356 in popluar number systems.

HEX371356
Decimal551986
Binary110111100111010110
Octal6723126

Shades and tints

Shades of #371356

#371356
(55,19,86)
#32124F
(50,18,79)
#2D1148
(45,17,72)
#281041
(40,16,65)
#230F3A
(35,15,58)
#1E0E33
(30,14,51)
#190D2C
(25,13,44)
#140C25
(20,12,37)
#0F0B1E
(15,11,30)
#0A0A17
(10,10,23)
#050910
(5,9,16)
#000000
(0,0,0)

Tints of #371356

#371356
(55,19,86)
#492865
(73,40,101)
#5B3D74
(91,61,116)
#6D5283
(109,82,131)
#7F6792
(127,103,146)
#917CA1
(145,124,161)
#A391B0
(163,145,176)
#B5A6BF
(181,166,191)
#C7BBCE
(199,187,206)
#D9D0DD
(217,208,221)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371356 color. Also use rgb(55,19,86) instead hex code.

Text Font Color

.myTextColor { color: #371356; }

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

This text font color is #371356.


Background Color

.myBgColor { background-color: #371356; }

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

This div background color is #371356.


Border color

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

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

This div border color is #371356.


Opacity

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

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

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

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

This text has shadow with #371356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371356 on black background.


Color preview on white background

This text has color #371356 on white background.



Black color preview on #371356 background

This text has black color on #371356 background.


White color preview on #371356 background

This text has white color on #371356 background.