COLOR #455367

HEX: #455367
RGB: (69,83,103)

Color info

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

RGB color model

#455367 color RGB value is (69,83,103).

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

RGB channels and saturation

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

69
83
103

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

Portions of RGB colors in percentages

R + G + B =
69 + 83 + 103 = 255 (100%)
R 69 of 255 ~ 27.06%
G 83 of 255 ~ 32.55%
B 103 of 255 ~ 40.39%

%27.06
%32.55
%40.39

CMYK color model

#455367 color CMYK value is (33,19,0,60).

  • cyan value is 33.01%
  • magenta value is 19.42%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(33,19,0,60)
C33M19Y0K60 
(33%,19%,0%,60%)
(0.33/0.19/0.00/0.60)	

CMYK percentages

%33.01
%19.42
%0
%59.61

Codes

Color #455367 in popluar color models

455367
RGB6983103
HSL215°19.77%33.73%
HSB/HSV215°33.01%40.39%
CMYK33.01%19.42%0.00%
59.61%

Color #455367 in popluar number systems.

HEX455367
Decimal6983103
Binary100010110100111100111
Octal105123147

Shades and tints

Shades of #455367

#455367
(69,83,103)
#3F4C5E
(63,76,94)
#394555
(57,69,85)
#333E4C
(51,62,76)
#2D3743
(45,55,67)
#27303A
(39,48,58)
#212931
(33,41,49)
#1B2228
(27,34,40)
#151B1F
(21,27,31)
#0F1416
(15,20,22)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #455367

#455367
(69,83,103)
#556274
(85,98,116)
#657181
(101,113,129)
#75808E
(117,128,142)
#858F9B
(133,143,155)
#959EA8
(149,158,168)
#A5ADB5
(165,173,181)
#B5BCC2
(181,188,194)
#C5CBCF
(197,203,207)
#D5DADC
(213,218,220)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455367; }

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

This text font color is #455367.


Background Color

.myBgColor { background-color: #455367; }

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

This div background color is #455367.


Border color

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

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

This div border color is #455367.


Opacity

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

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

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

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

This text has shadow with #455367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455367 on black background.


Color preview on white background

This text has color #455367 on white background.



Black color preview on #455367 background

This text has black color on #455367 background.


White color preview on #455367 background

This text has white color on #455367 background.