COLOR #459589

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

69
149
137

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

Portions of RGB colors in percentages

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

%19.44
%41.97
%38.59

CMYK color model

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

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

CMYK percentages

%53.69
%0
%8.05
%41.57

Codes

Color #459589 in popluar color models

459589
RGB69149137
HSL171°36.70%42.75%
HSB/HSV171°53.69%58.43%
CMYK53.69%0.00%8.05%
41.57%

Color #459589 in popluar number systems.

HEX459589
Decimal69149137
Binary10001011001010110001001
Octal105225211

Shades and tints

Shades of #459589

#459589
(69,149,137)
#3F887D
(63,136,125)
#397B71
(57,123,113)
#336E65
(51,110,101)
#2D6159
(45,97,89)
#27544D
(39,84,77)
#214741
(33,71,65)
#1B3A35
(27,58,53)
#152D29
(21,45,41)
#0F201D
(15,32,29)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #459589

#459589
(69,149,137)
#559E93
(85,158,147)
#65A79D
(101,167,157)
#75B0A7
(117,176,167)
#85B9B1
(133,185,177)
#95C2BB
(149,194,187)
#A5CBC5
(165,203,197)
#B5D4CF
(181,212,207)
#C5DDD9
(197,221,217)
#D5E6E3
(213,230,227)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #459589; }

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

This text font color is #459589.


Background Color

.myBgColor { background-color: #459589; }

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

This div background color is #459589.


Border color

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

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

This div border color is #459589.


Opacity

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

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

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

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

This text has shadow with #459589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #459589 on black background.


Color preview on white background

This text has color #459589 on white background.



Black color preview on #459589 background

This text has black color on #459589 background.


White color preview on #459589 background

This text has white color on #459589 background.