COLOR #608484

HEX: #608484 RGB: (96,132,132)

Color info

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

RGB color model

#608484 color RGB value is (96,132,132).

RGB: (96,132,132) (38%, 52%, 52%)

RGB channels and saturation

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

96
132
132

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

Portions of RGB colors in percentages

R + G + B = 96 + 132 + 132 = 360 (100%)
R 96 of 360 ~ 26.67%
G 132 of 360 ~ 36.67%
B 132 of 360 ~ 36.67'%

%26.67
%36.67
%36.67

CMYK color model

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

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (27,0,0,48)
C27M0Y0K48 (27%, 0%, 0%, 48%)
(0.27 / 0.00 / 0.00 / 0.48)

CMYK percentages

%27.27
%0
%0
%48.24

Codes

Color #608484 in popluar color models

60 84 84
RGB 96 132 132
HSL 180° 15.79% 44.71%
HSB/HSV 180° 27.27% 51.76%
CMYK 27.27% 0.00% 0.00%
48.24%

Color #608484 in popluar number systems.

HEX 60 84 84
Decimal 96 132 132
Binary 1100000 10000100 10000100
Octal 140 204 204

Shades and tints

Shades of #608484

#608484
(96,132,132)
#587878
(88,120,120)
#506C6C
(80,108,108)
#486060
(72,96,96)
#405454
(64,84,84)
#384848
(56,72,72)
#303C3C
(48,60,60)
#283030
(40,48,48)
#202424
(32,36,36)
#181818
(24,24,24)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #608484

#608484
(96,132,132)
#6E8F8F
(110,143,143)
#7C9A9A
(124,154,154)
#8AA5A5
(138,165,165)
#98B0B0
(152,176,176)
#A6BBBB
(166,187,187)
#B4C6C6
(180,198,198)
#C2D1D1
(194,209,209)
#D0DCDC
(208,220,220)
#DEE7E7
(222,231,231)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608484; }

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

This text font color is #608484.

Background Color

.myBgColor { background-color: #608484; }

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

This div background color is #608484.

Border color

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

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

This div border color is #608484.

Opacity

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

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

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

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

This text has shadow with #608484 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #608484.

Preview

Color preview on black background

This text has color #608484 on black background.


Color preview on white background

This text has color #608484 on white background.


Black color preview on #608484 background

This text has black color on #608484 background.


White color preview on #608484 background

This text has white color on #608484 background.


Related colors

Complementary color

Complementary color for #hex is #9F7B7B.


I love getcolorcode.com