COLOR #608F57

HEX: #608F57
RGB: (96,143,87)

Color info

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

RGB color model

#608F57 color RGB value is (96,143,87).

  • red value is 96;
  • green value is 143;
  • blue value is 87.
RGB:
(96,143,87)
(38%,56%,34%)

RGB channels and saturation

R 96 of 255 = 38%
G 143 of 255 = 56%
B 87 of 255 = 34%

96
143
87

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

Portions of RGB colors in percentages

R + G + B =
96 + 143 + 87 = 326 (100%)
R 96 of 326 ~ 29.45%
G 143 of 326 ~ 43.87%
B 87 of 326 ~ 26.69%

%29.45
%43.87
%26.69

CMYK color model

#608F57 color CMYK value is (33,0,39,44).

  • cyan value is 32.87%
  • magenta value is 0.00%
  • yellow value is 39.16%
  • key color value is 43.92%
CMYK:
(33,0,39,44)
C33M0Y39K44 
(33%,0%,39%,44%)
(0.33/0.00/0.39/0.44)	

CMYK percentages

%32.87
%0
%39.16
%43.92

Codes

Color #608F57 in popluar color models

608F57
RGB9614387
HSL110°24.35%45.10%
HSB/HSV110°39.16%56.08%
CMYK32.87%0.00%39.16%
43.92%

Color #608F57 in popluar number systems.

HEX608F57
Decimal9614387
Binary1100000100011111010111
Octal140217127

Shades and tints

Shades of #608F57

#608F57
(96,143,87)
#588250
(88,130,80)
#507549
(80,117,73)
#486842
(72,104,66)
#405B3B
(64,91,59)
#384E34
(56,78,52)
#30412D
(48,65,45)
#283426
(40,52,38)
#20271F
(32,39,31)
#181A18
(24,26,24)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #608F57

#608F57
(96,143,87)
#6E9966
(110,153,102)
#7CA375
(124,163,117)
#8AAD84
(138,173,132)
#98B793
(152,183,147)
#A6C1A2
(166,193,162)
#B4CBB1
(180,203,177)
#C2D5C0
(194,213,192)
#D0DFCF
(208,223,207)
#DEE9DE
(222,233,222)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608F57 color. Also use rgb(96,143,87) instead hex code.

Text Font Color

.myTextColor { color: #608F57; }

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

This text font color is #608F57.


Background Color

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

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

This div background color is #608F57.


Border color

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

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

This div border color is #608F57.


Opacity

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

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

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

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

This text has shadow with #608F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608F57 on black background.


Color preview on white background

This text has color #608F57 on white background.



Black color preview on #608F57 background

This text has black color on #608F57 background.


White color preview on #608F57 background

This text has white color on #608F57 background.