COLOR #608D5F

HEX: #608D5F RGB: (96,141,95)

Color info

#608D5F contains red, green and blue colors in about the same proportion. Web safe color of #608D5F is #669966 (or #696).

RGB color model

#608D5F color RGB value is (96,141,95).

RGB: (96,141,95) (38%, 55%, 37%)

RGB channels and saturation

R 96 of 255 = 38%
G 141 of 255 = 55%
B 95 of 255 = 37%

96
141
95

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

Portions of RGB colors in percentages

R + G + B = 96 + 141 + 95 = 332 (100%)
R 96 of 332 ~ 28.92%
G 141 of 332 ~ 42.47%
B 95 of 332 ~ 28.61'%

%28.92
%42.47
%28.61

CMYK color model

#608D5F color CMYK value is (32,0,33,45).

  • cyan value is 31.91%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 44.71%

CMYK: (32,0,33,45)
C32M0Y33K45 (32%, 0%, 33%, 45%)
(0.32 / 0.00 / 0.33 / 0.45)

CMYK percentages

%31.91
%0
%32.62
%44.71

Codes

Color #608D5F in popluar color models

60 8D 5F
RGB 96 141 95
HSL 119° 19.49% 46.27%
HSB/HSV 119° 32.62% 55.29%
CMYK 31.91% 0.00% 32.62%
44.71%

Color #608D5F in popluar number systems.

HEX 60 8D 5F
Decimal 96 141 95
Binary 1100000 10001101 1011111
Octal 140 215 137

Shades and tints

Shades of #608D5F

#608D5F
(96,141,95)
#588157
(88,129,87)
#50754F
(80,117,79)
#486947
(72,105,71)
#405D3F
(64,93,63)
#385137
(56,81,55)
#30452F
(48,69,47)
#283927
(40,57,39)
#202D1F
(32,45,31)
#182117
(24,33,23)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #608D5F

#608D5F
(96,141,95)
#6E976D
(110,151,109)
#7CA17B
(124,161,123)
#8AAB89
(138,171,137)
#98B597
(152,181,151)
#A6BFA5
(166,191,165)
#B4C9B3
(180,201,179)
#C2D3C1
(194,211,193)
#D0DDCF
(208,221,207)
#DEE7DD
(222,231,221)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608D5F color. Also use rgb(96,141,95) instead hex code.

Text Font Color

.myTextColor { color: #608D5F; }

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

This text font color is #608D5F.

Background Color

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

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

This div background color is #608D5F.

Border color

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

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

This div border color is #608D5F.

Opacity

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

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

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

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

This text has shadow with #608D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #608D5F.

Preview

Color preview on black background

This text has color #608D5F on black background.


Color preview on white background

This text has color #608D5F on white background.


Black color preview on #608D5F background

This text has black color on #608D5F background.


White color preview on #608D5F background

This text has white color on #608D5F background.


Related colors

Complementary color

Complementary color for #hex is #9F72A0.


I love getcolorcode.com

Triadic colors

1 #5F608D and #8D5F60 with #608D5F are triadic colors.

2 #5F8D60 and #8D605F with #608D5F are triadic colors.