COLOR #608471

HEX: #608471
RGB: (96,132,113)

Color info

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

RGB color model

#608471 color RGB value is (96,132,113).

  • red value is 96;
  • green value is 132;
  • blue value is 113.
RGB:
(96,132,113)
(38%,52%,44%)

RGB channels and saturation

R 96 of 255 = 38%
G 132 of 255 = 52%
B 113 of 255 = 44%

96
132
113

R + G + B ~ 45%. #608471 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 132 + 113 = 341 (100%)
R 96 of 341 ~ 28.15%
G 132 of 341 ~ 38.71%
B 113 of 341 ~ 33.14%

%28.15
%38.71
%33.14

CMYK color model

#608471 color CMYK value is (27,0,14,48).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 14.39%
  • key color value is 48.24%
CMYK:
(27,0,14,48)
C27M0Y14K48 
(27%,0%,14%,48%)
(0.27/0.00/0.14/0.48)	

CMYK percentages

%27.27
%0
%14.39
%48.24

Codes

Color #608471 in popluar color models

608471
RGB96132113
HSL148°15.79%44.71%
HSB/HSV148°27.27%51.76%
CMYK27.27%0.00%14.39%
48.24%

Color #608471 in popluar number systems.

HEX608471
Decimal96132113
Binary1100000100001001110001
Octal140204161

Shades and tints

Shades of #608471

#608471
(96,132,113)
#587867
(88,120,103)
#506C5D
(80,108,93)
#486053
(72,96,83)
#405449
(64,84,73)
#38483F
(56,72,63)
#303C35
(48,60,53)
#28302B
(40,48,43)
#202421
(32,36,33)
#181817
(24,24,23)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #608471

#608471
(96,132,113)
#6E8F7D
(110,143,125)
#7C9A89
(124,154,137)
#8AA595
(138,165,149)
#98B0A1
(152,176,161)
#A6BBAD
(166,187,173)
#B4C6B9
(180,198,185)
#C2D1C5
(194,209,197)
#D0DCD1
(208,220,209)
#DEE7DD
(222,231,221)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608471 color. Also use rgb(96,132,113) instead hex code.

Text Font Color

.myTextColor { color: #608471; }

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

This text font color is #608471.


Background Color

.myBgColor { background-color: #608471; }

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

This div background color is #608471.


Border color

.myBorderColor { border: 1px solid #608471; }

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

This div border color is #608471.


Opacity

.myOpacity80 { color: #608471; opacity: 0.8; }

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

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

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

This text has shadow with #608471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608471 on black background.


Color preview on white background

This text has color #608471 on white background.



Black color preview on #608471 background

This text has black color on #608471 background.


White color preview on #608471 background

This text has white color on #608471 background.