COLOR #456B59

HEX: #456B59 RGB: (69,107,89)

Color info

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

RGB color model

#456B59 color RGB value is (69,107,89).

RGB: (69,107,89) (27%, 42%, 35%)

RGB channels and saturation

R 69 of 255 = 27%
G 107 of 255 = 42%
B 89 of 255 = 35%

69
107
89

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

Portions of RGB colors in percentages

R + G + B = 69 + 107 + 89 = 265 (100%)
R 69 of 265 ~ 26.04%
G 107 of 265 ~ 40.38%
B 89 of 265 ~ 33.58'%

%26.04
%40.38
%33.58

CMYK color model

#456B59 color CMYK value is (36,0,17,58).

  • cyan value is 35.51%
  • magenta value is 0.00%
  • yellow value is 16.82%
  • key color value is 58.04%

CMYK: (36,0,17,58)
C36M0Y17K58 (36%, 0%, 17%, 58%)
(0.36 / 0.00 / 0.17 / 0.58)

CMYK percentages

%35.51
%0
%16.82
%58.04

Codes

Color #456B59 in popluar color models

45 6B 59
RGB 69 107 89
HSL 152° 21.59% 34.51%
HSB/HSV 152° 35.51% 41.96%
CMYK 35.51% 0.00% 16.82%
58.04%

Color #456B59 in popluar number systems.

HEX 45 6B 59
Decimal 69 107 89
Binary 1000101 1101011 1011001
Octal 105 153 131

Shades and tints

Shades of #456B59

#456B59
(69,107,89)
#3F6251
(63,98,81)
#395949
(57,89,73)
#335041
(51,80,65)
#2D4739
(45,71,57)
#273E31
(39,62,49)
#213529
(33,53,41)
#1B2C21
(27,44,33)
#152319
(21,35,25)
#0F1A11
(15,26,17)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #456B59

#456B59
(69,107,89)
#557868
(85,120,104)
#658577
(101,133,119)
#759286
(117,146,134)
#859F95
(133,159,149)
#95ACA4
(149,172,164)
#A5B9B3
(165,185,179)
#B5C6C2
(181,198,194)
#C5D3D1
(197,211,209)
#D5E0E0
(213,224,224)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456B59; }

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

This text font color is #456B59.

Background Color

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

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

This div background color is #456B59.

Border color

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

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

This div border color is #456B59.

Opacity

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

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

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

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

This text has shadow with #456B59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456B59.

Preview

Color preview on black background

This text has color #456B59 on black background.


Color preview on white background

This text has color #456B59 on white background.


Black color preview on #456B59 background

This text has black color on #456B59 background.


White color preview on #456B59 background

This text has white color on #456B59 background.


Related colors

Complementary color

Complementary color for #hex is #BA94A6.


I love getcolorcode.com

Triadic colors

1 #59456B and #6B5945 with #456B59 are triadic colors.

2 #596B45 and #6B4559 with #456B59 are triadic colors.