COLOR #457D5B

HEX: #457D5B
RGB: (69,125,91)

Color info

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

RGB color model

#457D5B color RGB value is (69,125,91).

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

RGB channels and saturation

R 69 of 255 = 27%
G 125 of 255 = 49%
B 91 of 255 = 36%

69
125
91

R + G + B ~ 37%. #457D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 125 + 91 = 285 (100%)
R 69 of 285 ~ 24.21%
G 125 of 285 ~ 43.86%
B 91 of 285 ~ 31.93%

%24.21
%43.86
%31.93

CMYK color model

#457D5B color CMYK value is (45,0,27,51).

  • cyan value is 44.80%
  • magenta value is 0.00%
  • yellow value is 27.20%
  • key color value is 50.98%
CMYK:
(45,0,27,51)
C45M0Y27K51 
(45%,0%,27%,51%)
(0.45/0.00/0.27/0.51)	

CMYK percentages

%44.8
%0
%27.2
%50.98

Codes

Color #457D5B in popluar color models

457D5B
RGB6912591
HSL144°28.87%38.04%
HSB/HSV144°44.80%49.02%
CMYK44.80%0.00%27.20%
50.98%

Color #457D5B in popluar number systems.

HEX457D5B
Decimal6912591
Binary100010111111011011011
Octal105175133

Shades and tints

Shades of #457D5B

#457D5B
(69,125,91)
#3F7253
(63,114,83)
#39674B
(57,103,75)
#335C43
(51,92,67)
#2D513B
(45,81,59)
#274633
(39,70,51)
#213B2B
(33,59,43)
#1B3023
(27,48,35)
#15251B
(21,37,27)
#0F1A13
(15,26,19)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #457D5B

#457D5B
(69,125,91)
#558869
(85,136,105)
#659377
(101,147,119)
#759E85
(117,158,133)
#85A993
(133,169,147)
#95B4A1
(149,180,161)
#A5BFAF
(165,191,175)
#B5CABD
(181,202,189)
#C5D5CB
(197,213,203)
#D5E0D9
(213,224,217)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457D5B; }

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

This text font color is #457D5B.


Background Color

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

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

This div background color is #457D5B.


Border color

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

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

This div border color is #457D5B.


Opacity

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

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

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

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

This text has shadow with #457D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457D5B on black background.


Color preview on white background

This text has color #457D5B on white background.



Black color preview on #457D5B background

This text has black color on #457D5B background.


White color preview on #457D5B background

This text has white color on #457D5B background.