COLOR #370F4C

HEX: #370F4C
RGB: (55,15,76)

Color info

#370F4C contains mainly red and blue colors. Web safe color of #370F4C is #330033 (or #303).

RGB color model

#370F4C color RGB value is (55,15,76).

  • red value is 55;
  • green value is 15;
  • blue value is 76.
RGB:
(55,15,76)
(22%,6%,30%)

RGB channels and saturation

R 55 of 255 = 22%
G 15 of 255 = 6%
B 76 of 255 = 30%

55
15
76

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

Portions of RGB colors in percentages

R + G + B =
55 + 15 + 76 = 146 (100%)
R 55 of 146 ~ 37.67%
G 15 of 146 ~ 10.27%
B 76 of 146 ~ 52.05%

%37.67
%10.27
%52.05

CMYK color model

#370F4C color CMYK value is (28,80,0,70).

  • cyan value is 27.63%
  • magenta value is 80.26%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(28,80,0,70)
C28M80Y0K70 
(28%,80%,0%,70%)
(0.28/0.80/0.00/0.70)	

CMYK percentages

%27.63
%80.26
%0
%70.2

Codes

Color #370F4C in popluar color models

370F4C
RGB551576
HSL279°67.03%17.84%
HSB/HSV279°80.26%29.80%
CMYK27.63%80.26%0.00%
70.20%

Color #370F4C in popluar number systems.

HEX370F4C
Decimal551576
Binary11011111111001100
Octal6717114

Shades and tints

Shades of #370F4C

#370F4C
(55,15,76)
#320E46
(50,14,70)
#2D0D40
(45,13,64)
#280C3A
(40,12,58)
#230B34
(35,11,52)
#1E0A2E
(30,10,46)
#190928
(25,9,40)
#140822
(20,8,34)
#0F071C
(15,7,28)
#0A0616
(10,6,22)
#050510
(5,5,16)
#000000
(0,0,0)

Tints of #370F4C

#370F4C
(55,15,76)
#49245C
(73,36,92)
#5B396C
(91,57,108)
#6D4E7C
(109,78,124)
#7F638C
(127,99,140)
#91789C
(145,120,156)
#A38DAC
(163,141,172)
#B5A2BC
(181,162,188)
#C7B7CC
(199,183,204)
#D9CCDC
(217,204,220)
#EBE1EC
(235,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370F4C color. Also use rgb(55,15,76) instead hex code.

Text Font Color

.myTextColor { color: #370F4C; }

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

This text font color is #370F4C.


Background Color

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

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

This div background color is #370F4C.


Border color

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

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

This div border color is #370F4C.


Opacity

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

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

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

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

This text has shadow with #370F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370F4C on black background.


Color preview on white background

This text has color #370F4C on white background.



Black color preview on #370F4C background

This text has black color on #370F4C background.


White color preview on #370F4C background

This text has white color on #370F4C background.