COLOR #454E6B

HEX: #454E6B
RGB: (69,78,107)

Color info

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

RGB color model

#454E6B color RGB value is (69,78,107).

  • red value is 69;
  • green value is 78;
  • blue value is 107.
RGB:
(69,78,107)
(27%,31%,42%)

RGB channels and saturation

R 69 of 255 = 27%
G 78 of 255 = 31%
B 107 of 255 = 42%

69
78
107

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

Portions of RGB colors in percentages

R + G + B =
69 + 78 + 107 = 254 (100%)
R 69 of 254 ~ 27.17%
G 78 of 254 ~ 30.71%
B 107 of 254 ~ 42.13%

%27.17
%30.71
%42.13

CMYK color model

#454E6B color CMYK value is (36,27,0,58).

  • cyan value is 35.51%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(36,27,0,58)
C36M27Y0K58 
(36%,27%,0%,58%)
(0.36/0.27/0.00/0.58)	

CMYK percentages

%35.51
%27.1
%0
%58.04

Codes

Color #454E6B in popluar color models

454E6B
RGB6978107
HSL226°21.59%34.51%
HSB/HSV226°35.51%41.96%
CMYK35.51%27.10%0.00%
58.04%

Color #454E6B in popluar number systems.

HEX454E6B
Decimal6978107
Binary100010110011101101011
Octal105116153

Shades and tints

Shades of #454E6B

#454E6B
(69,78,107)
#3F4762
(63,71,98)
#394059
(57,64,89)
#333950
(51,57,80)
#2D3247
(45,50,71)
#272B3E
(39,43,62)
#212435
(33,36,53)
#1B1D2C
(27,29,44)
#151623
(21,22,35)
#0F0F1A
(15,15,26)
#090811
(9,8,17)
#000000
(0,0,0)

Tints of #454E6B

#454E6B
(69,78,107)
#555E78
(85,94,120)
#656E85
(101,110,133)
#757E92
(117,126,146)
#858E9F
(133,142,159)
#959EAC
(149,158,172)
#A5AEB9
(165,174,185)
#B5BEC6
(181,190,198)
#C5CED3
(197,206,211)
#D5DEE0
(213,222,224)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454E6B color. Also use rgb(69,78,107) instead hex code.

Text Font Color

.myTextColor { color: #454E6B; }

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

This text font color is #454E6B.


Background Color

.myBgColor { background-color: #454E6B; }

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

This div background color is #454E6B.


Border color

.myBorderColor { border: 1px solid #454E6B; }

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

This div border color is #454E6B.


Opacity

.myOpacity80 { color: #454E6B; opacity: 0.8; }

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

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

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

This text has shadow with #454E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454E6B on black background.


Color preview on white background

This text has color #454E6B on white background.



Black color preview on #454E6B background

This text has black color on #454E6B background.


White color preview on #454E6B background

This text has white color on #454E6B background.