COLOR #457971

HEX: #457971
RGB: (69,121,113)

Color info

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

RGB color model

#457971 color RGB value is (69,121,113).

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

RGB channels and saturation

R 69 of 255 = 27%
G 121 of 255 = 47%
B 113 of 255 = 44%

69
121
113

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

Portions of RGB colors in percentages

R + G + B =
69 + 121 + 113 = 303 (100%)
R 69 of 303 ~ 22.77%
G 121 of 303 ~ 39.93%
B 113 of 303 ~ 37.29%

%22.77
%39.93
%37.29

CMYK color model

#457971 color CMYK value is (43,0,7,53).

  • cyan value is 42.98%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 52.55%
CMYK:
(43,0,7,53)
C43M0Y7K53 
(43%,0%,7%,53%)
(0.43/0.00/0.07/0.53)	

CMYK percentages

%42.98
%0
%6.61
%52.55

Codes

Color #457971 in popluar color models

457971
RGB69121113
HSL171°27.37%37.25%
HSB/HSV171°42.98%47.45%
CMYK42.98%0.00%6.61%
52.55%

Color #457971 in popluar number systems.

HEX457971
Decimal69121113
Binary100010111110011110001
Octal105171161

Shades and tints

Shades of #457971

#457971
(69,121,113)
#3F6E67
(63,110,103)
#39635D
(57,99,93)
#335853
(51,88,83)
#2D4D49
(45,77,73)
#27423F
(39,66,63)
#213735
(33,55,53)
#1B2C2B
(27,44,43)
#152121
(21,33,33)
#0F1617
(15,22,23)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #457971

#457971
(69,121,113)
#55857D
(85,133,125)
#659189
(101,145,137)
#759D95
(117,157,149)
#85A9A1
(133,169,161)
#95B5AD
(149,181,173)
#A5C1B9
(165,193,185)
#B5CDC5
(181,205,197)
#C5D9D1
(197,217,209)
#D5E5DD
(213,229,221)
#E5F1E9
(229,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457971; }

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

This text font color is #457971.


Background Color

.myBgColor { background-color: #457971; }

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

This div background color is #457971.


Border color

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

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

This div border color is #457971.


Opacity

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

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

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

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

This text has shadow with #457971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457971 on black background.


Color preview on white background

This text has color #457971 on white background.



Black color preview on #457971 background

This text has black color on #457971 background.


White color preview on #457971 background

This text has white color on #457971 background.