COLOR #608E3C

HEX: #608E3C RGB: (96,142,60)

Color info

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

RGB color model

#608E3C color RGB value is (96,142,60).

RGB: (96,142,60) (38%, 56%, 24%)

RGB channels and saturation

R 96 of 255 = 38%
G 142 of 255 = 56%
B 60 of 255 = 24%

96
142
60

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

Portions of RGB colors in percentages

R + G + B = 96 + 142 + 60 = 298 (100%)
R 96 of 298 ~ 32.21%
G 142 of 298 ~ 47.65%
B 60 of 298 ~ 20.13'%

%32.21
%47.65
%20.13

CMYK color model

#608E3C color CMYK value is (32,0,58,44).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 57.75%
  • key color value is 44.31%
CMYK: (32,0,58,44) C32M0Y58K44 (32%,0%,58%,44%) (0.32/0.00/0.58/0.44) 

CMYK percentages

%32.39
%0
%57.75
%44.31

Codes

Color #608E3C in popluar color models

60 8E 3C
RGB 96 142 60
HSL 94° 40.59% 39.61%
HSB/HSV 94° 57.75% 55.69%
CMYK 32.39% 0.00% 57.75%
44.31%

Color #608E3C in popluar number systems.

HEX 60 8E 3C
Decimal 96 142 60
Binary 1100000 10001110 111100
Octal 140 216 74

Shades and tints

Shades of #608E3C

#608E3C
(96,142,60)
#588237
(88,130,55)
#507632
(80,118,50)
#486A2D
(72,106,45)
#405E28
(64,94,40)
#385223
(56,82,35)
#30461E
(48,70,30)
#283A19
(40,58,25)
#202E14
(32,46,20)
#18220F
(24,34,15)
#10160A
(16,22,10)
#000000
(0,0,0)

Tints of #608E3C

#608E3C
(96,142,60)
#6E984D
(110,152,77)
#7CA25E
(124,162,94)
#8AAC6F
(138,172,111)
#98B680
(152,182,128)
#A6C091
(166,192,145)
#B4CAA2
(180,202,162)
#C2D4B3
(194,212,179)
#D0DEC4
(208,222,196)
#DEE8D5
(222,232,213)
#ECF2E6
(236,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608E3C color. Also use rgb(96,142,60) instead hex code.

Text Font Color

.myTextColor { color: #608E3C; }

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

This text font color is #608E3C.

Background Color

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

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

This div background color is #608E3C.

Border color

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

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

This div border color is #608E3C.

Opacity

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

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

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

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

This text has shadow with #608E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #608E3C.

Preview

Color preview on black background

This text has color #608E3C on black background.


Color preview on white background

This text has color #608E3C on white background.


Black color preview on #608E3C background

This text has black color on #608E3C background.


White color preview on #608E3C background

This text has white color on #608E3C background.


Related colors

Complementary color

Complementary color for #hex is #9F71C3.


I love getcolorcode.com

Triadic colors

1 #3C608E and #8E3C60 with #608E3C are triadic colors.

2 #3C8E60 and #8E603C with #608E3C are triadic colors.