COLOR #608D91

HEX: #608D91
RGB: (96,141,145)

Color info

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

RGB color model

#608D91 color RGB value is (96,141,145).

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

RGB channels and saturation

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

96
141
145

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

Portions of RGB colors in percentages

R + G + B =
96 + 141 + 145 = 382 (100%)
R 96 of 382 ~ 25.13%
G 141 of 382 ~ 36.91%
B 145 of 382 ~ 37.96%

%25.13
%36.91
%37.96

CMYK color model

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

  • cyan value is 33.79%
  • magenta value is 2.76%
  • 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
%2.76
%0
%43.14

Codes

Color #608D91 in popluar color models

608D91
RGB96141145
HSL185°20.33%47.25%
HSB/HSV185°33.79%56.86%
CMYK33.79%2.76%0.00%
43.14%

Color #608D91 in popluar number systems.

HEX608D91
Decimal96141145
Binary11000001000110110010001
Octal140215221

Shades and tints

Shades of #608D91

#608D91
(96,141,145)
#588184
(88,129,132)
#507577
(80,117,119)
#48696A
(72,105,106)
#405D5D
(64,93,93)
#385150
(56,81,80)
#304543
(48,69,67)
#283936
(40,57,54)
#202D29
(32,45,41)
#18211C
(24,33,28)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #608D91

#608D91
(96,141,145)
#6E979B
(110,151,155)
#7CA1A5
(124,161,165)
#8AABAF
(138,171,175)
#98B5B9
(152,181,185)
#A6BFC3
(166,191,195)
#B4C9CD
(180,201,205)
#C2D3D7
(194,211,215)
#D0DDE1
(208,221,225)
#DEE7EB
(222,231,235)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608D91; }

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

This text font color is #608D91.


Background Color

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

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

This div background color is #608D91.


Border color

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

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

This div border color is #608D91.


Opacity

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

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

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

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

This text has shadow with #608D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608D91 on black background.


Color preview on white background

This text has color #608D91 on white background.



Black color preview on #608D91 background

This text has black color on #608D91 background.


White color preview on #608D91 background

This text has white color on #608D91 background.