COLOR #455378

HEX: #455378
RGB: (69,83,120)

Color info

#455378 contains red, green and blue colors in about the same proportion. Web safe color of #455378 is #336666 (or #366).

RGB color model

#455378 color RGB value is (69,83,120).

  • red value is 69;
  • green value is 83;
  • blue value is 120.
RGB:
(69,83,120)
(27%,33%,47%)

RGB channels and saturation

R 69 of 255 = 27%
G 83 of 255 = 33%
B 120 of 255 = 47%

69
83
120

R + G + B ~ 36%. #455378 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 83 + 120 = 272 (100%)
R 69 of 272 ~ 25.37%
G 83 of 272 ~ 30.51%
B 120 of 272 ~ 44.12%

%25.37
%30.51
%44.12

CMYK color model

#455378 color CMYK value is (43,31,0,53).

  • cyan value is 42.50%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(43,31,0,53)
C43M31Y0K53 
(43%,31%,0%,53%)
(0.43/0.31/0.00/0.53)	

CMYK percentages

%42.5
%30.83
%0
%52.94

Codes

Color #455378 in popluar color models

455378
RGB6983120
HSL224°26.98%37.06%
HSB/HSV224°42.50%47.06%
CMYK42.50%30.83%0.00%
52.94%

Color #455378 in popluar number systems.

HEX455378
Decimal6983120
Binary100010110100111111000
Octal105123170

Shades and tints

Shades of #455378

#455378
(69,83,120)
#3F4C6E
(63,76,110)
#394564
(57,69,100)
#333E5A
(51,62,90)
#2D3750
(45,55,80)
#273046
(39,48,70)
#21293C
(33,41,60)
#1B2232
(27,34,50)
#151B28
(21,27,40)
#0F141E
(15,20,30)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #455378

#455378
(69,83,120)
#556284
(85,98,132)
#657190
(101,113,144)
#75809C
(117,128,156)
#858FA8
(133,143,168)
#959EB4
(149,158,180)
#A5ADC0
(165,173,192)
#B5BCCC
(181,188,204)
#C5CBD8
(197,203,216)
#D5DAE4
(213,218,228)
#E5E9F0
(229,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455378 color. Also use rgb(69,83,120) instead hex code.

Text Font Color

.myTextColor { color: #455378; }

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

This text font color is #455378.


Background Color

.myBgColor { background-color: #455378; }

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

This div background color is #455378.


Border color

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

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

This div border color is #455378.


Opacity

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

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

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

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

This text has shadow with #455378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455378 on black background.


Color preview on white background

This text has color #455378 on white background.



Black color preview on #455378 background

This text has black color on #455378 background.


White color preview on #455378 background

This text has white color on #455378 background.