COLOR #608382

HEX: #608382
RGB: (96,131,130)

Color info

#608382 contains red, green and blue colors in about the same proportion. Web safe color of #608382 is #669999 (or #699).

RGB color model

#608382 color RGB value is (96,131,130).

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

RGB channels and saturation

R 96 of 255 = 38%
G 131 of 255 = 51%
B 130 of 255 = 51%

96
131
130

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

Portions of RGB colors in percentages

R + G + B =
96 + 131 + 130 = 357 (100%)
R 96 of 357 ~ 26.89%
G 131 of 357 ~ 36.69%
B 130 of 357 ~ 36.41%

%26.89
%36.69
%36.41

CMYK color model

#608382 color CMYK value is (27,0,1,49).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 0.76%
  • key color value is 48.63%
CMYK:
(27,0,1,49)
C27M0Y1K49 
(27%,0%,1%,49%)
(0.27/0.00/0.01/0.49)	

CMYK percentages

%26.72
%0
%0.76
%48.63

Codes

Color #608382 in popluar color models

608382
RGB96131130
HSL178°15.42%44.51%
HSB/HSV178°26.72%51.37%
CMYK26.72%0.00%0.76%
48.63%

Color #608382 in popluar number systems.

HEX608382
Decimal96131130
Binary11000001000001110000010
Octal140203202

Shades and tints

Shades of #608382

#608382
(96,131,130)
#587877
(88,120,119)
#506D6C
(80,109,108)
#486261
(72,98,97)
#405756
(64,87,86)
#384C4B
(56,76,75)
#304140
(48,65,64)
#283635
(40,54,53)
#202B2A
(32,43,42)
#18201F
(24,32,31)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #608382

#608382
(96,131,130)
#6E8E8D
(110,142,141)
#7C9998
(124,153,152)
#8AA4A3
(138,164,163)
#98AFAE
(152,175,174)
#A6BAB9
(166,186,185)
#B4C5C4
(180,197,196)
#C2D0CF
(194,208,207)
#D0DBDA
(208,219,218)
#DEE6E5
(222,230,229)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608382; }

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

This text font color is #608382.


Background Color

.myBgColor { background-color: #608382; }

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

This div background color is #608382.


Border color

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

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

This div border color is #608382.


Opacity

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

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

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

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

This text has shadow with #608382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608382 on black background.


Color preview on white background

This text has color #608382 on white background.



Black color preview on #608382 background

This text has black color on #608382 background.


White color preview on #608382 background

This text has white color on #608382 background.