COLOR #456D68

HEX: #456D68 RGB: (69,109,104)

Color info

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

RGB color model

#456D68 color RGB value is (69,109,104).

RGB: (69,109,104) (27%, 43%, 41%)

RGB channels and saturation

R 69 of 255 = 27%
G 109 of 255 = 43%
B 104 of 255 = 41%

69
109
104

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

Portions of RGB colors in percentages

R + G + B = 69 + 109 + 104 = 282 (100%)
R 69 of 282 ~ 24.47%
G 109 of 282 ~ 38.65%
B 104 of 282 ~ 36.88'%

%24.47
%38.65
%36.88

CMYK color model

#456D68 color CMYK value is (37,0,5,57).

  • cyan value is 36.70%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 57.25%

CMYK: (37,0,5,57)
C37M0Y5K57 (37%, 0%, 5%, 57%)
(0.37 / 0.00 / 0.05 / 0.57)

CMYK percentages

%36.7
%0
%4.59
%57.25

Codes

Color #456D68 in popluar color models

45 6D 68
RGB 69 109 104
HSL 173° 22.47% 34.90%
HSB/HSV 173° 36.70% 42.75%
CMYK 36.70% 0.00% 4.59%
57.25%

Color #456D68 in popluar number systems.

HEX 45 6D 68
Decimal 69 109 104
Binary 1000101 1101101 1101000
Octal 105 155 150

Shades and tints

Shades of #456D68

#456D68
(69,109,104)
#3F645F
(63,100,95)
#395B56
(57,91,86)
#33524D
(51,82,77)
#2D4944
(45,73,68)
#27403B
(39,64,59)
#213732
(33,55,50)
#1B2E29
(27,46,41)
#152520
(21,37,32)
#0F1C17
(15,28,23)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #456D68

#456D68
(69,109,104)
#557A75
(85,122,117)
#658782
(101,135,130)
#75948F
(117,148,143)
#85A19C
(133,161,156)
#95AEA9
(149,174,169)
#A5BBB6
(165,187,182)
#B5C8C3
(181,200,195)
#C5D5D0
(197,213,208)
#D5E2DD
(213,226,221)
#E5EFEA
(229,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456D68; }

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

This text font color is #456D68.

Background Color

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

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

This div background color is #456D68.

Border color

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

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

This div border color is #456D68.

Opacity

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

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

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

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

This text has shadow with #456D68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456D68.

Preview

Color preview on black background

This text has color #456D68 on black background.


Color preview on white background

This text has color #456D68 on white background.


Black color preview on #456D68 background

This text has black color on #456D68 background.


White color preview on #456D68 background

This text has white color on #456D68 background.


Related colors

Complementary color

Complementary color for #hex is #BA9297.


I love getcolorcode.com

Triadic colors

1 #68456D and #6D6845 with #456D68 are triadic colors.

2 #686D45 and #6D4568 with #456D68 are triadic colors.