COLOR #608825

HEX: #608825
RGB: (96,136,37)

Color info

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

RGB color model

#608825 color RGB value is (96,136,37).

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

RGB channels and saturation

R 96 of 255 = 38%
G 136 of 255 = 53%
B 37 of 255 = 15%

96
136
37

R + G + B ~ 35%. #608825 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 136 + 37 = 269 (100%)
R 96 of 269 ~ 35.69%
G 136 of 269 ~ 50.56%
B 37 of 269 ~ 13.75%

%35.69
%50.56
%13.75

CMYK color model

#608825 color CMYK value is (29,0,73,47).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 72.79%
  • key color value is 46.67%
CMYK:
(29,0,73,47)
C29M0Y73K47 
(29%,0%,73%,47%)
(0.29/0.00/0.73/0.47)	

CMYK percentages

%29.41
%0
%72.79
%46.67

Codes

Color #608825 in popluar color models

608825
RGB9613637
HSL84°57.23%33.92%
HSB/HSV84°72.79%53.33%
CMYK29.41%0.00%72.79%
46.67%

Color #608825 in popluar number systems.

HEX608825
Decimal9613637
Binary110000010001000100101
Octal14021045

Shades and tints

Shades of #608825

#608825
(96,136,37)
#587C22
(88,124,34)
#50701F
(80,112,31)
#48641C
(72,100,28)
#405819
(64,88,25)
#384C16
(56,76,22)
#304013
(48,64,19)
#283410
(40,52,16)
#20280D
(32,40,13)
#181C0A
(24,28,10)
#101007
(16,16,7)
#000000
(0,0,0)

Tints of #608825

#608825
(96,136,37)
#6E9238
(110,146,56)
#7C9C4B
(124,156,75)
#8AA65E
(138,166,94)
#98B071
(152,176,113)
#A6BA84
(166,186,132)
#B4C497
(180,196,151)
#C2CEAA
(194,206,170)
#D0D8BD
(208,216,189)
#DEE2D0
(222,226,208)
#ECECE3
(236,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608825; }

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

This text font color is #608825.


Background Color

.myBgColor { background-color: #608825; }

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

This div background color is #608825.


Border color

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

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

This div border color is #608825.


Opacity

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

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

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

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

This text has shadow with #608825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608825 on black background.


Color preview on white background

This text has color #608825 on white background.



Black color preview on #608825 background

This text has black color on #608825 background.


White color preview on #608825 background

This text has white color on #608825 background.