COLOR #707D8E

HEX: #707D8E
RGB: (112,125,142)

Color info

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

RGB color model

#707D8E color RGB value is (112,125,142).

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

RGB channels and saturation

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

112
125
142

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

Portions of RGB colors in percentages

R + G + B =
112 + 125 + 142 = 379 (100%)
R 112 of 379 ~ 29.55%
G 125 of 379 ~ 32.98%
B 142 of 379 ~ 37.47%

%29.55
%32.98
%37.47

CMYK color model

#707D8E color CMYK value is (21,12,0,44).

  • cyan value is 21.13%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(21,12,0,44)
C21M12Y0K44 
(21%,12%,0%,44%)
(0.21/0.12/0.00/0.44)	

CMYK percentages

%21.13
%11.97
%0
%44.31

Codes

Color #707D8E in popluar color models

707D8E
RGB112125142
HSL214°11.81%49.80%
HSB/HSV214°21.13%55.69%
CMYK21.13%11.97%0.00%
44.31%

Color #707D8E in popluar number systems.

HEX707D8E
Decimal112125142
Binary1110000111110110001110
Octal160175216

Shades and tints

Shades of #707D8E

#707D8E
(112,125,142)
#667282
(102,114,130)
#5C6776
(92,103,118)
#525C6A
(82,92,106)
#48515E
(72,81,94)
#3E4652
(62,70,82)
#343B46
(52,59,70)
#2A303A
(42,48,58)
#20252E
(32,37,46)
#161A22
(22,26,34)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #707D8E

#707D8E
(112,125,142)
#7D8898
(125,136,152)
#8A93A2
(138,147,162)
#979EAC
(151,158,172)
#A4A9B6
(164,169,182)
#B1B4C0
(177,180,192)
#BEBFCA
(190,191,202)
#CBCAD4
(203,202,212)
#D8D5DE
(216,213,222)
#E5E0E8
(229,224,232)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707D8E; }

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

This text font color is #707D8E.


Background Color

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

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

This div background color is #707D8E.


Border color

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

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

This div border color is #707D8E.


Opacity

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

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

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

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

This text has shadow with #707D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707D8E on black background.


Color preview on white background

This text has color #707D8E on white background.



Black color preview on #707D8E background

This text has black color on #707D8E background.


White color preview on #707D8E background

This text has white color on #707D8E background.