COLOR #370C50

HEX: #370C50
RGB: (55,12,80)

Color info

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

RGB color model

#370C50 color RGB value is (55,12,80).

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

RGB channels and saturation

R 55 of 255 = 22%
G 12 of 255 = 5%
B 80 of 255 = 31%

55
12
80

R + G + B ~ 19%. #370C50 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 12 + 80 = 147 (100%)
R 55 of 147 ~ 37.41%
G 12 of 147 ~ 8.16%
B 80 of 147 ~ 54.42%

%37.41
%54.42

CMYK color model

#370C50 color CMYK value is (31,85,0,69).

  • cyan value is 31.25%
  • magenta value is 85.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(31,85,0,69)
C31M85Y0K69 
(31%,85%,0%,69%)
(0.31/0.85/0.00/0.69)	

CMYK percentages

%31.25
%85
%0
%68.63

Codes

Color #370C50 in popluar color models

370C50
RGB551280
HSL278°73.91%18.04%
HSB/HSV278°85.00%31.37%
CMYK31.25%85.00%0.00%
68.63%

Color #370C50 in popluar number systems.

HEX370C50
Decimal551280
Binary11011111001010000
Octal6714120

Shades and tints

Shades of #370C50

#370C50
(55,12,80)
#320B49
(50,11,73)
#2D0A42
(45,10,66)
#28093B
(40,9,59)
#230834
(35,8,52)
#1E072D
(30,7,45)
#190626
(25,6,38)
#14051F
(20,5,31)
#0F0418
(15,4,24)
#0A0311
(10,3,17)
#05020A
(5,2,10)
#000000
(0,0,0)

Tints of #370C50

#370C50
(55,12,80)
#49225F
(73,34,95)
#5B386E
(91,56,110)
#6D4E7D
(109,78,125)
#7F648C
(127,100,140)
#917A9B
(145,122,155)
#A390AA
(163,144,170)
#B5A6B9
(181,166,185)
#C7BCC8
(199,188,200)
#D9D2D7
(217,210,215)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370C50; }

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

This text font color is #370C50.


Background Color

.myBgColor { background-color: #370C50; }

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

This div background color is #370C50.


Border color

.myBorderColor { border: 1px solid #370C50; }

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

This div border color is #370C50.


Opacity

.myOpacity80 { color: #370C50; opacity: 0.8; }

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

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

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

This text has shadow with #370C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370C50 on black background.


Color preview on white background

This text has color #370C50 on white background.



Black color preview on #370C50 background

This text has black color on #370C50 background.


White color preview on #370C50 background

This text has white color on #370C50 background.