COLOR #456A73

HEX: #456A73
RGB: (69,106,115)

Color info

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

RGB color model

#456A73 color RGB value is (69,106,115).

  • red value is 69;
  • green value is 106;
  • blue value is 115.
RGB:
(69,106,115)
(27%,42%,45%)

RGB channels and saturation

R 69 of 255 = 27%
G 106 of 255 = 42%
B 115 of 255 = 45%

69
106
115

R + G + B ~ 38%. #456A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 106 + 115 = 290 (100%)
R 69 of 290 ~ 23.79%
G 106 of 290 ~ 36.55%
B 115 of 290 ~ 39.66%

%23.79
%36.55
%39.66

CMYK color model

#456A73 color CMYK value is (40,8,0,55).

  • cyan value is 40.00%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(40,8,0,55)
C40M8Y0K55 
(40%,8%,0%,55%)
(0.40/0.08/0.00/0.55)	

CMYK percentages

%40
%7.83
%0
%54.9

Codes

Color #456A73 in popluar color models

456A73
RGB69106115
HSL192°25.00%36.08%
HSB/HSV192°40.00%45.10%
CMYK40.00%7.83%0.00%
54.90%

Color #456A73 in popluar number systems.

HEX456A73
Decimal69106115
Binary100010111010101110011
Octal105152163

Shades and tints

Shades of #456A73

#456A73
(69,106,115)
#3F6169
(63,97,105)
#39585F
(57,88,95)
#334F55
(51,79,85)
#2D464B
(45,70,75)
#273D41
(39,61,65)
#213437
(33,52,55)
#1B2B2D
(27,43,45)
#152223
(21,34,35)
#0F1919
(15,25,25)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #456A73

#456A73
(69,106,115)
#55777F
(85,119,127)
#65848B
(101,132,139)
#759197
(117,145,151)
#859EA3
(133,158,163)
#95ABAF
(149,171,175)
#A5B8BB
(165,184,187)
#B5C5C7
(181,197,199)
#C5D2D3
(197,210,211)
#D5DFDF
(213,223,223)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456A73 color. Also use rgb(69,106,115) instead hex code.

Text Font Color

.myTextColor { color: #456A73; }

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

This text font color is #456A73.


Background Color

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

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

This div background color is #456A73.


Border color

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

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

This div border color is #456A73.


Opacity

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

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

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

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

This text has shadow with #456A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456A73 on black background.


Color preview on white background

This text has color #456A73 on white background.



Black color preview on #456A73 background

This text has black color on #456A73 background.


White color preview on #456A73 background

This text has white color on #456A73 background.