COLOR #457E7D

HEX: #457E7D
RGB: (69,126,125)

Color info

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

RGB color model

#457E7D color RGB value is (69,126,125).

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

RGB channels and saturation

R 69 of 255 = 27%
G 126 of 255 = 49%
B 125 of 255 = 49%

69
126
125

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

Portions of RGB colors in percentages

R + G + B =
69 + 126 + 125 = 320 (100%)
R 69 of 320 ~ 21.56%
G 126 of 320 ~ 39.38%
B 125 of 320 ~ 39.06%

%21.56
%39.38
%39.06

CMYK color model

#457E7D color CMYK value is (45,0,1,51).

  • cyan value is 45.24%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 50.59%
CMYK:
(45,0,1,51)
C45M0Y1K51 
(45%,0%,1%,51%)
(0.45/0.00/0.01/0.51)	

CMYK percentages

%45.24
%0
%0.79
%50.59

Codes

Color #457E7D in popluar color models

457E7D
RGB69126125
HSL179°29.23%38.24%
HSB/HSV179°45.24%49.41%
CMYK45.24%0.00%0.79%
50.59%

Color #457E7D in popluar number systems.

HEX457E7D
Decimal69126125
Binary100010111111101111101
Octal105176175

Shades and tints

Shades of #457E7D

#457E7D
(69,126,125)
#3F7372
(63,115,114)
#396867
(57,104,103)
#335D5C
(51,93,92)
#2D5251
(45,82,81)
#274746
(39,71,70)
#213C3B
(33,60,59)
#1B3130
(27,49,48)
#152625
(21,38,37)
#0F1B1A
(15,27,26)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #457E7D

#457E7D
(69,126,125)
#558988
(85,137,136)
#659493
(101,148,147)
#759F9E
(117,159,158)
#85AAA9
(133,170,169)
#95B5B4
(149,181,180)
#A5C0BF
(165,192,191)
#B5CBCA
(181,203,202)
#C5D6D5
(197,214,213)
#D5E1E0
(213,225,224)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457E7D; }

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

This text font color is #457E7D.


Background Color

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

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

This div background color is #457E7D.


Border color

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

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

This div border color is #457E7D.


Opacity

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

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

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

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

This text has shadow with #457E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457E7D on black background.


Color preview on white background

This text has color #457E7D on white background.



Black color preview on #457E7D background

This text has black color on #457E7D background.


White color preview on #457E7D background

This text has white color on #457E7D background.