COLOR #609848

HEX: #609848
RGB: (96,152,72)

Color info

#609848 contains mainly red and green colors. Web safe color of #609848 is #669933 (or #693).

RGB color model

#609848 color RGB value is (96,152,72).

  • red value is 96;
  • green value is 152;
  • blue value is 72.
RGB:
(96,152,72)
(38%,60%,28%)

RGB channels and saturation

R 96 of 255 = 38%
G 152 of 255 = 60%
B 72 of 255 = 28%

96
152
72

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

Portions of RGB colors in percentages

R + G + B =
96 + 152 + 72 = 320 (100%)
R 96 of 320 ~ 30%
G 152 of 320 ~ 47.5%
B 72 of 320 ~ 22.5%

%30
%47.5
%22.5

CMYK color model

#609848 color CMYK value is (37,0,53,40).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 40.39%
CMYK:
(37,0,53,40)
C37M0Y53K40 
(37%,0%,53%,40%)
(0.37/0.00/0.53/0.40)	

CMYK percentages

%36.84
%0
%52.63
%40.39

Codes

Color #609848 in popluar color models

609848
RGB9615272
HSL102°35.71%43.92%
HSB/HSV102°52.63%59.61%
CMYK36.84%0.00%52.63%
40.39%

Color #609848 in popluar number systems.

HEX609848
Decimal9615272
Binary1100000100110001001000
Octal140230110

Shades and tints

Shades of #609848

#609848
(96,152,72)
#588B42
(88,139,66)
#507E3C
(80,126,60)
#487136
(72,113,54)
#406430
(64,100,48)
#38572A
(56,87,42)
#304A24
(48,74,36)
#283D1E
(40,61,30)
#203018
(32,48,24)
#182312
(24,35,18)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #609848

#609848
(96,152,72)
#6EA158
(110,161,88)
#7CAA68
(124,170,104)
#8AB378
(138,179,120)
#98BC88
(152,188,136)
#A6C598
(166,197,152)
#B4CEA8
(180,206,168)
#C2D7B8
(194,215,184)
#D0E0C8
(208,224,200)
#DEE9D8
(222,233,216)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609848 color. Also use rgb(96,152,72) instead hex code.

Text Font Color

.myTextColor { color: #609848; }

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

This text font color is #609848.


Background Color

.myBgColor { background-color: #609848; }

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

This div background color is #609848.


Border color

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

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

This div border color is #609848.


Opacity

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

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

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

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

This text has shadow with #609848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609848 on black background.


Color preview on white background

This text has color #609848 on white background.



Black color preview on #609848 background

This text has black color on #609848 background.


White color preview on #609848 background

This text has white color on #609848 background.