COLOR #456D5D

HEX: #456D5D RGB: (69,109,93)

Color info

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

RGB color model

#456D5D color RGB value is (69,109,93).

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

RGB channels and saturation

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

69
109
93

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

Portions of RGB colors in percentages

R + G + B = 69 + 109 + 93 = 271 (100%)
R 69 of 271 ~ 25.46%
G 109 of 271 ~ 40.22%
B 93 of 271 ~ 34.32'%

%25.46
%40.22
%34.32

CMYK color model

#456D5D color CMYK value is (37,0,15,57).

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

CMYK: (37,0,15,57)
C37M0Y15K57 (37%, 0%, 15%, 57%)
(0.37 / 0.00 / 0.15 / 0.57)

CMYK percentages

%36.7
%0
%14.68
%57.25

Codes

Color #456D5D in popluar color models

45 6D 5D
RGB 69 109 93
HSL 156° 22.47% 34.90%
HSB/HSV 156° 36.70% 42.75%
CMYK 36.70% 0.00% 14.68%
57.25%

Color #456D5D in popluar number systems.

HEX 45 6D 5D
Decimal 69 109 93
Binary 1000101 1101101 1011101
Octal 105 155 135

Shades and tints

Shades of #456D5D

#456D5D
(69,109,93)
#3F6455
(63,100,85)
#395B4D
(57,91,77)
#335245
(51,82,69)
#2D493D
(45,73,61)
#274035
(39,64,53)
#21372D
(33,55,45)
#1B2E25
(27,46,37)
#15251D
(21,37,29)
#0F1C15
(15,28,21)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #456D5D

#456D5D
(69,109,93)
#557A6B
(85,122,107)
#658779
(101,135,121)
#759487
(117,148,135)
#85A195
(133,161,149)
#95AEA3
(149,174,163)
#A5BBB1
(165,187,177)
#B5C8BF
(181,200,191)
#C5D5CD
(197,213,205)
#D5E2DB
(213,226,219)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456D5D; }

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

This text font color is #456D5D.

Background Color

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

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

This div background color is #456D5D.

Border color

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

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

This div border color is #456D5D.

Opacity

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

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

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

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

This text has shadow with #456D5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456D5D.

Preview

Color preview on black background

This text has color #456D5D on black background.


Color preview on white background

This text has color #456D5D on white background.


Black color preview on #456D5D background

This text has black color on #456D5D background.


White color preview on #456D5D background

This text has white color on #456D5D background.


Related colors

Complementary color

Complementary color for #hex is #BA92A2.


I love getcolorcode.com

Triadic colors

1 #5D456D and #6D5D45 with #456D5D are triadic colors.

2 #5D6D45 and #6D455D with #456D5D are triadic colors.