COLOR #458995

HEX: #458995
RGB: (69,137,149)

Color info

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

RGB color model

#458995 color RGB value is (69,137,149).

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

RGB channels and saturation

R 69 of 255 = 27%
G 137 of 255 = 54%
B 149 of 255 = 58%

69
137
149

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

Portions of RGB colors in percentages

R + G + B =
69 + 137 + 149 = 355 (100%)
R 69 of 355 ~ 19.44%
G 137 of 355 ~ 38.59%
B 149 of 355 ~ 41.97%

%19.44
%38.59
%41.97

CMYK color model

#458995 color CMYK value is (54,8,0,42).

  • cyan value is 53.69%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(54,8,0,42)
C54M8Y0K42 
(54%,8%,0%,42%)
(0.54/0.08/0.00/0.42)	

CMYK percentages

%53.69
%8.05
%0
%41.57

Codes

Color #458995 in popluar color models

458995
RGB69137149
HSL189°36.70%42.75%
HSB/HSV189°53.69%58.43%
CMYK53.69%8.05%0.00%
41.57%

Color #458995 in popluar number systems.

HEX458995
Decimal69137149
Binary10001011000100110010101
Octal105211225

Shades and tints

Shades of #458995

#458995
(69,137,149)
#3F7D88
(63,125,136)
#39717B
(57,113,123)
#33656E
(51,101,110)
#2D5961
(45,89,97)
#274D54
(39,77,84)
#214147
(33,65,71)
#1B353A
(27,53,58)
#15292D
(21,41,45)
#0F1D20
(15,29,32)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #458995

#458995
(69,137,149)
#55939E
(85,147,158)
#659DA7
(101,157,167)
#75A7B0
(117,167,176)
#85B1B9
(133,177,185)
#95BBC2
(149,187,194)
#A5C5CB
(165,197,203)
#B5CFD4
(181,207,212)
#C5D9DD
(197,217,221)
#D5E3E6
(213,227,230)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #458995; }

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

This text font color is #458995.


Background Color

.myBgColor { background-color: #458995; }

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

This div background color is #458995.


Border color

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

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

This div border color is #458995.


Opacity

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

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

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

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

This text has shadow with #458995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #458995 on black background.


Color preview on white background

This text has color #458995 on white background.



Black color preview on #458995 background

This text has black color on #458995 background.


White color preview on #458995 background

This text has white color on #458995 background.