COLOR #609064

HEX: #609064
RGB: (96,144,100)

Color info

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

RGB color model

#609064 color RGB value is (96,144,100).

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

RGB channels and saturation

R 96 of 255 = 38%
G 144 of 255 = 56%
B 100 of 255 = 39%

96
144
100

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

Portions of RGB colors in percentages

R + G + B =
96 + 144 + 100 = 340 (100%)
R 96 of 340 ~ 28.24%
G 144 of 340 ~ 42.35%
B 100 of 340 ~ 29.41%

%28.24
%42.35
%29.41

CMYK color model

#609064 color CMYK value is (33,0,31,44).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 43.53%
CMYK:
(33,0,31,44)
C33M0Y31K44 
(33%,0%,31%,44%)
(0.33/0.00/0.31/0.44)	

CMYK percentages

%33.33
%0
%30.56
%43.53

Codes

Color #609064 in popluar color models

609064
RGB96144100
HSL125°20.00%47.06%
HSB/HSV125°33.33%56.47%
CMYK33.33%0.00%30.56%
43.53%

Color #609064 in popluar number systems.

HEX609064
Decimal96144100
Binary1100000100100001100100
Octal140220144

Shades and tints

Shades of #609064

#609064
(96,144,100)
#58835B
(88,131,91)
#507652
(80,118,82)
#486949
(72,105,73)
#405C40
(64,92,64)
#384F37
(56,79,55)
#30422E
(48,66,46)
#283525
(40,53,37)
#20281C
(32,40,28)
#181B13
(24,27,19)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #609064

#609064
(96,144,100)
#6E9A72
(110,154,114)
#7CA480
(124,164,128)
#8AAE8E
(138,174,142)
#98B89C
(152,184,156)
#A6C2AA
(166,194,170)
#B4CCB8
(180,204,184)
#C2D6C6
(194,214,198)
#D0E0D4
(208,224,212)
#DEEAE2
(222,234,226)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #609064; }

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

This text font color is #609064.


Background Color

.myBgColor { background-color: #609064; }

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

This div background color is #609064.


Border color

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

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

This div border color is #609064.


Opacity

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

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

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

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

This text has shadow with #609064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609064 on black background.


Color preview on white background

This text has color #609064 on white background.



Black color preview on #609064 background

This text has black color on #609064 background.


White color preview on #609064 background

This text has white color on #609064 background.