COLOR #608C91

HEX: #608C91
RGB: (96,140,145)

Color info

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

RGB color model

#608C91 color RGB value is (96,140,145).

  • red value is 96;
  • green value is 140;
  • blue value is 145.
RGB:
(96,140,145)
(38%,55%,57%)

RGB channels and saturation

R 96 of 255 = 38%
G 140 of 255 = 55%
B 145 of 255 = 57%

96
140
145

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

Portions of RGB colors in percentages

R + G + B =
96 + 140 + 145 = 381 (100%)
R 96 of 381 ~ 25.2%
G 140 of 381 ~ 36.75%
B 145 of 381 ~ 38.06%

%25.2
%36.75
%38.06

CMYK color model

#608C91 color CMYK value is (34,3,0,43).

  • cyan value is 33.79%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(34,3,0,43)
C34M3Y0K43 
(34%,3%,0%,43%)
(0.34/0.03/0.00/0.43)	

CMYK percentages

%33.79
%3.45
%0
%43.14

Codes

Color #608C91 in popluar color models

608C91
RGB96140145
HSL186°20.33%47.25%
HSB/HSV186°33.79%56.86%
CMYK33.79%3.45%0.00%
43.14%

Color #608C91 in popluar number systems.

HEX608C91
Decimal96140145
Binary11000001000110010010001
Octal140214221

Shades and tints

Shades of #608C91

#608C91
(96,140,145)
#588084
(88,128,132)
#507477
(80,116,119)
#48686A
(72,104,106)
#405C5D
(64,92,93)
#385050
(56,80,80)
#304443
(48,68,67)
#283836
(40,56,54)
#202C29
(32,44,41)
#18201C
(24,32,28)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #608C91

#608C91
(96,140,145)
#6E969B
(110,150,155)
#7CA0A5
(124,160,165)
#8AAAAF
(138,170,175)
#98B4B9
(152,180,185)
#A6BEC3
(166,190,195)
#B4C8CD
(180,200,205)
#C2D2D7
(194,210,215)
#D0DCE1
(208,220,225)
#DEE6EB
(222,230,235)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608C91 color. Also use rgb(96,140,145) instead hex code.

Text Font Color

.myTextColor { color: #608C91; }

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

This text font color is #608C91.


Background Color

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

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

This div background color is #608C91.


Border color

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

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

This div border color is #608C91.


Opacity

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

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

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

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

This text has shadow with #608C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608C91 on black background.


Color preview on white background

This text has color #608C91 on white background.



Black color preview on #608C91 background

This text has black color on #608C91 background.


White color preview on #608C91 background

This text has white color on #608C91 background.