COLOR #371450

HEX: #371450
RGB: (55,20,80)

Color info

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

RGB color model

#371450 color RGB value is (55,20,80).

  • red value is 55;
  • green value is 20;
  • blue value is 80.
RGB:
(55,20,80)
(22%,8%,31%)

RGB channels and saturation

R 55 of 255 = 22%
G 20 of 255 = 8%
B 80 of 255 = 31%

55
20
80

R + G + B ~ 20%. #371450 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 20 + 80 = 155 (100%)
R 55 of 155 ~ 35.48%
G 20 of 155 ~ 12.9%
B 80 of 155 ~ 51.61%

%35.48
%12.9
%51.61

CMYK color model

#371450 color CMYK value is (31,75,0,69).

  • cyan value is 31.25%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(31,75,0,69)
C31M75Y0K69 
(31%,75%,0%,69%)
(0.31/0.75/0.00/0.69)	

CMYK percentages

%31.25
%75
%0
%68.63

Codes

Color #371450 in popluar color models

371450
RGB552080
HSL275°60.00%19.61%
HSB/HSV275°75.00%31.37%
CMYK31.25%75.00%0.00%
68.63%

Color #371450 in popluar number systems.

HEX371450
Decimal552080
Binary110111101001010000
Octal6724120

Shades and tints

Shades of #371450

#371450
(55,20,80)
#321349
(50,19,73)
#2D1242
(45,18,66)
#28113B
(40,17,59)
#231034
(35,16,52)
#1E0F2D
(30,15,45)
#190E26
(25,14,38)
#140D1F
(20,13,31)
#0F0C18
(15,12,24)
#0A0B11
(10,11,17)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #371450

#371450
(55,20,80)
#49295F
(73,41,95)
#5B3E6E
(91,62,110)
#6D537D
(109,83,125)
#7F688C
(127,104,140)
#917D9B
(145,125,155)
#A392AA
(163,146,170)
#B5A7B9
(181,167,185)
#C7BCC8
(199,188,200)
#D9D1D7
(217,209,215)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371450 color. Also use rgb(55,20,80) instead hex code.

Text Font Color

.myTextColor { color: #371450; }

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

This text font color is #371450.


Background Color

.myBgColor { background-color: #371450; }

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

This div background color is #371450.


Border color

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

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

This div border color is #371450.


Opacity

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

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

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

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

This text has shadow with #371450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371450 on black background.


Color preview on white background

This text has color #371450 on white background.



Black color preview on #371450 background

This text has black color on #371450 background.


White color preview on #371450 background

This text has white color on #371450 background.