COLOR #708482

HEX: #708482
RGB: (112,132,130)

Color info

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

RGB color model

#708482 color RGB value is (112,132,130).

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

RGB channels and saturation

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

112
132
130

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

Portions of RGB colors in percentages

R + G + B =
112 + 132 + 130 = 374 (100%)
R 112 of 374 ~ 29.95%
G 132 of 374 ~ 35.29%
B 130 of 374 ~ 34.76%

%29.95
%35.29
%34.76

CMYK color model

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

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

CMYK percentages

%15.15
%0
%1.52
%48.24

Codes

Color #708482 in popluar color models

708482
RGB112132130
HSL174°8.20%47.84%
HSB/HSV174°15.15%51.76%
CMYK15.15%0.00%1.52%
48.24%

Color #708482 in popluar number systems.

HEX708482
Decimal112132130
Binary11100001000010010000010
Octal160204202

Shades and tints

Shades of #708482

#708482
(112,132,130)
#667877
(102,120,119)
#5C6C6C
(92,108,108)
#526061
(82,96,97)
#485456
(72,84,86)
#3E484B
(62,72,75)
#343C40
(52,60,64)
#2A3035
(42,48,53)
#20242A
(32,36,42)
#16181F
(22,24,31)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #708482

#708482
(112,132,130)
#7D8F8D
(125,143,141)
#8A9A98
(138,154,152)
#97A5A3
(151,165,163)
#A4B0AE
(164,176,174)
#B1BBB9
(177,187,185)
#BEC6C4
(190,198,196)
#CBD1CF
(203,209,207)
#D8DCDA
(216,220,218)
#E5E7E5
(229,231,229)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708482; }

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

This text font color is #708482.


Background Color

.myBgColor { background-color: #708482; }

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

This div background color is #708482.


Border color

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

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

This div border color is #708482.


Opacity

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

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

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

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

This text has shadow with #708482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708482 on black background.


Color preview on white background

This text has color #708482 on white background.



Black color preview on #708482 background

This text has black color on #708482 background.


White color preview on #708482 background

This text has white color on #708482 background.