COLOR #455064

HEX: #455064
RGB: (69,80,100)

Color info

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

RGB color model

#455064 color RGB value is (69,80,100).

  • red value is 69;
  • green value is 80;
  • blue value is 100.
RGB:
(69,80,100)
(27%,31%,39%)

RGB channels and saturation

R 69 of 255 = 27%
G 80 of 255 = 31%
B 100 of 255 = 39%

69
80
100

R + G + B ~ 32%. #455064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 80 + 100 = 249 (100%)
R 69 of 249 ~ 27.71%
G 80 of 249 ~ 32.13%
B 100 of 249 ~ 40.16%

%27.71
%32.13
%40.16

CMYK color model

#455064 color CMYK value is (31,20,0,61).

  • cyan value is 31.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(31,20,0,61)
C31M20Y0K61 
(31%,20%,0%,61%)
(0.31/0.20/0.00/0.61)	

CMYK percentages

%31
%20
%0
%60.78

Codes

Color #455064 in popluar color models

455064
RGB6980100
HSL219°18.34%33.14%
HSB/HSV219°31.00%39.22%
CMYK31.00%20.00%0.00%
60.78%

Color #455064 in popluar number systems.

HEX455064
Decimal6980100
Binary100010110100001100100
Octal105120144

Shades and tints

Shades of #455064

#455064
(69,80,100)
#3F495B
(63,73,91)
#394252
(57,66,82)
#333B49
(51,59,73)
#2D3440
(45,52,64)
#272D37
(39,45,55)
#21262E
(33,38,46)
#1B1F25
(27,31,37)
#15181C
(21,24,28)
#0F1113
(15,17,19)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #455064

#455064
(69,80,100)
#555F72
(85,95,114)
#656E80
(101,110,128)
#757D8E
(117,125,142)
#858C9C
(133,140,156)
#959BAA
(149,155,170)
#A5AAB8
(165,170,184)
#B5B9C6
(181,185,198)
#C5C8D4
(197,200,212)
#D5D7E2
(213,215,226)
#E5E6F0
(229,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455064 color. Also use rgb(69,80,100) instead hex code.

Text Font Color

.myTextColor { color: #455064; }

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

This text font color is #455064.


Background Color

.myBgColor { background-color: #455064; }

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

This div background color is #455064.


Border color

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

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

This div border color is #455064.


Opacity

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

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

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

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

This text has shadow with #455064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455064 on black background.


Color preview on white background

This text has color #455064 on white background.



Black color preview on #455064 background

This text has black color on #455064 background.


White color preview on #455064 background

This text has white color on #455064 background.