COLOR #608B78

HEX: #608B78
RGB: (96,139,120)

Color info

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

RGB color model

#608B78 color RGB value is (96,139,120).

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

RGB channels and saturation

R 96 of 255 = 38%
G 139 of 255 = 55%
B 120 of 255 = 47%

96
139
120

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

Portions of RGB colors in percentages

R + G + B =
96 + 139 + 120 = 355 (100%)
R 96 of 355 ~ 27.04%
G 139 of 355 ~ 39.15%
B 120 of 355 ~ 33.8%

%27.04
%39.15
%33.8

CMYK color model

#608B78 color CMYK value is (31,0,14,45).

  • cyan value is 30.94%
  • magenta value is 0.00%
  • yellow value is 13.67%
  • key color value is 45.49%
CMYK:
(31,0,14,45)
C31M0Y14K45 
(31%,0%,14%,45%)
(0.31/0.00/0.14/0.45)	

CMYK percentages

%30.94
%0
%13.67
%45.49

Codes

Color #608B78 in popluar color models

608B78
RGB96139120
HSL153°18.30%46.08%
HSB/HSV153°30.94%54.51%
CMYK30.94%0.00%13.67%
45.49%

Color #608B78 in popluar number systems.

HEX608B78
Decimal96139120
Binary1100000100010111111000
Octal140213170

Shades and tints

Shades of #608B78

#608B78
(96,139,120)
#587F6E
(88,127,110)
#507364
(80,115,100)
#48675A
(72,103,90)
#405B50
(64,91,80)
#384F46
(56,79,70)
#30433C
(48,67,60)
#283732
(40,55,50)
#202B28
(32,43,40)
#181F1E
(24,31,30)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #608B78

#608B78
(96,139,120)
#6E9584
(110,149,132)
#7C9F90
(124,159,144)
#8AA99C
(138,169,156)
#98B3A8
(152,179,168)
#A6BDB4
(166,189,180)
#B4C7C0
(180,199,192)
#C2D1CC
(194,209,204)
#D0DBD8
(208,219,216)
#DEE5E4
(222,229,228)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608B78 color. Also use rgb(96,139,120) instead hex code.

Text Font Color

.myTextColor { color: #608B78; }

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

This text font color is #608B78.


Background Color

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

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

This div background color is #608B78.


Border color

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

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

This div border color is #608B78.


Opacity

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

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

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

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

This text has shadow with #608B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608B78 on black background.


Color preview on white background

This text has color #608B78 on white background.



Black color preview on #608B78 background

This text has black color on #608B78 background.


White color preview on #608B78 background

This text has white color on #608B78 background.