COLOR #706973

HEX: #706973
RGB: (112,105,115)

Color info

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

RGB color model

#706973 color RGB value is (112,105,115).

  • red value is 112;
  • green value is 105;
  • blue value is 115.
RGB:
(112,105,115)
(44%,41%,45%)

RGB channels and saturation

R 112 of 255 = 44%
G 105 of 255 = 41%
B 115 of 255 = 45%

112
105
115

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

Portions of RGB colors in percentages

R + G + B =
112 + 105 + 115 = 332 (100%)
R 112 of 332 ~ 33.73%
G 105 of 332 ~ 31.63%
B 115 of 332 ~ 34.64%

%33.73
%31.63
%34.64

CMYK color model

#706973 color CMYK value is (3,9,0,55).

  • cyan value is 2.61%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(3,9,0,55)
C3M9Y0K55 
(3%,9%,0%,55%)
(0.03/0.09/0.00/0.55)	

CMYK percentages

%2.61
%8.7
%0
%54.9

Codes

Color #706973 in popluar color models

706973
RGB112105115
HSL282°4.55%43.14%
HSB/HSV282°8.70%45.10%
CMYK2.61%8.70%0.00%
54.90%

Color #706973 in popluar number systems.

HEX706973
Decimal112105115
Binary111000011010011110011
Octal160151163

Shades and tints

Shades of #706973

#706973
(112,105,115)
#666069
(102,96,105)
#5C575F
(92,87,95)
#524E55
(82,78,85)
#48454B
(72,69,75)
#3E3C41
(62,60,65)
#343337
(52,51,55)
#2A2A2D
(42,42,45)
#202123
(32,33,35)
#161819
(22,24,25)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #706973

#706973
(112,105,115)
#7D767F
(125,118,127)
#8A838B
(138,131,139)
#979097
(151,144,151)
#A49DA3
(164,157,163)
#B1AAAF
(177,170,175)
#BEB7BB
(190,183,187)
#CBC4C7
(203,196,199)
#D8D1D3
(216,209,211)
#E5DEDF
(229,222,223)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706973 color. Also use rgb(112,105,115) instead hex code.

Text Font Color

.myTextColor { color: #706973; }

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

This text font color is #706973.


Background Color

.myBgColor { background-color: #706973; }

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

This div background color is #706973.


Border color

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

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

This div border color is #706973.


Opacity

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

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

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

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

This text has shadow with #706973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706973 on black background.


Color preview on white background

This text has color #706973 on white background.



Black color preview on #706973 background

This text has black color on #706973 background.


White color preview on #706973 background

This text has white color on #706973 background.