COLOR #608674

HEX: #608674
RGB: (96,134,116)

Color info

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

RGB color model

#608674 color RGB value is (96,134,116).

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

RGB channels and saturation

R 96 of 255 = 38%
G 134 of 255 = 53%
B 116 of 255 = 45%

96
134
116

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

Portions of RGB colors in percentages

R + G + B =
96 + 134 + 116 = 346 (100%)
R 96 of 346 ~ 27.75%
G 134 of 346 ~ 38.73%
B 116 of 346 ~ 33.53%

%27.75
%38.73
%33.53

CMYK color model

#608674 color CMYK value is (28,0,13,47).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 47.45%
CMYK:
(28,0,13,47)
C28M0Y13K47 
(28%,0%,13%,47%)
(0.28/0.00/0.13/0.47)	

CMYK percentages

%28.36
%0
%13.43
%47.45

Codes

Color #608674 in popluar color models

608674
RGB96134116
HSL152°16.52%45.10%
HSB/HSV152°28.36%52.55%
CMYK28.36%0.00%13.43%
47.45%

Color #608674 in popluar number systems.

HEX608674
Decimal96134116
Binary1100000100001101110100
Octal140206164

Shades and tints

Shades of #608674

#608674
(96,134,116)
#587A6A
(88,122,106)
#506E60
(80,110,96)
#486256
(72,98,86)
#40564C
(64,86,76)
#384A42
(56,74,66)
#303E38
(48,62,56)
#28322E
(40,50,46)
#202624
(32,38,36)
#181A1A
(24,26,26)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #608674

#608674
(96,134,116)
#6E9180
(110,145,128)
#7C9C8C
(124,156,140)
#8AA798
(138,167,152)
#98B2A4
(152,178,164)
#A6BDB0
(166,189,176)
#B4C8BC
(180,200,188)
#C2D3C8
(194,211,200)
#D0DED4
(208,222,212)
#DEE9E0
(222,233,224)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608674; }

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

This text font color is #608674.


Background Color

.myBgColor { background-color: #608674; }

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

This div background color is #608674.


Border color

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

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

This div border color is #608674.


Opacity

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

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

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

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

This text has shadow with #608674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608674 on black background.


Color preview on white background

This text has color #608674 on white background.



Black color preview on #608674 background

This text has black color on #608674 background.


White color preview on #608674 background

This text has white color on #608674 background.