COLOR #457D6F

HEX: #457D6F
RGB: (69,125,111)

Color info

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

RGB color model

#457D6F color RGB value is (69,125,111).

  • red value is 69;
  • green value is 125;
  • blue value is 111.
RGB:
(69,125,111)
(27%,49%,44%)

RGB channels and saturation

R 69 of 255 = 27%
G 125 of 255 = 49%
B 111 of 255 = 44%

69
125
111

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

Portions of RGB colors in percentages

R + G + B =
69 + 125 + 111 = 305 (100%)
R 69 of 305 ~ 22.62%
G 125 of 305 ~ 40.98%
B 111 of 305 ~ 36.39%

%22.62
%40.98
%36.39

CMYK color model

#457D6F color CMYK value is (45,0,11,51).

  • cyan value is 44.80%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK:
(45,0,11,51)
C45M0Y11K51 
(45%,0%,11%,51%)
(0.45/0.00/0.11/0.51)	

CMYK percentages

%44.8
%0
%11.2
%50.98

Codes

Color #457D6F in popluar color models

457D6F
RGB69125111
HSL165°28.87%38.04%
HSB/HSV165°44.80%49.02%
CMYK44.80%0.00%11.20%
50.98%

Color #457D6F in popluar number systems.

HEX457D6F
Decimal69125111
Binary100010111111011101111
Octal105175157

Shades and tints

Shades of #457D6F

#457D6F
(69,125,111)
#3F7265
(63,114,101)
#39675B
(57,103,91)
#335C51
(51,92,81)
#2D5147
(45,81,71)
#27463D
(39,70,61)
#213B33
(33,59,51)
#1B3029
(27,48,41)
#15251F
(21,37,31)
#0F1A15
(15,26,21)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #457D6F

#457D6F
(69,125,111)
#55887C
(85,136,124)
#659389
(101,147,137)
#759E96
(117,158,150)
#85A9A3
(133,169,163)
#95B4B0
(149,180,176)
#A5BFBD
(165,191,189)
#B5CACA
(181,202,202)
#C5D5D7
(197,213,215)
#D5E0E4
(213,224,228)
#E5EBF1
(229,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457D6F color. Also use rgb(69,125,111) instead hex code.

Text Font Color

.myTextColor { color: #457D6F; }

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

This text font color is #457D6F.


Background Color

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

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

This div background color is #457D6F.


Border color

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

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

This div border color is #457D6F.


Opacity

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

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

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

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

This text has shadow with #457D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457D6F on black background.


Color preview on white background

This text has color #457D6F on white background.



Black color preview on #457D6F background

This text has black color on #457D6F background.


White color preview on #457D6F background

This text has white color on #457D6F background.