COLOR #609079

HEX: #609079
RGB: (96,144,121)

Color info

#609079 contains red, green and blue colors in about the same proportion. Web safe color of #609079 is #669966 (or #696).

RGB color model

#609079 color RGB value is (96,144,121).

  • red value is 96;
  • green value is 144;
  • blue value is 121.
RGB:
(96,144,121)
(38%,56%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 144 of 255 = 56%
B 121 of 255 = 47%

96
144
121

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

Portions of RGB colors in percentages

R + G + B =
96 + 144 + 121 = 361 (100%)
R 96 of 361 ~ 26.59%
G 144 of 361 ~ 39.89%
B 121 of 361 ~ 33.52%

%26.59
%39.89
%33.52

CMYK color model

#609079 color CMYK value is (33,0,16,44).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 43.53%
CMYK:
(33,0,16,44)
C33M0Y16K44 
(33%,0%,16%,44%)
(0.33/0.00/0.16/0.44)	

CMYK percentages

%33.33
%0
%15.97
%43.53

Codes

Color #609079 in popluar color models

609079
RGB96144121
HSL151°20.00%47.06%
HSB/HSV151°33.33%56.47%
CMYK33.33%0.00%15.97%
43.53%

Color #609079 in popluar number systems.

HEX609079
Decimal96144121
Binary1100000100100001111001
Octal140220171

Shades and tints

Shades of #609079

#609079
(96,144,121)
#58836E
(88,131,110)
#507663
(80,118,99)
#486958
(72,105,88)
#405C4D
(64,92,77)
#384F42
(56,79,66)
#304237
(48,66,55)
#28352C
(40,53,44)
#202821
(32,40,33)
#181B16
(24,27,22)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #609079

#609079
(96,144,121)
#6E9A85
(110,154,133)
#7CA491
(124,164,145)
#8AAE9D
(138,174,157)
#98B8A9
(152,184,169)
#A6C2B5
(166,194,181)
#B4CCC1
(180,204,193)
#C2D6CD
(194,214,205)
#D0E0D9
(208,224,217)
#DEEAE5
(222,234,229)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609079 color. Also use rgb(96,144,121) instead hex code.

Text Font Color

.myTextColor { color: #609079; }

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

This text font color is #609079.


Background Color

.myBgColor { background-color: #609079; }

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

This div background color is #609079.


Border color

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

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

This div border color is #609079.


Opacity

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

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

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

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

This text has shadow with #609079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609079 on black background.


Color preview on white background

This text has color #609079 on white background.



Black color preview on #609079 background

This text has black color on #609079 background.


White color preview on #609079 background

This text has white color on #609079 background.