COLOR #457876

HEX: #457876
RGB: (69,120,118)

Color info

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

RGB color model

#457876 color RGB value is (69,120,118).

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

RGB channels and saturation

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

69
120
118

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

Portions of RGB colors in percentages

R + G + B =
69 + 120 + 118 = 307 (100%)
R 69 of 307 ~ 22.48%
G 120 of 307 ~ 39.09%
B 118 of 307 ~ 38.44%

%22.48
%39.09
%38.44

CMYK color model

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

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

CMYK percentages

%42.5
%0
%1.67
%52.94

Codes

Color #457876 in popluar color models

457876
RGB69120118
HSL178°26.98%37.06%
HSB/HSV178°42.50%47.06%
CMYK42.50%0.00%1.67%
52.94%

Color #457876 in popluar number systems.

HEX457876
Decimal69120118
Binary100010111110001110110
Octal105170166

Shades and tints

Shades of #457876

#457876
(69,120,118)
#3F6E6C
(63,110,108)
#396462
(57,100,98)
#335A58
(51,90,88)
#2D504E
(45,80,78)
#274644
(39,70,68)
#213C3A
(33,60,58)
#1B3230
(27,50,48)
#152826
(21,40,38)
#0F1E1C
(15,30,28)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #457876

#457876
(69,120,118)
#558482
(85,132,130)
#65908E
(101,144,142)
#759C9A
(117,156,154)
#85A8A6
(133,168,166)
#95B4B2
(149,180,178)
#A5C0BE
(165,192,190)
#B5CCCA
(181,204,202)
#C5D8D6
(197,216,214)
#D5E4E2
(213,228,226)
#E5F0EE
(229,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457876; }

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

This text font color is #457876.


Background Color

.myBgColor { background-color: #457876; }

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

This div background color is #457876.


Border color

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

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

This div border color is #457876.


Opacity

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

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

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

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

This text has shadow with #457876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457876 on black background.


Color preview on white background

This text has color #457876 on white background.



Black color preview on #457876 background

This text has black color on #457876 background.


White color preview on #457876 background

This text has white color on #457876 background.