COLOR #370454

HEX: #370454
RGB: (55,4,84)

Color info

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

RGB color model

#370454 color RGB value is (55,4,84).

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

RGB channels and saturation

R 55 of 255 = 22%
G 4 of 255 = 2%
B 84 of 255 = 33%

55
4
84

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

Portions of RGB colors in percentages

R + G + B =
55 + 4 + 84 = 143 (100%)
R 55 of 143 ~ 38.46%
G 4 of 143 ~ 2.8%
B 84 of 143 ~ 58.74%

%38.46
%58.74

CMYK color model

#370454 color CMYK value is (35,95,0,67).

  • cyan value is 34.52%
  • magenta value is 95.24%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(35,95,0,67)
C35M95Y0K67 
(35%,95%,0%,67%)
(0.35/0.95/0.00/0.67)	

CMYK percentages

%34.52
%95.24
%0
%67.06

Codes

Color #370454 in popluar color models

370454
RGB55484
HSL278°90.91%17.25%
HSB/HSV278°95.24%32.94%
CMYK34.52%95.24%0.00%
67.06%

Color #370454 in popluar number systems.

HEX370454
Decimal55484
Binary1101111001010100
Octal674124

Shades and tints

Shades of #370454

#370454
(55,4,84)
#32044D
(50,4,77)
#2D0446
(45,4,70)
#28043F
(40,4,63)
#230438
(35,4,56)
#1E0431
(30,4,49)
#19042A
(25,4,42)
#140423
(20,4,35)
#0F041C
(15,4,28)
#0A0415
(10,4,21)
#05040E
(5,4,14)
#000000
(0,0,0)

Tints of #370454

#370454
(55,4,84)
#491A63
(73,26,99)
#5B3072
(91,48,114)
#6D4681
(109,70,129)
#7F5C90
(127,92,144)
#91729F
(145,114,159)
#A388AE
(163,136,174)
#B59EBD
(181,158,189)
#C7B4CC
(199,180,204)
#D9CADB
(217,202,219)
#EBE0EA
(235,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370454; }

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

This text font color is #370454.


Background Color

.myBgColor { background-color: #370454; }

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

This div background color is #370454.


Border color

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

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

This div border color is #370454.


Opacity

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

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

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

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

This text has shadow with #370454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370454 on black background.


Color preview on white background

This text has color #370454 on white background.



Black color preview on #370454 background

This text has black color on #370454 background.


White color preview on #370454 background

This text has white color on #370454 background.