COLOR #456D79

HEX: #456D79
RGB: (69,109,121)

Color info

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

RGB color model

#456D79 color RGB value is (69,109,121).

  • red value is 69;
  • green value is 109;
  • blue value is 121.
RGB:
(69,109,121)
(27%,43%,47%)

RGB channels and saturation

R 69 of 255 = 27%
G 109 of 255 = 43%
B 121 of 255 = 47%

69
109
121

R + G + B ~ 39%. #456D79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 109 + 121 = 299 (100%)
R 69 of 299 ~ 23.08%
G 109 of 299 ~ 36.45%
B 121 of 299 ~ 40.47%

%23.08
%36.45
%40.47

CMYK color model

#456D79 color CMYK value is (43,10,0,53).

  • cyan value is 42.98%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(43,10,0,53)
C43M10Y0K53 
(43%,10%,0%,53%)
(0.43/0.10/0.00/0.53)	

CMYK percentages

%42.98
%9.92
%0
%52.55

Codes

Color #456D79 in popluar color models

456D79
RGB69109121
HSL194°27.37%37.25%
HSB/HSV194°42.98%47.45%
CMYK42.98%9.92%0.00%
52.55%

Color #456D79 in popluar number systems.

HEX456D79
Decimal69109121
Binary100010111011011111001
Octal105155171

Shades and tints

Shades of #456D79

#456D79
(69,109,121)
#3F646E
(63,100,110)
#395B63
(57,91,99)
#335258
(51,82,88)
#2D494D
(45,73,77)
#274042
(39,64,66)
#213737
(33,55,55)
#1B2E2C
(27,46,44)
#152521
(21,37,33)
#0F1C16
(15,28,22)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #456D79

#456D79
(69,109,121)
#557A85
(85,122,133)
#658791
(101,135,145)
#75949D
(117,148,157)
#85A1A9
(133,161,169)
#95AEB5
(149,174,181)
#A5BBC1
(165,187,193)
#B5C8CD
(181,200,205)
#C5D5D9
(197,213,217)
#D5E2E5
(213,226,229)
#E5EFF1
(229,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456D79; }

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

This text font color is #456D79.


Background Color

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

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

This div background color is #456D79.


Border color

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

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

This div border color is #456D79.


Opacity

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

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

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

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

This text has shadow with #456D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456D79 on black background.


Color preview on white background

This text has color #456D79 on white background.



Black color preview on #456D79 background

This text has black color on #456D79 background.


White color preview on #456D79 background

This text has white color on #456D79 background.