COLOR #457F79

HEX: #457F79
RGB: (69,127,121)

Color info

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

RGB color model

#457F79 color RGB value is (69,127,121).

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

RGB channels and saturation

R 69 of 255 = 27%
G 127 of 255 = 50%
B 121 of 255 = 47%

69
127
121

R + G + B ~ 41%. #457F79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 127 + 121 = 317 (100%)
R 69 of 317 ~ 21.77%
G 127 of 317 ~ 40.06%
B 121 of 317 ~ 38.17%

%21.77
%40.06
%38.17

CMYK color model

#457F79 color CMYK value is (46,0,5,50).

  • cyan value is 45.67%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 50.20%
CMYK:
(46,0,5,50)
C46M0Y5K50 
(46%,0%,5%,50%)
(0.46/0.00/0.05/0.50)	

CMYK percentages

%45.67
%0
%4.72
%50.2

Codes

Color #457F79 in popluar color models

457F79
RGB69127121
HSL174°29.59%38.43%
HSB/HSV174°45.67%49.80%
CMYK45.67%0.00%4.72%
50.20%

Color #457F79 in popluar number systems.

HEX457F79
Decimal69127121
Binary100010111111111111001
Octal105177171

Shades and tints

Shades of #457F79

#457F79
(69,127,121)
#3F746E
(63,116,110)
#396963
(57,105,99)
#335E58
(51,94,88)
#2D534D
(45,83,77)
#274842
(39,72,66)
#213D37
(33,61,55)
#1B322C
(27,50,44)
#152721
(21,39,33)
#0F1C16
(15,28,22)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #457F79

#457F79
(69,127,121)
#558A85
(85,138,133)
#659591
(101,149,145)
#75A09D
(117,160,157)
#85ABA9
(133,171,169)
#95B6B5
(149,182,181)
#A5C1C1
(165,193,193)
#B5CCCD
(181,204,205)
#C5D7D9
(197,215,217)
#D5E2E5
(213,226,229)
#E5EDF1
(229,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457F79 color. Also use rgb(69,127,121) instead hex code.

Text Font Color

.myTextColor { color: #457F79; }

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

This text font color is #457F79.


Background Color

.myBgColor { background-color: #457F79; }

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

This div background color is #457F79.


Border color

.myBorderColor { border: 1px solid #457F79; }

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

This div border color is #457F79.


Opacity

.myOpacity80 { color: #457F79; opacity: 0.8; }

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

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

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

This text has shadow with #457F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457F79 on black background.


Color preview on white background

This text has color #457F79 on white background.



Black color preview on #457F79 background

This text has black color on #457F79 background.


White color preview on #457F79 background

This text has white color on #457F79 background.