COLOR #457672

HEX: #457672
RGB: (69,118,114)

Color info

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

RGB color model

#457672 color RGB value is (69,118,114).

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

RGB channels and saturation

R 69 of 255 = 27%
G 118 of 255 = 46%
B 114 of 255 = 45%

69
118
114

R + G + B ~ 39%. #457672 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 118 + 114 = 301 (100%)
R 69 of 301 ~ 22.92%
G 118 of 301 ~ 39.2%
B 114 of 301 ~ 37.87%

%22.92
%39.2
%37.87

CMYK color model

#457672 color CMYK value is (42,0,3,54).

  • cyan value is 41.53%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 53.73%
CMYK:
(42,0,3,54)
C42M0Y3K54 
(42%,0%,3%,54%)
(0.42/0.00/0.03/0.54)	

CMYK percentages

%41.53
%0
%3.39
%53.73

Codes

Color #457672 in popluar color models

457672
RGB69118114
HSL175°26.20%36.67%
HSB/HSV175°41.53%46.27%
CMYK41.53%0.00%3.39%
53.73%

Color #457672 in popluar number systems.

HEX457672
Decimal69118114
Binary100010111101101110010
Octal105166162

Shades and tints

Shades of #457672

#457672
(69,118,114)
#3F6C68
(63,108,104)
#39625E
(57,98,94)
#335854
(51,88,84)
#2D4E4A
(45,78,74)
#274440
(39,68,64)
#213A36
(33,58,54)
#1B302C
(27,48,44)
#152622
(21,38,34)
#0F1C18
(15,28,24)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #457672

#457672
(69,118,114)
#55827E
(85,130,126)
#658E8A
(101,142,138)
#759A96
(117,154,150)
#85A6A2
(133,166,162)
#95B2AE
(149,178,174)
#A5BEBA
(165,190,186)
#B5CAC6
(181,202,198)
#C5D6D2
(197,214,210)
#D5E2DE
(213,226,222)
#E5EEEA
(229,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457672; }

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

This text font color is #457672.


Background Color

.myBgColor { background-color: #457672; }

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

This div background color is #457672.


Border color

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

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

This div border color is #457672.


Opacity

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

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

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

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

This text has shadow with #457672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457672 on black background.


Color preview on white background

This text has color #457672 on white background.



Black color preview on #457672 background

This text has black color on #457672 background.


White color preview on #457672 background

This text has white color on #457672 background.