COLOR #370977

HEX: #370977
RGB: (55,9,119)

Color info

#370977 contains mainly blue color. Web safe color of #370977 is #330066 (or #306).

RGB color model

#370977 color RGB value is (55,9,119).

  • red value is 55;
  • green value is 9;
  • blue value is 119.
RGB:
(55,9,119)
(22%,4%,47%)

RGB channels and saturation

R 55 of 255 = 22%
G 9 of 255 = 4%
B 119 of 255 = 47%

55
9
119

R + G + B ~ 24%. #370977 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 9 + 119 = 183 (100%)
R 55 of 183 ~ 30.05%
G 9 of 183 ~ 4.92%
B 119 of 183 ~ 65.03%

%30.05
%65.03

CMYK color model

#370977 color CMYK value is (54,92,0,53).

  • cyan value is 53.78%
  • magenta value is 92.44%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(54,92,0,53)
C54M92Y0K53 
(54%,92%,0%,53%)
(0.54/0.92/0.00/0.53)	

CMYK percentages

%53.78
%92.44
%0
%53.33

Codes

Color #370977 in popluar color models

370977
RGB559119
HSL265°85.94%25.10%
HSB/HSV265°92.44%46.67%
CMYK53.78%92.44%0.00%
53.33%

Color #370977 in popluar number systems.

HEX370977
Decimal559119
Binary11011110011110111
Octal6711167

Shades and tints

Shades of #370977

#370977
(55,9,119)
#32096D
(50,9,109)
#2D0963
(45,9,99)
#280959
(40,9,89)
#23094F
(35,9,79)
#1E0945
(30,9,69)
#19093B
(25,9,59)
#140931
(20,9,49)
#0F0927
(15,9,39)
#0A091D
(10,9,29)
#050913
(5,9,19)
#000000
(0,0,0)

Tints of #370977

#370977
(55,9,119)
#491F83
(73,31,131)
#5B358F
(91,53,143)
#6D4B9B
(109,75,155)
#7F61A7
(127,97,167)
#9177B3
(145,119,179)
#A38DBF
(163,141,191)
#B5A3CB
(181,163,203)
#C7B9D7
(199,185,215)
#D9CFE3
(217,207,227)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370977 color. Also use rgb(55,9,119) instead hex code.

Text Font Color

.myTextColor { color: #370977; }

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

This text font color is #370977.


Background Color

.myBgColor { background-color: #370977; }

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

This div background color is #370977.


Border color

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

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

This div border color is #370977.


Opacity

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

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

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

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

This text has shadow with #370977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370977 on black background.


Color preview on white background

This text has color #370977 on white background.



Black color preview on #370977 background

This text has black color on #370977 background.


White color preview on #370977 background

This text has white color on #370977 background.