COLOR #457976

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

69
121
118

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

Portions of RGB colors in percentages

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

%22.4
%39.29
%38.31

CMYK color model

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

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

CMYK percentages

%42.98
%0
%2.48
%52.55

Codes

Color #457976 in popluar color models

457976
RGB69121118
HSL177°27.37%37.25%
HSB/HSV177°42.98%47.45%
CMYK42.98%0.00%2.48%
52.55%

Color #457976 in popluar number systems.

HEX457976
Decimal69121118
Binary100010111110011110110
Octal105171166

Shades and tints

Shades of #457976

#457976
(69,121,118)
#3F6E6C
(63,110,108)
#396362
(57,99,98)
#335858
(51,88,88)
#2D4D4E
(45,77,78)
#274244
(39,66,68)
#21373A
(33,55,58)
#1B2C30
(27,44,48)
#152126
(21,33,38)
#0F161C
(15,22,28)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #457976

#457976
(69,121,118)
#558582
(85,133,130)
#65918E
(101,145,142)
#759D9A
(117,157,154)
#85A9A6
(133,169,166)
#95B5B2
(149,181,178)
#A5C1BE
(165,193,190)
#B5CDCA
(181,205,202)
#C5D9D6
(197,217,214)
#D5E5E2
(213,229,226)
#E5F1EE
(229,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457976; }

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

This text font color is #457976.


Background Color

.myBgColor { background-color: #457976; }

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

This div background color is #457976.


Border color

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

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

This div border color is #457976.


Opacity

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

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

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

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

This text has shadow with #457976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457976 on black background.


Color preview on white background

This text has color #457976 on white background.



Black color preview on #457976 background

This text has black color on #457976 background.


White color preview on #457976 background

This text has white color on #457976 background.