COLOR #454F66

HEX: #454F66
RGB: (69,79,102)

Color info

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

RGB color model

#454F66 color RGB value is (69,79,102).

  • red value is 69;
  • green value is 79;
  • blue value is 102.
RGB:
(69,79,102)
(27%,31%,40%)

RGB channels and saturation

R 69 of 255 = 27%
G 79 of 255 = 31%
B 102 of 255 = 40%

69
79
102

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

Portions of RGB colors in percentages

R + G + B =
69 + 79 + 102 = 250 (100%)
R 69 of 250 ~ 27.6%
G 79 of 250 ~ 31.6%
B 102 of 250 ~ 40.8%

%27.6
%31.6
%40.8

CMYK color model

#454F66 color CMYK value is (32,23,0,60).

  • cyan value is 32.35%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(32,23,0,60)
C32M23Y0K60 
(32%,23%,0%,60%)
(0.32/0.23/0.00/0.60)	

CMYK percentages

%32.35
%22.55
%0
%60

Codes

Color #454F66 in popluar color models

454F66
RGB6979102
HSL222°19.30%33.53%
HSB/HSV222°32.35%40.00%
CMYK32.35%22.55%0.00%
60.00%

Color #454F66 in popluar number systems.

HEX454F66
Decimal6979102
Binary100010110011111100110
Octal105117146

Shades and tints

Shades of #454F66

#454F66
(69,79,102)
#3F485D
(63,72,93)
#394154
(57,65,84)
#333A4B
(51,58,75)
#2D3342
(45,51,66)
#272C39
(39,44,57)
#212530
(33,37,48)
#1B1E27
(27,30,39)
#15171E
(21,23,30)
#0F1015
(15,16,21)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #454F66

#454F66
(69,79,102)
#555F73
(85,95,115)
#656F80
(101,111,128)
#757F8D
(117,127,141)
#858F9A
(133,143,154)
#959FA7
(149,159,167)
#A5AFB4
(165,175,180)
#B5BFC1
(181,191,193)
#C5CFCE
(197,207,206)
#D5DFDB
(213,223,219)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454F66 color. Also use rgb(69,79,102) instead hex code.

Text Font Color

.myTextColor { color: #454F66; }

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

This text font color is #454F66.


Background Color

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

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

This div background color is #454F66.


Border color

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

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

This div border color is #454F66.


Opacity

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

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

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

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

This text has shadow with #454F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454F66 on black background.


Color preview on white background

This text has color #454F66 on white background.



Black color preview on #454F66 background

This text has black color on #454F66 background.


White color preview on #454F66 background

This text has white color on #454F66 background.