COLOR #459599

HEX: #459599
RGB: (69,149,153)

Color info

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

RGB color model

#459599 color RGB value is (69,149,153).

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

RGB channels and saturation

R 69 of 255 = 27%
G 149 of 255 = 58%
B 153 of 255 = 60%

69
149
153

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

Portions of RGB colors in percentages

R + G + B =
69 + 149 + 153 = 371 (100%)
R 69 of 371 ~ 18.6%
G 149 of 371 ~ 40.16%
B 153 of 371 ~ 41.24%

%18.6
%40.16
%41.24

CMYK color model

#459599 color CMYK value is (55,3,0,40).

  • cyan value is 54.90%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(55,3,0,40)
C55M3Y0K40 
(55%,3%,0%,40%)
(0.55/0.03/0.00/0.40)	

CMYK percentages

%54.9
%2.61
%0
%40

Codes

Color #459599 in popluar color models

459599
RGB69149153
HSL183°37.84%43.53%
HSB/HSV183°54.90%60.00%
CMYK54.90%2.61%0.00%
40.00%

Color #459599 in popluar number systems.

HEX459599
Decimal69149153
Binary10001011001010110011001
Octal105225231

Shades and tints

Shades of #459599

#459599
(69,149,153)
#3F888C
(63,136,140)
#397B7F
(57,123,127)
#336E72
(51,110,114)
#2D6165
(45,97,101)
#275458
(39,84,88)
#21474B
(33,71,75)
#1B3A3E
(27,58,62)
#152D31
(21,45,49)
#0F2024
(15,32,36)
#091317
(9,19,23)
#000000
(0,0,0)

Tints of #459599

#459599
(69,149,153)
#559EA2
(85,158,162)
#65A7AB
(101,167,171)
#75B0B4
(117,176,180)
#85B9BD
(133,185,189)
#95C2C6
(149,194,198)
#A5CBCF
(165,203,207)
#B5D4D8
(181,212,216)
#C5DDE1
(197,221,225)
#D5E6EA
(213,230,234)
#E5EFF3
(229,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #459599; }

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

This text font color is #459599.


Background Color

.myBgColor { background-color: #459599; }

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

This div background color is #459599.


Border color

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

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

This div border color is #459599.


Opacity

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

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

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

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

This text has shadow with #459599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #459599 on black background.


Color preview on white background

This text has color #459599 on white background.



Black color preview on #459599 background

This text has black color on #459599 background.


White color preview on #459599 background

This text has white color on #459599 background.