COLOR #456677

HEX: #456677
RGB: (69,102,119)

Color info

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

RGB color model

#456677 color RGB value is (69,102,119).

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

RGB channels and saturation

R 69 of 255 = 27%
G 102 of 255 = 40%
B 119 of 255 = 47%

69
102
119

R + G + B ~ 38%. #456677 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 102 + 119 = 290 (100%)
R 69 of 290 ~ 23.79%
G 102 of 290 ~ 35.17%
B 119 of 290 ~ 41.03%

%23.79
%35.17
%41.03

CMYK color model

#456677 color CMYK value is (42,14,0,53).

  • cyan value is 42.02%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(42,14,0,53)
C42M14Y0K53 
(42%,14%,0%,53%)
(0.42/0.14/0.00/0.53)	

CMYK percentages

%42.02
%14.29
%0
%53.33

Codes

Color #456677 in popluar color models

456677
RGB69102119
HSL200°26.60%36.86%
HSB/HSV200°42.02%46.67%
CMYK42.02%14.29%0.00%
53.33%

Color #456677 in popluar number systems.

HEX456677
Decimal69102119
Binary100010111001101110111
Octal105146167

Shades and tints

Shades of #456677

#456677
(69,102,119)
#3F5D6D
(63,93,109)
#395463
(57,84,99)
#334B59
(51,75,89)
#2D424F
(45,66,79)
#273945
(39,57,69)
#21303B
(33,48,59)
#1B2731
(27,39,49)
#151E27
(21,30,39)
#0F151D
(15,21,29)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #456677

#456677
(69,102,119)
#557383
(85,115,131)
#65808F
(101,128,143)
#758D9B
(117,141,155)
#859AA7
(133,154,167)
#95A7B3
(149,167,179)
#A5B4BF
(165,180,191)
#B5C1CB
(181,193,203)
#C5CED7
(197,206,215)
#D5DBE3
(213,219,227)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456677; }

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

This text font color is #456677.


Background Color

.myBgColor { background-color: #456677; }

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

This div background color is #456677.


Border color

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

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

This div border color is #456677.


Opacity

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

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

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

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

This text has shadow with #456677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456677 on black background.


Color preview on white background

This text has color #456677 on white background.



Black color preview on #456677 background

This text has black color on #456677 background.


White color preview on #456677 background

This text has white color on #456677 background.