COLOR #608840

HEX: #608840
RGB: (96,136,64)

Color info

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

RGB color model

#608840 color RGB value is (96,136,64).

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

RGB channels and saturation

R 96 of 255 = 38%
G 136 of 255 = 53%
B 64 of 255 = 25%

96
136
64

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

Portions of RGB colors in percentages

R + G + B =
96 + 136 + 64 = 296 (100%)
R 96 of 296 ~ 32.43%
G 136 of 296 ~ 45.95%
B 64 of 296 ~ 21.62%

%32.43
%45.95
%21.62

CMYK color model

#608840 color CMYK value is (29,0,53,47).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 46.67%
CMYK:
(29,0,53,47)
C29M0Y53K47 
(29%,0%,53%,47%)
(0.29/0.00/0.53/0.47)	

CMYK percentages

%29.41
%0
%52.94
%46.67

Codes

Color #608840 in popluar color models

608840
RGB9613664
HSL93°36.00%39.22%
HSB/HSV93°52.94%53.33%
CMYK29.41%0.00%52.94%
46.67%

Color #608840 in popluar number systems.

HEX608840
Decimal9613664
Binary1100000100010001000000
Octal140210100

Shades and tints

Shades of #608840

#608840
(96,136,64)
#587C3B
(88,124,59)
#507036
(80,112,54)
#486431
(72,100,49)
#40582C
(64,88,44)
#384C27
(56,76,39)
#304022
(48,64,34)
#28341D
(40,52,29)
#202818
(32,40,24)
#181C13
(24,28,19)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #608840

#608840
(96,136,64)
#6E9251
(110,146,81)
#7C9C62
(124,156,98)
#8AA673
(138,166,115)
#98B084
(152,176,132)
#A6BA95
(166,186,149)
#B4C4A6
(180,196,166)
#C2CEB7
(194,206,183)
#D0D8C8
(208,216,200)
#DEE2D9
(222,226,217)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608840; }

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

This text font color is #608840.


Background Color

.myBgColor { background-color: #608840; }

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

This div background color is #608840.


Border color

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

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

This div border color is #608840.


Opacity

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

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

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

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

This text has shadow with #608840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608840 on black background.


Color preview on white background

This text has color #608840 on white background.



Black color preview on #608840 background

This text has black color on #608840 background.


White color preview on #608840 background

This text has white color on #608840 background.