COLOR #608844

HEX: #608844
RGB: (96,136,68)

Color info

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

RGB color model

#608844 color RGB value is (96,136,68).

  • red value is 96;
  • green value is 136;
  • blue value is 68.
RGB:
(96,136,68)
(38%,53%,27%)

RGB channels and saturation

R 96 of 255 = 38%
G 136 of 255 = 53%
B 68 of 255 = 27%

96
136
68

R + G + B ~ 39%. #608844 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 136 + 68 = 300 (100%)
R 96 of 300 ~ 32%
G 136 of 300 ~ 45.33%
B 68 of 300 ~ 22.67%

%32
%45.33
%22.67

CMYK color model

#608844 color CMYK value is (29,0,50,47).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 46.67%
CMYK:
(29,0,50,47)
C29M0Y50K47 
(29%,0%,50%,47%)
(0.29/0.00/0.50/0.47)	

CMYK percentages

%29.41
%0
%50
%46.67

Codes

Color #608844 in popluar color models

608844
RGB9613668
HSL95°33.33%40.00%
HSB/HSV95°50.00%53.33%
CMYK29.41%0.00%50.00%
46.67%

Color #608844 in popluar number systems.

HEX608844
Decimal9613668
Binary1100000100010001000100
Octal140210104

Shades and tints

Shades of #608844

#608844
(96,136,68)
#587C3E
(88,124,62)
#507038
(80,112,56)
#486432
(72,100,50)
#40582C
(64,88,44)
#384C26
(56,76,38)
#304020
(48,64,32)
#28341A
(40,52,26)
#202814
(32,40,20)
#181C0E
(24,28,14)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #608844

#608844
(96,136,68)
#6E9255
(110,146,85)
#7C9C66
(124,156,102)
#8AA677
(138,166,119)
#98B088
(152,176,136)
#A6BA99
(166,186,153)
#B4C4AA
(180,196,170)
#C2CEBB
(194,206,187)
#D0D8CC
(208,216,204)
#DEE2DD
(222,226,221)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608844 color. Also use rgb(96,136,68) instead hex code.

Text Font Color

.myTextColor { color: #608844; }

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

This text font color is #608844.


Background Color

.myBgColor { background-color: #608844; }

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

This div background color is #608844.


Border color

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

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

This div border color is #608844.


Opacity

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

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

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

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

This text has shadow with #608844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608844 on black background.


Color preview on white background

This text has color #608844 on white background.



Black color preview on #608844 background

This text has black color on #608844 background.


White color preview on #608844 background

This text has white color on #608844 background.