COLOR #456059

HEX: #456059
RGB: (69,96,89)

Color info

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

RGB color model

#456059 color RGB value is (69,96,89).

  • red value is 69;
  • green value is 96;
  • blue value is 89.
RGB:
(69,96,89)
(27%,38%,35%)

RGB channels and saturation

R 69 of 255 = 27%
G 96 of 255 = 38%
B 89 of 255 = 35%

69
96
89

R + G + B ~ 33%. #456059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 96 + 89 = 254 (100%)
R 69 of 254 ~ 27.17%
G 96 of 254 ~ 37.8%
B 89 of 254 ~ 35.04%

%27.17
%37.8
%35.04

CMYK color model

#456059 color CMYK value is (28,0,7,62).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 62.35%
CMYK:
(28,0,7,62)
C28M0Y7K62 
(28%,0%,7%,62%)
(0.28/0.00/0.07/0.62)	

CMYK percentages

%28.13
%0
%7.29
%62.35

Codes

Color #456059 in popluar color models

456059
RGB699689
HSL164°16.36%32.35%
HSB/HSV164°28.13%37.65%
CMYK28.13%0.00%7.29%
62.35%

Color #456059 in popluar number systems.

HEX456059
Decimal699689
Binary100010111000001011001
Octal105140131

Shades and tints

Shades of #456059

#456059
(69,96,89)
#3F5851
(63,88,81)
#395049
(57,80,73)
#334841
(51,72,65)
#2D4039
(45,64,57)
#273831
(39,56,49)
#213029
(33,48,41)
#1B2821
(27,40,33)
#152019
(21,32,25)
#0F1811
(15,24,17)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #456059

#456059
(69,96,89)
#556E68
(85,110,104)
#657C77
(101,124,119)
#758A86
(117,138,134)
#859895
(133,152,149)
#95A6A4
(149,166,164)
#A5B4B3
(165,180,179)
#B5C2C2
(181,194,194)
#C5D0D1
(197,208,209)
#D5DEE0
(213,222,224)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456059; }

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

This text font color is #456059.


Background Color

.myBgColor { background-color: #456059; }

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

This div background color is #456059.


Border color

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

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

This div border color is #456059.


Opacity

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

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

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

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

This text has shadow with #456059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456059 on black background.


Color preview on white background

This text has color #456059 on white background.



Black color preview on #456059 background

This text has black color on #456059 background.


White color preview on #456059 background

This text has white color on #456059 background.