COLOR #457776

HEX: #457776
RGB: (69,119,118)

Color info

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

RGB color model

#457776 color RGB value is (69,119,118).

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

RGB channels and saturation

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

69
119
118

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

Portions of RGB colors in percentages

R + G + B =
69 + 119 + 118 = 306 (100%)
R 69 of 306 ~ 22.55%
G 119 of 306 ~ 38.89%
B 118 of 306 ~ 38.56%

%22.55
%38.89
%38.56

CMYK color model

#457776 color CMYK value is (42,0,1,53).

  • cyan value is 42.02%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 53.33%
CMYK:
(42,0,1,53)
C42M0Y1K53 
(42%,0%,1%,53%)
(0.42/0.00/0.01/0.53)	

CMYK percentages

%42.02
%0
%0.84
%53.33

Codes

Color #457776 in popluar color models

457776
RGB69119118
HSL179°26.60%36.86%
HSB/HSV179°42.02%46.67%
CMYK42.02%0.00%0.84%
53.33%

Color #457776 in popluar number systems.

HEX457776
Decimal69119118
Binary100010111101111110110
Octal105167166

Shades and tints

Shades of #457776

#457776
(69,119,118)
#3F6D6C
(63,109,108)
#396362
(57,99,98)
#335958
(51,89,88)
#2D4F4E
(45,79,78)
#274544
(39,69,68)
#213B3A
(33,59,58)
#1B3130
(27,49,48)
#152726
(21,39,38)
#0F1D1C
(15,29,28)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #457776

#457776
(69,119,118)
#558382
(85,131,130)
#658F8E
(101,143,142)
#759B9A
(117,155,154)
#85A7A6
(133,167,166)
#95B3B2
(149,179,178)
#A5BFBE
(165,191,190)
#B5CBCA
(181,203,202)
#C5D7D6
(197,215,214)
#D5E3E2
(213,227,226)
#E5EFEE
(229,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457776; }

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

This text font color is #457776.


Background Color

.myBgColor { background-color: #457776; }

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

This div background color is #457776.


Border color

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

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

This div border color is #457776.


Opacity

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

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

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

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

This text has shadow with #457776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457776 on black background.


Color preview on white background

This text has color #457776 on white background.



Black color preview on #457776 background

This text has black color on #457776 background.


White color preview on #457776 background

This text has white color on #457776 background.