COLOR #608738

HEX: #608738
RGB: (96,135,56)

Color info

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

RGB color model

#608738 color RGB value is (96,135,56).

  • red value is 96;
  • green value is 135;
  • blue value is 56.
RGB:
(96,135,56)
(38%,53%,22%)

RGB channels and saturation

R 96 of 255 = 38%
G 135 of 255 = 53%
B 56 of 255 = 22%

96
135
56

R + G + B ~ 38%. #608738 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 135 + 56 = 287 (100%)
R 96 of 287 ~ 33.45%
G 135 of 287 ~ 47.04%
B 56 of 287 ~ 19.51%

%33.45
%47.04
%19.51

CMYK color model

#608738 color CMYK value is (29,0,59,47).

  • cyan value is 28.89%
  • magenta value is 0.00%
  • yellow value is 58.52%
  • key color value is 47.06%
CMYK:
(29,0,59,47)
C29M0Y59K47 
(29%,0%,59%,47%)
(0.29/0.00/0.59/0.47)	

CMYK percentages

%28.89
%0
%58.52
%47.06

Codes

Color #608738 in popluar color models

608738
RGB9613556
HSL90°41.36%37.45%
HSB/HSV90°58.52%52.94%
CMYK28.89%0.00%58.52%
47.06%

Color #608738 in popluar number systems.

HEX608738
Decimal9613556
Binary110000010000111111000
Octal14020770

Shades and tints

Shades of #608738

#608738
(96,135,56)
#587B33
(88,123,51)
#506F2E
(80,111,46)
#486329
(72,99,41)
#405724
(64,87,36)
#384B1F
(56,75,31)
#303F1A
(48,63,26)
#283315
(40,51,21)
#202710
(32,39,16)
#181B0B
(24,27,11)
#100F06
(16,15,6)
#000000
(0,0,0)

Tints of #608738

#608738
(96,135,56)
#6E914A
(110,145,74)
#7C9B5C
(124,155,92)
#8AA56E
(138,165,110)
#98AF80
(152,175,128)
#A6B992
(166,185,146)
#B4C3A4
(180,195,164)
#C2CDB6
(194,205,182)
#D0D7C8
(208,215,200)
#DEE1DA
(222,225,218)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608738 color. Also use rgb(96,135,56) instead hex code.

Text Font Color

.myTextColor { color: #608738; }

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

This text font color is #608738.


Background Color

.myBgColor { background-color: #608738; }

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

This div background color is #608738.


Border color

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

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

This div border color is #608738.


Opacity

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

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

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

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

This text has shadow with #608738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608738 on black background.


Color preview on white background

This text has color #608738 on white background.



Black color preview on #608738 background

This text has black color on #608738 background.


White color preview on #608738 background

This text has white color on #608738 background.