COLOR #609395

HEX: #609395
RGB: (96,147,149)

Color info

#609395 contains red, green and blue colors in about the same proportion. Web safe color of #609395 is #669999 (or #699).

RGB color model

#609395 color RGB value is (96,147,149).

  • red value is 96;
  • green value is 147;
  • blue value is 149.
RGB:
(96,147,149)
(38%,58%,58%)

RGB channels and saturation

R 96 of 255 = 38%
G 147 of 255 = 58%
B 149 of 255 = 58%

96
147
149

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

Portions of RGB colors in percentages

R + G + B =
96 + 147 + 149 = 392 (100%)
R 96 of 392 ~ 24.49%
G 147 of 392 ~ 37.5%
B 149 of 392 ~ 38.01%

%24.49
%37.5
%38.01

CMYK color model

#609395 color CMYK value is (36,1,0,42).

  • cyan value is 35.57%
  • magenta value is 1.34%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(36,1,0,42)
C36M1Y0K42 
(36%,1%,0%,42%)
(0.36/0.01/0.00/0.42)	

CMYK percentages

%35.57
%1.34
%0
%41.57

Codes

Color #609395 in popluar color models

609395
RGB96147149
HSL182°21.63%48.04%
HSB/HSV182°35.57%58.43%
CMYK35.57%1.34%0.00%
41.57%

Color #609395 in popluar number systems.

HEX609395
Decimal96147149
Binary11000001001001110010101
Octal140223225

Shades and tints

Shades of #609395

#609395
(96,147,149)
#588688
(88,134,136)
#50797B
(80,121,123)
#486C6E
(72,108,110)
#405F61
(64,95,97)
#385254
(56,82,84)
#304547
(48,69,71)
#28383A
(40,56,58)
#202B2D
(32,43,45)
#181E20
(24,30,32)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #609395

#609395
(96,147,149)
#6E9C9E
(110,156,158)
#7CA5A7
(124,165,167)
#8AAEB0
(138,174,176)
#98B7B9
(152,183,185)
#A6C0C2
(166,192,194)
#B4C9CB
(180,201,203)
#C2D2D4
(194,210,212)
#D0DBDD
(208,219,221)
#DEE4E6
(222,228,230)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #609395; }

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

This text font color is #609395.


Background Color

.myBgColor { background-color: #609395; }

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

This div background color is #609395.


Border color

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

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

This div border color is #609395.


Opacity

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

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

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

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

This text has shadow with #609395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609395 on black background.


Color preview on white background

This text has color #609395 on white background.



Black color preview on #609395 background

This text has black color on #609395 background.


White color preview on #609395 background

This text has white color on #609395 background.