COLOR #608274

HEX: #608274
RGB: (96,130,116)

Color info

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

RGB color model

#608274 color RGB value is (96,130,116).

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

RGB channels and saturation

R 96 of 255 = 38%
G 130 of 255 = 51%
B 116 of 255 = 45%

96
130
116

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

Portions of RGB colors in percentages

R + G + B =
96 + 130 + 116 = 342 (100%)
R 96 of 342 ~ 28.07%
G 130 of 342 ~ 38.01%
B 116 of 342 ~ 33.92%

%28.07
%38.01
%33.92

CMYK color model

#608274 color CMYK value is (26,0,11,49).

  • cyan value is 26.15%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 49.02%
CMYK:
(26,0,11,49)
C26M0Y11K49 
(26%,0%,11%,49%)
(0.26/0.00/0.11/0.49)	

CMYK percentages

%26.15
%0
%10.77
%49.02

Codes

Color #608274 in popluar color models

608274
RGB96130116
HSL155°15.04%44.31%
HSB/HSV155°26.15%50.98%
CMYK26.15%0.00%10.77%
49.02%

Color #608274 in popluar number systems.

HEX608274
Decimal96130116
Binary1100000100000101110100
Octal140202164

Shades and tints

Shades of #608274

#608274
(96,130,116)
#58776A
(88,119,106)
#506C60
(80,108,96)
#486156
(72,97,86)
#40564C
(64,86,76)
#384B42
(56,75,66)
#304038
(48,64,56)
#28352E
(40,53,46)
#202A24
(32,42,36)
#181F1A
(24,31,26)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #608274

#608274
(96,130,116)
#6E8D80
(110,141,128)
#7C988C
(124,152,140)
#8AA398
(138,163,152)
#98AEA4
(152,174,164)
#A6B9B0
(166,185,176)
#B4C4BC
(180,196,188)
#C2CFC8
(194,207,200)
#D0DAD4
(208,218,212)
#DEE5E0
(222,229,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608274; }

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

This text font color is #608274.


Background Color

.myBgColor { background-color: #608274; }

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

This div background color is #608274.


Border color

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

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

This div border color is #608274.


Opacity

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

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

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

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

This text has shadow with #608274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608274 on black background.


Color preview on white background

This text has color #608274 on white background.



Black color preview on #608274 background

This text has black color on #608274 background.


White color preview on #608274 background

This text has white color on #608274 background.