COLOR #456D5C

HEX: #456D5C RGB: (69,109,92)

Color info

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

RGB color model

#456D5C color RGB value is (69,109,92).

RGB: (69,109,92) (27%, 43%, 36%)

RGB channels and saturation

R 69 of 255 = 27%
G 109 of 255 = 43%
B 92 of 255 = 36%

69
109
92

R + G + B ~ 35%. #456D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 109 + 92 = 270 (100%)
R 69 of 270 ~ 25.56%
G 109 of 270 ~ 40.37%
B 92 of 270 ~ 34.07'%

%25.56
%40.37
%34.07

CMYK color model

#456D5C color CMYK value is (37,0,16,57).

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

CMYK: (37,0,16,57)
C37M0Y16K57 (37%, 0%, 16%, 57%)
(0.37 / 0.00 / 0.16 / 0.57)

CMYK percentages

%36.7
%0
%15.6
%57.25

Codes

Color #456D5C in popluar color models

45 6D 5C
RGB 69 109 92
HSL 155° 22.47% 34.90%
HSB/HSV 155° 36.70% 42.75%
CMYK 36.70% 0.00% 15.60%
57.25%

Color #456D5C in popluar number systems.

HEX 45 6D 5C
Decimal 69 109 92
Binary 1000101 1101101 1011100
Octal 105 155 134

Shades and tints

Shades of #456D5C

#456D5C
(69,109,92)
#3F6454
(63,100,84)
#395B4C
(57,91,76)
#335244
(51,82,68)
#2D493C
(45,73,60)
#274034
(39,64,52)
#21372C
(33,55,44)
#1B2E24
(27,46,36)
#15251C
(21,37,28)
#0F1C14
(15,28,20)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #456D5C

#456D5C
(69,109,92)
#557A6A
(85,122,106)
#658778
(101,135,120)
#759486
(117,148,134)
#85A194
(133,161,148)
#95AEA2
(149,174,162)
#A5BBB0
(165,187,176)
#B5C8BE
(181,200,190)
#C5D5CC
(197,213,204)
#D5E2DA
(213,226,218)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456D5C; }

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

This text font color is #456D5C.

Background Color

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

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

This div background color is #456D5C.

Border color

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

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

This div border color is #456D5C.

Opacity

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

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

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

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

This text has shadow with #456D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456D5C.

Preview

Color preview on black background

This text has color #456D5C on black background.


Color preview on white background

This text has color #456D5C on white background.


Black color preview on #456D5C background

This text has black color on #456D5C background.


White color preview on #456D5C background

This text has white color on #456D5C background.


Related colors

Complementary color

Complementary color for #hex is #BA92A3.


I love getcolorcode.com

Triadic colors

1 #5C456D and #6D5C45 with #456D5C are triadic colors.

2 #5C6D45 and #6D455C with #456D5C are triadic colors.