COLOR #70807D

HEX: #70807D
RGB: (112,128,125)

Color info

#70807D contains red, green and blue colors in about the same proportion. Web safe color of #70807D is #666666 (or #666).

RGB color model

#70807D color RGB value is (112,128,125).

  • red value is 112;
  • green value is 128;
  • blue value is 125.
RGB:
(112,128,125)
(44%,50%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 125 of 255 = 49%

112
128
125

R + G + B ~ 48%. #70807D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 128 + 125 = 365 (100%)
R 112 of 365 ~ 30.68%
G 128 of 365 ~ 35.07%
B 125 of 365 ~ 34.25%

%30.68
%35.07
%34.25

CMYK color model

#70807D color CMYK value is (13,0,2,50).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(13,0,2,50)
C13M0Y2K50 
(13%,0%,2%,50%)
(0.13/0.00/0.02/0.50)	

CMYK percentages

%12.5
%0
%2.34
%49.8

Codes

Color #70807D in popluar color models

70807D
RGB112128125
HSL169°6.67%47.06%
HSB/HSV169°12.50%50.20%
CMYK12.50%0.00%2.34%
49.80%

Color #70807D in popluar number systems.

HEX70807D
Decimal112128125
Binary1110000100000001111101
Octal160200175

Shades and tints

Shades of #70807D

#70807D
(112,128,125)
#667572
(102,117,114)
#5C6A67
(92,106,103)
#525F5C
(82,95,92)
#485451
(72,84,81)
#3E4946
(62,73,70)
#343E3B
(52,62,59)
#2A3330
(42,51,48)
#202825
(32,40,37)
#161D1A
(22,29,26)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #70807D

#70807D
(112,128,125)
#7D8B88
(125,139,136)
#8A9693
(138,150,147)
#97A19E
(151,161,158)
#A4ACA9
(164,172,169)
#B1B7B4
(177,183,180)
#BEC2BF
(190,194,191)
#CBCDCA
(203,205,202)
#D8D8D5
(216,216,213)
#E5E3E0
(229,227,224)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70807D color. Also use rgb(112,128,125) instead hex code.

Text Font Color

.myTextColor { color: #70807D; }

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

This text font color is #70807D.


Background Color

.myBgColor { background-color: #70807D; }

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

This div background color is #70807D.


Border color

.myBorderColor { border: 1px solid #70807D; }

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

This div border color is #70807D.


Opacity

.myOpacity80 { color: #70807D; opacity: 0.8; }

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

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

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

This text has shadow with #70807D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70807D on black background.


Color preview on white background

This text has color #70807D on white background.



Black color preview on #70807D background

This text has black color on #70807D background.


White color preview on #70807D background

This text has white color on #70807D background.