COLOR #608C4E

HEX: #608C4E RGB: (96,140,78)

Color info

#608C4E contains mainly red and green colors. Web safe color of #608C4E is #669966 (or #696).

RGB color model

#608C4E color RGB value is (96,140,78).

RGB: (96,140,78) (38%, 55%, 31%)

RGB channels and saturation

R 96 of 255 = 38%
G 140 of 255 = 55%
B 78 of 255 = 31%

96
140
78

R + G + B ~ 41%. #608C4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 140 + 78 = 314 (100%)
R 96 of 314 ~ 30.57%
G 140 of 314 ~ 44.59%
B 78 of 314 ~ 24.84'%

%30.57
%44.59
%24.84

CMYK color model

#608C4E color CMYK value is (31,0,44,45).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 44.29%
  • key color value is 45.10%

CMYK: (31,0,44,45)
C31M0Y44K45 (31%, 0%, 44%, 45%)
(0.31 / 0.00 / 0.44 / 0.45)

CMYK percentages

%31.43
%0
%44.29
%45.1

Codes

Color #608C4E in popluar color models

60 8C 4E
RGB 96 140 78
HSL 103° 28.44% 42.75%
HSB/HSV 103° 44.29% 54.90%
CMYK 31.43% 0.00% 44.29%
45.10%

Color #608C4E in popluar number systems.

HEX 60 8C 4E
Decimal 96 140 78
Binary 1100000 10001100 1001110
Octal 140 214 116

Shades and tints

Shades of #608C4E

#608C4E
(96,140,78)
#588047
(88,128,71)
#507440
(80,116,64)
#486839
(72,104,57)
#405C32
(64,92,50)
#38502B
(56,80,43)
#304424
(48,68,36)
#28381D
(40,56,29)
#202C16
(32,44,22)
#18200F
(24,32,15)
#101408
(16,20,8)
#000000
(0,0,0)

Tints of #608C4E

#608C4E
(96,140,78)
#6E965E
(110,150,94)
#7CA06E
(124,160,110)
#8AAA7E
(138,170,126)
#98B48E
(152,180,142)
#A6BE9E
(166,190,158)
#B4C8AE
(180,200,174)
#C2D2BE
(194,210,190)
#D0DCCE
(208,220,206)
#DEE6DE
(222,230,222)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608C4E color. Also use rgb(96,140,78) instead hex code.

Text Font Color

.myTextColor { color: #608C4E; }

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

This text font color is #608C4E.

Background Color

.myBgColor { background-color: #608C4E; }

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

This div background color is #608C4E.

Border color

.myBorderColor { border: 1px solid #608C4E; }

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

This div border color is #608C4E.

Opacity

.myOpacity80 { color: #608C4E; opacity: 0.8; }

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

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

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

This text has shadow with #608C4E color.


.textShadow {text-shadow: 3px 3px 1px #608C4E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #608C4E; -webkit-box-shadow: 1px 1px 3px 2px #608C4E; box-shadow:1px 1px 3px 2px #608C4E;">
Div content here
</div>

This div box has shadow with color #608C4E.

Preview

Color preview on black background

This text has color #608C4E on black background.


Color preview on white background

This text has color #608C4E on white background.


Black color preview on #608C4E background

This text has black color on #608C4E background.


White color preview on #608C4E background

This text has white color on #608C4E background.


Related colors

Complementary color

Complementary color for #hex is #9F73B1.


I love getcolorcode.com

Triadic colors

1 #4E608C and #8C4E60 with #608C4E are triadic colors.

2 #4E8C60 and #8C604E with #608C4E are triadic colors.