COLOR #456D66

HEX: #456D66 RGB: (69,109,102)

Color info

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

RGB color model

#456D66 color RGB value is (69,109,102).

RGB: (69,109,102) (27%, 43%, 40%)

RGB channels and saturation

R 69 of 255 = 27%
G 109 of 255 = 43%
B 102 of 255 = 40%

69
109
102

R + G + B ~ 37%. #456D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 109 + 102 = 280 (100%)
R 69 of 280 ~ 24.64%
G 109 of 280 ~ 38.93%
B 102 of 280 ~ 36.43'%

%24.64
%38.93
%36.43

CMYK color model

#456D66 color CMYK value is (37,0,6,57).

  • cyan value is 36.70%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 57.25%
CMYK: (37,0,6,57) C37M0Y6K57 (37%,0%,6%,57%) (0.37/0.00/0.06/0.57) 

CMYK percentages

%36.7
%0
%6.42
%57.25

Codes

Color #456D66 in popluar color models

45 6D 66
RGB 69 109 102
HSL 170° 22.47% 34.90%
HSB/HSV 170° 36.70% 42.75%
CMYK 36.70% 0.00% 6.42%
57.25%

Color #456D66 in popluar number systems.

HEX 45 6D 66
Decimal 69 109 102
Binary 1000101 1101101 1100110
Octal 105 155 146

Shades and tints

Shades of #456D66

#456D66
(69,109,102)
#3F645D
(63,100,93)
#395B54
(57,91,84)
#33524B
(51,82,75)
#2D4942
(45,73,66)
#274039
(39,64,57)
#213730
(33,55,48)
#1B2E27
(27,46,39)
#15251E
(21,37,30)
#0F1C15
(15,28,21)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #456D66

#456D66
(69,109,102)
#557A73
(85,122,115)
#658780
(101,135,128)
#75948D
(117,148,141)
#85A19A
(133,161,154)
#95AEA7
(149,174,167)
#A5BBB4
(165,187,180)
#B5C8C1
(181,200,193)
#C5D5CE
(197,213,206)
#D5E2DB
(213,226,219)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456D66; }

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

This text font color is #456D66.

Background Color

.myBgColor { background-color: #456D66; }

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

This div background color is #456D66.

Border color

.myBorderColor { border: 1px solid #456D66; }

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

This div border color is #456D66.

Opacity

.myOpacity80 { color: #456D66; opacity: 0.8; }

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

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

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

This text has shadow with #456D66 color.


.textShadow {text-shadow: 3px 3px 1px #456D66', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #456D66; -webkit-box-shadow: 1px 1px 3px 2px #456D66; box-shadow:1px 1px 3px 2px #456D66;">
Div content here
</div>

This div box has shadow with color #456D66.

Preview

Color preview on black background

This text has color #456D66 on black background.


Color preview on white background

This text has color #456D66 on white background.


Black color preview on #456D66 background

This text has black color on #456D66 background.


White color preview on #456D66 background

This text has white color on #456D66 background.


Related colors

Complementary color

Complementary color for #hex is #BA9299.


I love getcolorcode.com

Triadic colors

1 #66456D and #6D6645 with #456D66 are triadic colors.

2 #666D45 and #6D4566 with #456D66 are triadic colors.