COLOR #608F86

HEX: #608F86
RGB: (96,143,134)

Color info

#608F86 contains red, green and blue colors in about the same proportion. Web safe color of #608F86 is #669999 (or #699).

RGB color model

#608F86 color RGB value is (96,143,134).

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

RGB channels and saturation

R 96 of 255 = 38%
G 143 of 255 = 56%
B 134 of 255 = 53%

96
143
134

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

Portions of RGB colors in percentages

R + G + B =
96 + 143 + 134 = 373 (100%)
R 96 of 373 ~ 25.74%
G 143 of 373 ~ 38.34%
B 134 of 373 ~ 35.92%

%25.74
%38.34
%35.92

CMYK color model

#608F86 color CMYK value is (33,0,6,44).

  • cyan value is 32.87%
  • magenta value is 0.00%
  • yellow value is 6.29%
  • key color value is 43.92%
CMYK:
(33,0,6,44)
C33M0Y6K44 
(33%,0%,6%,44%)
(0.33/0.00/0.06/0.44)	

CMYK percentages

%32.87
%0
%6.29
%43.92

Codes

Color #608F86 in popluar color models

608F86
RGB96143134
HSL169°19.67%46.86%
HSB/HSV169°32.87%56.08%
CMYK32.87%0.00%6.29%
43.92%

Color #608F86 in popluar number systems.

HEX608F86
Decimal96143134
Binary11000001000111110000110
Octal140217206

Shades and tints

Shades of #608F86

#608F86
(96,143,134)
#58827A
(88,130,122)
#50756E
(80,117,110)
#486862
(72,104,98)
#405B56
(64,91,86)
#384E4A
(56,78,74)
#30413E
(48,65,62)
#283432
(40,52,50)
#202726
(32,39,38)
#181A1A
(24,26,26)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #608F86

#608F86
(96,143,134)
#6E9991
(110,153,145)
#7CA39C
(124,163,156)
#8AADA7
(138,173,167)
#98B7B2
(152,183,178)
#A6C1BD
(166,193,189)
#B4CBC8
(180,203,200)
#C2D5D3
(194,213,211)
#D0DFDE
(208,223,222)
#DEE9E9
(222,233,233)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608F86; }

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

This text font color is #608F86.


Background Color

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

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

This div background color is #608F86.


Border color

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

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

This div border color is #608F86.


Opacity

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

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

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

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

This text has shadow with #608F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608F86 on black background.


Color preview on white background

This text has color #608F86 on white background.



Black color preview on #608F86 background

This text has black color on #608F86 background.


White color preview on #608F86 background

This text has white color on #608F86 background.