COLOR #608671

HEX: #608671
RGB: (96,134,113)

Color info

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

RGB color model

#608671 color RGB value is (96,134,113).

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

RGB channels and saturation

R 96 of 255 = 38%
G 134 of 255 = 53%
B 113 of 255 = 44%

96
134
113

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

Portions of RGB colors in percentages

R + G + B =
96 + 134 + 113 = 343 (100%)
R 96 of 343 ~ 27.99%
G 134 of 343 ~ 39.07%
B 113 of 343 ~ 32.94%

%27.99
%39.07
%32.94

CMYK color model

#608671 color CMYK value is (28,0,16,47).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 15.67%
  • key color value is 47.45%
CMYK:
(28,0,16,47)
C28M0Y16K47 
(28%,0%,16%,47%)
(0.28/0.00/0.16/0.47)	

CMYK percentages

%28.36
%0
%15.67
%47.45

Codes

Color #608671 in popluar color models

608671
RGB96134113
HSL147°16.52%45.10%
HSB/HSV147°28.36%52.55%
CMYK28.36%0.00%15.67%
47.45%

Color #608671 in popluar number systems.

HEX608671
Decimal96134113
Binary1100000100001101110001
Octal140206161

Shades and tints

Shades of #608671

#608671
(96,134,113)
#587A67
(88,122,103)
#506E5D
(80,110,93)
#486253
(72,98,83)
#405649
(64,86,73)
#384A3F
(56,74,63)
#303E35
(48,62,53)
#28322B
(40,50,43)
#202621
(32,38,33)
#181A17
(24,26,23)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #608671

#608671
(96,134,113)
#6E917D
(110,145,125)
#7C9C89
(124,156,137)
#8AA795
(138,167,149)
#98B2A1
(152,178,161)
#A6BDAD
(166,189,173)
#B4C8B9
(180,200,185)
#C2D3C5
(194,211,197)
#D0DED1
(208,222,209)
#DEE9DD
(222,233,221)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608671; }

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

This text font color is #608671.


Background Color

.myBgColor { background-color: #608671; }

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

This div background color is #608671.


Border color

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

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

This div border color is #608671.


Opacity

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

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

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

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

This text has shadow with #608671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608671 on black background.


Color preview on white background

This text has color #608671 on white background.



Black color preview on #608671 background

This text has black color on #608671 background.


White color preview on #608671 background

This text has white color on #608671 background.