COLOR #458471

HEX: #458471
RGB: (69,132,113)

Color info

#458471 contains mainly green and blue colors. Web safe color of #458471 is #339966 (or #396).

RGB color model

#458471 color RGB value is (69,132,113).

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

RGB channels and saturation

R 69 of 255 = 27%
G 132 of 255 = 52%
B 113 of 255 = 44%

69
132
113

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

Portions of RGB colors in percentages

R + G + B =
69 + 132 + 113 = 314 (100%)
R 69 of 314 ~ 21.97%
G 132 of 314 ~ 42.04%
B 113 of 314 ~ 35.99%

%21.97
%42.04
%35.99

CMYK color model

#458471 color CMYK value is (48,0,14,48).

  • cyan value is 47.73%
  • magenta value is 0.00%
  • yellow value is 14.39%
  • key color value is 48.24%
CMYK:
(48,0,14,48)
C48M0Y14K48 
(48%,0%,14%,48%)
(0.48/0.00/0.14/0.48)	

CMYK percentages

%47.73
%0
%14.39
%48.24

Codes

Color #458471 in popluar color models

458471
RGB69132113
HSL162°31.34%39.41%
HSB/HSV162°47.73%51.76%
CMYK47.73%0.00%14.39%
48.24%

Color #458471 in popluar number systems.

HEX458471
Decimal69132113
Binary1000101100001001110001
Octal105204161

Shades and tints

Shades of #458471

#458471
(69,132,113)
#3F7867
(63,120,103)
#396C5D
(57,108,93)
#336053
(51,96,83)
#2D5449
(45,84,73)
#27483F
(39,72,63)
#213C35
(33,60,53)
#1B302B
(27,48,43)
#152421
(21,36,33)
#0F1817
(15,24,23)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #458471

#458471
(69,132,113)
#558F7D
(85,143,125)
#659A89
(101,154,137)
#75A595
(117,165,149)
#85B0A1
(133,176,161)
#95BBAD
(149,187,173)
#A5C6B9
(165,198,185)
#B5D1C5
(181,209,197)
#C5DCD1
(197,220,209)
#D5E7DD
(213,231,221)
#E5F2E9
(229,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #458471; }

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

This text font color is #458471.


Background Color

.myBgColor { background-color: #458471; }

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

This div background color is #458471.


Border color

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

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

This div border color is #458471.


Opacity

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

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

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

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

This text has shadow with #458471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #458471 on black background.


Color preview on white background

This text has color #458471 on white background.



Black color preview on #458471 background

This text has black color on #458471 background.


White color preview on #458471 background

This text has white color on #458471 background.