COLOR #459590

HEX: #459590
RGB: (69,149,144)

Color info

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

RGB color model

#459590 color RGB value is (69,149,144).

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

RGB channels and saturation

R 69 of 255 = 27%
G 149 of 255 = 58%
B 144 of 255 = 56%

69
149
144

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

Portions of RGB colors in percentages

R + G + B =
69 + 149 + 144 = 362 (100%)
R 69 of 362 ~ 19.06%
G 149 of 362 ~ 41.16%
B 144 of 362 ~ 39.78%

%19.06
%41.16
%39.78

CMYK color model

#459590 color CMYK value is (54,0,3,42).

  • cyan value is 53.69%
  • magenta value is 0.00%
  • yellow value is 3.36%
  • key color value is 41.57%
CMYK:
(54,0,3,42)
C54M0Y3K42 
(54%,0%,3%,42%)
(0.54/0.00/0.03/0.42)	

CMYK percentages

%53.69
%0
%3.36
%41.57

Codes

Color #459590 in popluar color models

459590
RGB69149144
HSL176°36.70%42.75%
HSB/HSV176°53.69%58.43%
CMYK53.69%0.00%3.36%
41.57%

Color #459590 in popluar number systems.

HEX459590
Decimal69149144
Binary10001011001010110010000
Octal105225220

Shades and tints

Shades of #459590

#459590
(69,149,144)
#3F8883
(63,136,131)
#397B76
(57,123,118)
#336E69
(51,110,105)
#2D615C
(45,97,92)
#27544F
(39,84,79)
#214742
(33,71,66)
#1B3A35
(27,58,53)
#152D28
(21,45,40)
#0F201B
(15,32,27)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #459590

#459590
(69,149,144)
#559E9A
(85,158,154)
#65A7A4
(101,167,164)
#75B0AE
(117,176,174)
#85B9B8
(133,185,184)
#95C2C2
(149,194,194)
#A5CBCC
(165,203,204)
#B5D4D6
(181,212,214)
#C5DDE0
(197,221,224)
#D5E6EA
(213,230,234)
#E5EFF4
(229,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #459590; }

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

This text font color is #459590.


Background Color

.myBgColor { background-color: #459590; }

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

This div background color is #459590.


Border color

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

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

This div border color is #459590.


Opacity

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

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

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

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

This text has shadow with #459590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #459590 on black background.


Color preview on white background

This text has color #459590 on white background.



Black color preview on #459590 background

This text has black color on #459590 background.


White color preview on #459590 background

This text has white color on #459590 background.