COLOR #370F54

HEX: #370F54
RGB: (55,15,84)

Color info

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

RGB color model

#370F54 color RGB value is (55,15,84).

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

RGB channels and saturation

R 55 of 255 = 22%
G 15 of 255 = 6%
B 84 of 255 = 33%

55
15
84

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

Portions of RGB colors in percentages

R + G + B =
55 + 15 + 84 = 154 (100%)
R 55 of 154 ~ 35.71%
G 15 of 154 ~ 9.74%
B 84 of 154 ~ 54.55%

%35.71
%9.74
%54.55

CMYK color model

#370F54 color CMYK value is (35,82,0,67).

  • cyan value is 34.52%
  • magenta value is 82.14%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(35,82,0,67)
C35M82Y0K67 
(35%,82%,0%,67%)
(0.35/0.82/0.00/0.67)	

CMYK percentages

%34.52
%82.14
%0
%67.06

Codes

Color #370F54 in popluar color models

370F54
RGB551584
HSL275°69.70%19.41%
HSB/HSV275°82.14%32.94%
CMYK34.52%82.14%0.00%
67.06%

Color #370F54 in popluar number systems.

HEX370F54
Decimal551584
Binary11011111111010100
Octal6717124

Shades and tints

Shades of #370F54

#370F54
(55,15,84)
#320E4D
(50,14,77)
#2D0D46
(45,13,70)
#280C3F
(40,12,63)
#230B38
(35,11,56)
#1E0A31
(30,10,49)
#19092A
(25,9,42)
#140823
(20,8,35)
#0F071C
(15,7,28)
#0A0615
(10,6,21)
#05050E
(5,5,14)
#000000
(0,0,0)

Tints of #370F54

#370F54
(55,15,84)
#492463
(73,36,99)
#5B3972
(91,57,114)
#6D4E81
(109,78,129)
#7F6390
(127,99,144)
#91789F
(145,120,159)
#A38DAE
(163,141,174)
#B5A2BD
(181,162,189)
#C7B7CC
(199,183,204)
#D9CCDB
(217,204,219)
#EBE1EA
(235,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370F54; }

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

This text font color is #370F54.


Background Color

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

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

This div background color is #370F54.


Border color

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

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

This div border color is #370F54.


Opacity

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

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

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

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

This text has shadow with #370F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370F54 on black background.


Color preview on white background

This text has color #370F54 on white background.



Black color preview on #370F54 background

This text has black color on #370F54 background.


White color preview on #370F54 background

This text has white color on #370F54 background.