COLOR #458988

HEX: #458988
RGB: (69,137,136)

Color info

#458988 contains mainly green and blue colors. Web safe color of #458988 is #339999 (or #399).

RGB color model

#458988 color RGB value is (69,137,136).

  • red value is 69;
  • green value is 137;
  • blue value is 136.
RGB:
(69,137,136)
(27%,54%,53%)

RGB channels and saturation

R 69 of 255 = 27%
G 137 of 255 = 54%
B 136 of 255 = 53%

69
137
136

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

Portions of RGB colors in percentages

R + G + B =
69 + 137 + 136 = 342 (100%)
R 69 of 342 ~ 20.18%
G 137 of 342 ~ 40.06%
B 136 of 342 ~ 39.77%

%20.18
%40.06
%39.77

CMYK color model

#458988 color CMYK value is (50,0,1,46).

  • cyan value is 49.64%
  • magenta value is 0.00%
  • yellow value is 0.73%
  • key color value is 46.27%
CMYK:
(50,0,1,46)
C50M0Y1K46 
(50%,0%,1%,46%)
(0.50/0.00/0.01/0.46)	

CMYK percentages

%49.64
%0
%0.73
%46.27

Codes

Color #458988 in popluar color models

458988
RGB69137136
HSL179°33.01%40.39%
HSB/HSV179°49.64%53.73%
CMYK49.64%0.00%0.73%
46.27%

Color #458988 in popluar number systems.

HEX458988
Decimal69137136
Binary10001011000100110001000
Octal105211210

Shades and tints

Shades of #458988

#458988
(69,137,136)
#3F7D7C
(63,125,124)
#397170
(57,113,112)
#336564
(51,101,100)
#2D5958
(45,89,88)
#274D4C
(39,77,76)
#214140
(33,65,64)
#1B3534
(27,53,52)
#152928
(21,41,40)
#0F1D1C
(15,29,28)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #458988

#458988
(69,137,136)
#559392
(85,147,146)
#659D9C
(101,157,156)
#75A7A6
(117,167,166)
#85B1B0
(133,177,176)
#95BBBA
(149,187,186)
#A5C5C4
(165,197,196)
#B5CFCE
(181,207,206)
#C5D9D8
(197,217,216)
#D5E3E2
(213,227,226)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #458988 color. Also use rgb(69,137,136) instead hex code.

Text Font Color

.myTextColor { color: #458988; }

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

This text font color is #458988.


Background Color

.myBgColor { background-color: #458988; }

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

This div background color is #458988.


Border color

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

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

This div border color is #458988.


Opacity

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

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

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

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

This text has shadow with #458988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #458988 on black background.


Color preview on white background

This text has color #458988 on white background.



Black color preview on #458988 background

This text has black color on #458988 background.


White color preview on #458988 background

This text has white color on #458988 background.