COLOR #706F7D

HEX: #706F7D
RGB: (112,111,125)

Color info

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

RGB color model

#706F7D color RGB value is (112,111,125).

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

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 125 of 255 = 49%

112
111
125

R + G + B ~ 46%. #706F7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 111 + 125 = 348 (100%)
R 112 of 348 ~ 32.18%
G 111 of 348 ~ 31.9%
B 125 of 348 ~ 35.92%

%32.18
%31.9
%35.92

CMYK color model

#706F7D color CMYK value is (10,11,0,51).

  • cyan value is 10.40%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(10,11,0,51)
C10M11Y0K51 
(10%,11%,0%,51%)
(0.10/0.11/0.00/0.51)	

CMYK percentages

%10.4
%11.2
%0
%50.98

Codes

Color #706F7D in popluar color models

706F7D
RGB112111125
HSL244°5.93%46.27%
HSB/HSV244°11.20%49.02%
CMYK10.40%11.20%0.00%
50.98%

Color #706F7D in popluar number systems.

HEX706F7D
Decimal112111125
Binary111000011011111111101
Octal160157175

Shades and tints

Shades of #706F7D

#706F7D
(112,111,125)
#666572
(102,101,114)
#5C5B67
(92,91,103)
#52515C
(82,81,92)
#484751
(72,71,81)
#3E3D46
(62,61,70)
#34333B
(52,51,59)
#2A2930
(42,41,48)
#201F25
(32,31,37)
#16151A
(22,21,26)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #706F7D

#706F7D
(112,111,125)
#7D7C88
(125,124,136)
#8A8993
(138,137,147)
#97969E
(151,150,158)
#A4A3A9
(164,163,169)
#B1B0B4
(177,176,180)
#BEBDBF
(190,189,191)
#CBCACA
(203,202,202)
#D8D7D5
(216,215,213)
#E5E4E0
(229,228,224)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706F7D color. Also use rgb(112,111,125) instead hex code.

Text Font Color

.myTextColor { color: #706F7D; }

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

This text font color is #706F7D.


Background Color

.myBgColor { background-color: #706F7D; }

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

This div background color is #706F7D.


Border color

.myBorderColor { border: 1px solid #706F7D; }

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

This div border color is #706F7D.


Opacity

.myOpacity80 { color: #706F7D; opacity: 0.8; }

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

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

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

This text has shadow with #706F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706F7D on black background.


Color preview on white background

This text has color #706F7D on white background.



Black color preview on #706F7D background

This text has black color on #706F7D background.


White color preview on #706F7D background

This text has white color on #706F7D background.