COLOR #608D79

HEX: #608D79
RGB: (96,141,121)

Color info

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

RGB color model

#608D79 color RGB value is (96,141,121).

  • red value is 96;
  • green value is 141;
  • blue value is 121.
RGB:
(96,141,121)
(38%,55%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 141 of 255 = 55%
B 121 of 255 = 47%

96
141
121

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

Portions of RGB colors in percentages

R + G + B =
96 + 141 + 121 = 358 (100%)
R 96 of 358 ~ 26.82%
G 141 of 358 ~ 39.39%
B 121 of 358 ~ 33.8%

%26.82
%39.39
%33.8

CMYK color model

#608D79 color CMYK value is (32,0,14,45).

  • cyan value is 31.91%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 44.71%
CMYK:
(32,0,14,45)
C32M0Y14K45 
(32%,0%,14%,45%)
(0.32/0.00/0.14/0.45)	

CMYK percentages

%31.91
%0
%14.18
%44.71

Codes

Color #608D79 in popluar color models

608D79
RGB96141121
HSL153°18.99%46.47%
HSB/HSV153°31.91%55.29%
CMYK31.91%0.00%14.18%
44.71%

Color #608D79 in popluar number systems.

HEX608D79
Decimal96141121
Binary1100000100011011111001
Octal140215171

Shades and tints

Shades of #608D79

#608D79
(96,141,121)
#58816E
(88,129,110)
#507563
(80,117,99)
#486958
(72,105,88)
#405D4D
(64,93,77)
#385142
(56,81,66)
#304537
(48,69,55)
#28392C
(40,57,44)
#202D21
(32,45,33)
#182116
(24,33,22)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #608D79

#608D79
(96,141,121)
#6E9785
(110,151,133)
#7CA191
(124,161,145)
#8AAB9D
(138,171,157)
#98B5A9
(152,181,169)
#A6BFB5
(166,191,181)
#B4C9C1
(180,201,193)
#C2D3CD
(194,211,205)
#D0DDD9
(208,221,217)
#DEE7E5
(222,231,229)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608D79; }

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

This text font color is #608D79.


Background Color

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

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

This div background color is #608D79.


Border color

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

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

This div border color is #608D79.


Opacity

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

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

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

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

This text has shadow with #608D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608D79 on black background.


Color preview on white background

This text has color #608D79 on white background.



Black color preview on #608D79 background

This text has black color on #608D79 background.


White color preview on #608D79 background

This text has white color on #608D79 background.