COLOR #609468

HEX: #609468
RGB: (96,148,104)

Color info

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

RGB color model

#609468 color RGB value is (96,148,104).

  • red value is 96;
  • green value is 148;
  • blue value is 104.
RGB:
(96,148,104)
(38%,58%,41%)

RGB channels and saturation

R 96 of 255 = 38%
G 148 of 255 = 58%
B 104 of 255 = 41%

96
148
104

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

Portions of RGB colors in percentages

R + G + B =
96 + 148 + 104 = 348 (100%)
R 96 of 348 ~ 27.59%
G 148 of 348 ~ 42.53%
B 104 of 348 ~ 29.89%

%27.59
%42.53
%29.89

CMYK color model

#609468 color CMYK value is (35,0,30,42).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 41.96%
CMYK:
(35,0,30,42)
C35M0Y30K42 
(35%,0%,30%,42%)
(0.35/0.00/0.30/0.42)	

CMYK percentages

%35.14
%0
%29.73
%41.96

Codes

Color #609468 in popluar color models

609468
RGB96148104
HSL129°21.31%47.84%
HSB/HSV129°35.14%58.04%
CMYK35.14%0.00%29.73%
41.96%

Color #609468 in popluar number systems.

HEX609468
Decimal96148104
Binary1100000100101001101000
Octal140224150

Shades and tints

Shades of #609468

#609468
(96,148,104)
#58875F
(88,135,95)
#507A56
(80,122,86)
#486D4D
(72,109,77)
#406044
(64,96,68)
#38533B
(56,83,59)
#304632
(48,70,50)
#283929
(40,57,41)
#202C20
(32,44,32)
#181F17
(24,31,23)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #609468

#609468
(96,148,104)
#6E9D75
(110,157,117)
#7CA682
(124,166,130)
#8AAF8F
(138,175,143)
#98B89C
(152,184,156)
#A6C1A9
(166,193,169)
#B4CAB6
(180,202,182)
#C2D3C3
(194,211,195)
#D0DCD0
(208,220,208)
#DEE5DD
(222,229,221)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609468 color. Also use rgb(96,148,104) instead hex code.

Text Font Color

.myTextColor { color: #609468; }

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

This text font color is #609468.


Background Color

.myBgColor { background-color: #609468; }

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

This div background color is #609468.


Border color

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

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

This div border color is #609468.


Opacity

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

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

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

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

This text has shadow with #609468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609468 on black background.


Color preview on white background

This text has color #609468 on white background.



Black color preview on #609468 background

This text has black color on #609468 background.


White color preview on #609468 background

This text has white color on #609468 background.