COLOR #457B82

HEX: #457B82
RGB: (69,123,130)

Color info

#457B82 contains mainly green and blue colors. Web safe color of #457B82 is #336699 (or #369).

RGB color model

#457B82 color RGB value is (69,123,130).

  • red value is 69;
  • green value is 123;
  • blue value is 130.
RGB:
(69,123,130)
(27%,48%,51%)

RGB channels and saturation

R 69 of 255 = 27%
G 123 of 255 = 48%
B 130 of 255 = 51%

69
123
130

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

Portions of RGB colors in percentages

R + G + B =
69 + 123 + 130 = 322 (100%)
R 69 of 322 ~ 21.43%
G 123 of 322 ~ 38.2%
B 130 of 322 ~ 40.37%

%21.43
%38.2
%40.37

CMYK color model

#457B82 color CMYK value is (47,5,0,49).

  • cyan value is 46.92%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(47,5,0,49)
C47M5Y0K49 
(47%,5%,0%,49%)
(0.47/0.05/0.00/0.49)	

CMYK percentages

%46.92
%5.38
%0
%49.02

Codes

Color #457B82 in popluar color models

457B82
RGB69123130
HSL187°30.65%39.02%
HSB/HSV187°46.92%50.98%
CMYK46.92%5.38%0.00%
49.02%

Color #457B82 in popluar number systems.

HEX457B82
Decimal69123130
Binary1000101111101110000010
Octal105173202

Shades and tints

Shades of #457B82

#457B82
(69,123,130)
#3F7077
(63,112,119)
#39656C
(57,101,108)
#335A61
(51,90,97)
#2D4F56
(45,79,86)
#27444B
(39,68,75)
#213940
(33,57,64)
#1B2E35
(27,46,53)
#15232A
(21,35,42)
#0F181F
(15,24,31)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #457B82

#457B82
(69,123,130)
#55878D
(85,135,141)
#659398
(101,147,152)
#759FA3
(117,159,163)
#85ABAE
(133,171,174)
#95B7B9
(149,183,185)
#A5C3C4
(165,195,196)
#B5CFCF
(181,207,207)
#C5DBDA
(197,219,218)
#D5E7E5
(213,231,229)
#E5F3F0
(229,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457B82 color. Also use rgb(69,123,130) instead hex code.

Text Font Color

.myTextColor { color: #457B82; }

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

This text font color is #457B82.


Background Color

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

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

This div background color is #457B82.


Border color

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

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

This div border color is #457B82.


Opacity

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

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

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

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

This text has shadow with #457B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457B82 on black background.


Color preview on white background

This text has color #457B82 on white background.



Black color preview on #457B82 background

This text has black color on #457B82 background.


White color preview on #457B82 background

This text has white color on #457B82 background.