COLOR #455467

HEX: #455467
RGB: (69,84,103)

Color info

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

RGB color model

#455467 color RGB value is (69,84,103).

  • red value is 69;
  • green value is 84;
  • blue value is 103.
RGB:
(69,84,103)
(27%,33%,40%)

RGB channels and saturation

R 69 of 255 = 27%
G 84 of 255 = 33%
B 103 of 255 = 40%

69
84
103

R + G + B ~ 33%. #455467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 84 + 103 = 256 (100%)
R 69 of 256 ~ 26.95%
G 84 of 256 ~ 32.81%
B 103 of 256 ~ 40.23%

%26.95
%32.81
%40.23

CMYK color model

#455467 color CMYK value is (33,18,0,60).

  • cyan value is 33.01%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(33,18,0,60)
C33M18Y0K60 
(33%,18%,0%,60%)
(0.33/0.18/0.00/0.60)	

CMYK percentages

%33.01
%18.45
%0
%59.61

Codes

Color #455467 in popluar color models

455467
RGB6984103
HSL214°19.77%33.73%
HSB/HSV214°33.01%40.39%
CMYK33.01%18.45%0.00%
59.61%

Color #455467 in popluar number systems.

HEX455467
Decimal6984103
Binary100010110101001100111
Octal105124147

Shades and tints

Shades of #455467

#455467
(69,84,103)
#3F4D5E
(63,77,94)
#394655
(57,70,85)
#333F4C
(51,63,76)
#2D3843
(45,56,67)
#27313A
(39,49,58)
#212A31
(33,42,49)
#1B2328
(27,35,40)
#151C1F
(21,28,31)
#0F1516
(15,21,22)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #455467

#455467
(69,84,103)
#556374
(85,99,116)
#657281
(101,114,129)
#75818E
(117,129,142)
#85909B
(133,144,155)
#959FA8
(149,159,168)
#A5AEB5
(165,174,181)
#B5BDC2
(181,189,194)
#C5CCCF
(197,204,207)
#D5DBDC
(213,219,220)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455467 color. Also use rgb(69,84,103) instead hex code.

Text Font Color

.myTextColor { color: #455467; }

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

This text font color is #455467.


Background Color

.myBgColor { background-color: #455467; }

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

This div background color is #455467.


Border color

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

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

This div border color is #455467.


Opacity

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

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

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

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

This text has shadow with #455467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455467 on black background.


Color preview on white background

This text has color #455467 on white background.



Black color preview on #455467 background

This text has black color on #455467 background.


White color preview on #455467 background

This text has white color on #455467 background.