COLOR #707D8F

HEX: #707D8F
RGB: (112,125,143)

Color info

#707D8F contains red, green and blue colors in about the same proportion. Web safe color of #707D8F is #666699 (or #669).

RGB color model

#707D8F color RGB value is (112,125,143).

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

RGB channels and saturation

R 112 of 255 = 44%
G 125 of 255 = 49%
B 143 of 255 = 56%

112
125
143

R + G + B ~ 50%. #707D8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 125 + 143 = 380 (100%)
R 112 of 380 ~ 29.47%
G 125 of 380 ~ 32.89%
B 143 of 380 ~ 37.63%

%29.47
%32.89
%37.63

CMYK color model

#707D8F color CMYK value is (22,13,0,44).

  • cyan value is 21.68%
  • magenta value is 12.59%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,13,0,44)
C22M13Y0K44 
(22%,13%,0%,44%)
(0.22/0.13/0.00/0.44)	

CMYK percentages

%21.68
%12.59
%0
%43.92

Codes

Color #707D8F in popluar color models

707D8F
RGB112125143
HSL215°12.16%50.00%
HSB/HSV215°21.68%56.08%
CMYK21.68%12.59%0.00%
43.92%

Color #707D8F in popluar number systems.

HEX707D8F
Decimal112125143
Binary1110000111110110001111
Octal160175217

Shades and tints

Shades of #707D8F

#707D8F
(112,125,143)
#667282
(102,114,130)
#5C6775
(92,103,117)
#525C68
(82,92,104)
#48515B
(72,81,91)
#3E464E
(62,70,78)
#343B41
(52,59,65)
#2A3034
(42,48,52)
#202527
(32,37,39)
#161A1A
(22,26,26)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #707D8F

#707D8F
(112,125,143)
#7D8899
(125,136,153)
#8A93A3
(138,147,163)
#979EAD
(151,158,173)
#A4A9B7
(164,169,183)
#B1B4C1
(177,180,193)
#BEBFCB
(190,191,203)
#CBCAD5
(203,202,213)
#D8D5DF
(216,213,223)
#E5E0E9
(229,224,233)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707D8F color. Also use rgb(112,125,143) instead hex code.

Text Font Color

.myTextColor { color: #707D8F; }

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

This text font color is #707D8F.


Background Color

.myBgColor { background-color: #707D8F; }

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

This div background color is #707D8F.


Border color

.myBorderColor { border: 1px solid #707D8F; }

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

This div border color is #707D8F.


Opacity

.myOpacity80 { color: #707D8F; opacity: 0.8; }

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

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

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

This text has shadow with #707D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707D8F on black background.


Color preview on white background

This text has color #707D8F on white background.



Black color preview on #707D8F background

This text has black color on #707D8F background.


White color preview on #707D8F background

This text has white color on #707D8F background.