COLOR #457679

HEX: #457679
RGB: (69,118,121)

Color info

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

RGB color model

#457679 color RGB value is (69,118,121).

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

RGB channels and saturation

R 69 of 255 = 27%
G 118 of 255 = 46%
B 121 of 255 = 47%

69
118
121

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

Portions of RGB colors in percentages

R + G + B =
69 + 118 + 121 = 308 (100%)
R 69 of 308 ~ 22.4%
G 118 of 308 ~ 38.31%
B 121 of 308 ~ 39.29%

%22.4
%38.31
%39.29

CMYK color model

#457679 color CMYK value is (43,2,0,53).

  • cyan value is 42.98%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(43,2,0,53)
C43M2Y0K53 
(43%,2%,0%,53%)
(0.43/0.02/0.00/0.53)	

CMYK percentages

%42.98
%2.48
%0
%52.55

Codes

Color #457679 in popluar color models

457679
RGB69118121
HSL183°27.37%37.25%
HSB/HSV183°42.98%47.45%
CMYK42.98%2.48%0.00%
52.55%

Color #457679 in popluar number systems.

HEX457679
Decimal69118121
Binary100010111101101111001
Octal105166171

Shades and tints

Shades of #457679

#457679
(69,118,121)
#3F6C6E
(63,108,110)
#396263
(57,98,99)
#335858
(51,88,88)
#2D4E4D
(45,78,77)
#274442
(39,68,66)
#213A37
(33,58,55)
#1B302C
(27,48,44)
#152621
(21,38,33)
#0F1C16
(15,28,22)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #457679

#457679
(69,118,121)
#558285
(85,130,133)
#658E91
(101,142,145)
#759A9D
(117,154,157)
#85A6A9
(133,166,169)
#95B2B5
(149,178,181)
#A5BEC1
(165,190,193)
#B5CACD
(181,202,205)
#C5D6D9
(197,214,217)
#D5E2E5
(213,226,229)
#E5EEF1
(229,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457679; }

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

This text font color is #457679.


Background Color

.myBgColor { background-color: #457679; }

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

This div background color is #457679.


Border color

.myBorderColor { border: 1px solid #457679; }

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

This div border color is #457679.


Opacity

.myOpacity80 { color: #457679; opacity: 0.8; }

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

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

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

This text has shadow with #457679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457679 on black background.


Color preview on white background

This text has color #457679 on white background.



Black color preview on #457679 background

This text has black color on #457679 background.


White color preview on #457679 background

This text has white color on #457679 background.