COLOR #456757

HEX: #456757 RGB: (69,103,87)

Color info

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

RGB color model

#456757 color RGB value is (69,103,87).

RGB: (69,103,87) (27%, 40%, 34%)

RGB channels and saturation

R 69 of 255 = 27%
G 103 of 255 = 40%
B 87 of 255 = 34%

69
103
87

R + G + B ~ 34%. #456757 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 103 + 87 = 259 (100%)
R 69 of 259 ~ 26.64%
G 103 of 259 ~ 39.77%
B 87 of 259 ~ 33.59'%

%26.64
%39.77
%33.59

CMYK color model

#456757 color CMYK value is (33,0,16,60).

  • cyan value is 33.01%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 59.61%

CMYK: (33,0,16,60)
C33M0Y16K60 (33%, 0%, 16%, 60%)
(0.33 / 0.00 / 0.16 / 0.60)

CMYK percentages

%33.01
%0
%15.53
%59.61

Codes

Color #456757 in popluar color models

45 67 57
RGB 69 103 87
HSL 152° 19.77% 33.73%
HSB/HSV 152° 33.01% 40.39%
CMYK 33.01% 0.00% 15.53%
59.61%

Color #456757 in popluar number systems.

HEX 45 67 57
Decimal 69 103 87
Binary 1000101 1100111 1010111
Octal 105 147 127

Shades and tints

Shades of #456757

#456757
(69,103,87)
#3F5E50
(63,94,80)
#395549
(57,85,73)
#334C42
(51,76,66)
#2D433B
(45,67,59)
#273A34
(39,58,52)
#21312D
(33,49,45)
#1B2826
(27,40,38)
#151F1F
(21,31,31)
#0F1618
(15,22,24)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #456757

#456757
(69,103,87)
#557466
(85,116,102)
#658175
(101,129,117)
#758E84
(117,142,132)
#859B93
(133,155,147)
#95A8A2
(149,168,162)
#A5B5B1
(165,181,177)
#B5C2C0
(181,194,192)
#C5CFCF
(197,207,207)
#D5DCDE
(213,220,222)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456757 color. Also use rgb(69,103,87) instead hex code.

Text Font Color

.myTextColor { color: #456757; }

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

This text font color is #456757.

Background Color

.myBgColor { background-color: #456757; }

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

This div background color is #456757.

Border color

.myBorderColor { border: 1px solid #456757; }

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

This div border color is #456757.

Opacity

.myOpacity80 { color: #456757; opacity: 0.8; }

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

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

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

This text has shadow with #456757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456757.

Preview

Color preview on black background

This text has color #456757 on black background.


Color preview on white background

This text has color #456757 on white background.


Black color preview on #456757 background

This text has black color on #456757 background.


White color preview on #456757 background

This text has white color on #456757 background.


Related colors

Complementary color

Complementary color for #hex is #BA98A8.


I love getcolorcode.com

Triadic colors

1 #574567 and #675745 with #456757 are triadic colors.

2 #576745 and #674557 with #456757 are triadic colors.