COLOR #708484

HEX: #708484
RGB: (112,132,132)

Color info

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

RGB color model

#708484 color RGB value is (112,132,132).

  • red value is 112;
  • green value is 132;
  • blue value is 132.
RGB:
(112,132,132)
(44%,52%,52%)

RGB channels and saturation

R 112 of 255 = 44%
G 132 of 255 = 52%
B 132 of 255 = 52%

112
132
132

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

Portions of RGB colors in percentages

R + G + B =
112 + 132 + 132 = 376 (100%)
R 112 of 376 ~ 29.79%
G 132 of 376 ~ 35.11%
B 132 of 376 ~ 35.11%

%29.79
%35.11
%35.11

CMYK color model

#708484 color CMYK value is (15,0,0,48).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(15,0,0,48)
C15M0Y0K48 
(15%,0%,0%,48%)
(0.15/0.00/0.00/0.48)	

CMYK percentages

%15.15
%0
%0
%48.24

Codes

Color #708484 in popluar color models

708484
RGB112132132
HSL180°8.20%47.84%
HSB/HSV180°15.15%51.76%
CMYK15.15%0.00%0.00%
48.24%

Color #708484 in popluar number systems.

HEX708484
Decimal112132132
Binary11100001000010010000100
Octal160204204

Shades and tints

Shades of #708484

#708484
(112,132,132)
#667878
(102,120,120)
#5C6C6C
(92,108,108)
#526060
(82,96,96)
#485454
(72,84,84)
#3E4848
(62,72,72)
#343C3C
(52,60,60)
#2A3030
(42,48,48)
#202424
(32,36,36)
#161818
(22,24,24)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #708484

#708484
(112,132,132)
#7D8F8F
(125,143,143)
#8A9A9A
(138,154,154)
#97A5A5
(151,165,165)
#A4B0B0
(164,176,176)
#B1BBBB
(177,187,187)
#BEC6C6
(190,198,198)
#CBD1D1
(203,209,209)
#D8DCDC
(216,220,220)
#E5E7E7
(229,231,231)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708484; }

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

This text font color is #708484.


Background Color

.myBgColor { background-color: #708484; }

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

This div background color is #708484.


Border color

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

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

This div border color is #708484.


Opacity

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

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

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

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

This text has shadow with #708484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708484 on black background.


Color preview on white background

This text has color #708484 on white background.



Black color preview on #708484 background

This text has black color on #708484 background.


White color preview on #708484 background

This text has white color on #708484 background.