COLOR #370863

HEX: #370863
RGB: (55,8,99)

Color info

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

RGB color model

#370863 color RGB value is (55,8,99).

  • red value is 55;
  • green value is 8;
  • blue value is 99.
RGB:
(55,8,99)
(22%,3%,39%)

RGB channels and saturation

R 55 of 255 = 22%
G 8 of 255 = 3%
B 99 of 255 = 39%

55
8
99

R + G + B ~ 21%. #370863 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 8 + 99 = 162 (100%)
R 55 of 162 ~ 33.95%
G 8 of 162 ~ 4.94%
B 99 of 162 ~ 61.11%

%33.95
%61.11

CMYK color model

#370863 color CMYK value is (44,92,0,61).

  • cyan value is 44.44%
  • magenta value is 91.92%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(44,92,0,61)
C44M92Y0K61 
(44%,92%,0%,61%)
(0.44/0.92/0.00/0.61)	

CMYK percentages

%44.44
%91.92
%0
%61.18

Codes

Color #370863 in popluar color models

370863
RGB55899
HSL271°85.05%20.98%
HSB/HSV271°91.92%38.82%
CMYK44.44%91.92%0.00%
61.18%

Color #370863 in popluar number systems.

HEX370863
Decimal55899
Binary11011110001100011
Octal6710143

Shades and tints

Shades of #370863

#370863
(55,8,99)
#32085A
(50,8,90)
#2D0851
(45,8,81)
#280848
(40,8,72)
#23083F
(35,8,63)
#1E0836
(30,8,54)
#19082D
(25,8,45)
#140824
(20,8,36)
#0F081B
(15,8,27)
#0A0812
(10,8,18)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #370863

#370863
(55,8,99)
#491E71
(73,30,113)
#5B347F
(91,52,127)
#6D4A8D
(109,74,141)
#7F609B
(127,96,155)
#9176A9
(145,118,169)
#A38CB7
(163,140,183)
#B5A2C5
(181,162,197)
#C7B8D3
(199,184,211)
#D9CEE1
(217,206,225)
#EBE4EF
(235,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370863 color. Also use rgb(55,8,99) instead hex code.

Text Font Color

.myTextColor { color: #370863; }

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

This text font color is #370863.


Background Color

.myBgColor { background-color: #370863; }

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

This div background color is #370863.


Border color

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

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

This div border color is #370863.


Opacity

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

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

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

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

This text has shadow with #370863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370863 on black background.


Color preview on white background

This text has color #370863 on white background.



Black color preview on #370863 background

This text has black color on #370863 background.


White color preview on #370863 background

This text has white color on #370863 background.