COLOR #456D6B

HEX: #456D6B RGB: (69,109,107)

Color info

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

RGB color model

#456D6B color RGB value is (69,109,107).

RGB: (69,109,107) (27%, 43%, 42%)

RGB channels and saturation

R 69 of 255 = 27%
G 109 of 255 = 43%
B 107 of 255 = 42%

69
109
107

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

Portions of RGB colors in percentages

R + G + B = 69 + 109 + 107 = 285 (100%)
R 69 of 285 ~ 24.21%
G 109 of 285 ~ 38.25%
B 107 of 285 ~ 37.54'%

%24.21
%38.25
%37.54

CMYK color model

#456D6B color CMYK value is (37,0,2,57).

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

CMYK: (37,0,2,57)
C37M0Y2K57 (37%, 0%, 2%, 57%)
(0.37 / 0.00 / 0.02 / 0.57)

CMYK percentages

%36.7
%0
%1.83
%57.25

Codes

Color #456D6B in popluar color models

45 6D 6B
RGB 69 109 107
HSL 177° 22.47% 34.90%
HSB/HSV 177° 36.70% 42.75%
CMYK 36.70% 0.00% 1.83%
57.25%

Color #456D6B in popluar number systems.

HEX 45 6D 6B
Decimal 69 109 107
Binary 1000101 1101101 1101011
Octal 105 155 153

Shades and tints

Shades of #456D6B

#456D6B
(69,109,107)
#3F6462
(63,100,98)
#395B59
(57,91,89)
#335250
(51,82,80)
#2D4947
(45,73,71)
#27403E
(39,64,62)
#213735
(33,55,53)
#1B2E2C
(27,46,44)
#152523
(21,37,35)
#0F1C1A
(15,28,26)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #456D6B

#456D6B
(69,109,107)
#557A78
(85,122,120)
#658785
(101,135,133)
#759492
(117,148,146)
#85A19F
(133,161,159)
#95AEAC
(149,174,172)
#A5BBB9
(165,187,185)
#B5C8C6
(181,200,198)
#C5D5D3
(197,213,211)
#D5E2E0
(213,226,224)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456D6B; }

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

This text font color is #456D6B.

Background Color

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

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

This div background color is #456D6B.

Border color

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

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

This div border color is #456D6B.

Opacity

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

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

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

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

This text has shadow with #456D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456D6B.

Preview

Color preview on black background

This text has color #456D6B on black background.


Color preview on white background

This text has color #456D6B on white background.


Black color preview on #456D6B background

This text has black color on #456D6B background.


White color preview on #456D6B background

This text has white color on #456D6B background.


Related colors

Complementary color

Complementary color for #hex is #BA9294.


I love getcolorcode.com

Triadic colors

1 #6B456D and #6D6B45 with #456D6B are triadic colors.

2 #6B6D45 and #6D456B with #456D6B are triadic colors.