COLOR #459595

HEX: #459595
RGB: (69,149,149)

Color info

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

RGB color model

#459595 color RGB value is (69,149,149).

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

RGB channels and saturation

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

69
149
149

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

Portions of RGB colors in percentages

R + G + B =
69 + 149 + 149 = 367 (100%)
R 69 of 367 ~ 18.8%
G 149 of 367 ~ 40.6%
B 149 of 367 ~ 40.6%

%18.8
%40.6
%40.6

CMYK color model

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

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

CMYK percentages

%53.69
%0
%0
%41.57

Codes

Color #459595 in popluar color models

459595
RGB69149149
HSL180°36.70%42.75%
HSB/HSV180°53.69%58.43%
CMYK53.69%0.00%0.00%
41.57%

Color #459595 in popluar number systems.

HEX459595
Decimal69149149
Binary10001011001010110010101
Octal105225225

Shades and tints

Shades of #459595

#459595
(69,149,149)
#3F8888
(63,136,136)
#397B7B
(57,123,123)
#336E6E
(51,110,110)
#2D6161
(45,97,97)
#275454
(39,84,84)
#214747
(33,71,71)
#1B3A3A
(27,58,58)
#152D2D
(21,45,45)
#0F2020
(15,32,32)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #459595

#459595
(69,149,149)
#559E9E
(85,158,158)
#65A7A7
(101,167,167)
#75B0B0
(117,176,176)
#85B9B9
(133,185,185)
#95C2C2
(149,194,194)
#A5CBCB
(165,203,203)
#B5D4D4
(181,212,212)
#C5DDDD
(197,221,221)
#D5E6E6
(213,230,230)
#E5EFEF
(229,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #459595; }

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

This text font color is #459595.


Background Color

.myBgColor { background-color: #459595; }

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

This div background color is #459595.


Border color

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

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

This div border color is #459595.


Opacity

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

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

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

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

This text has shadow with #459595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #459595 on black background.


Color preview on white background

This text has color #459595 on white background.



Black color preview on #459595 background

This text has black color on #459595 background.


White color preview on #459595 background

This text has white color on #459595 background.