COLOR #706975

HEX: #706975
RGB: (112,105,117)

Color info

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

RGB color model

#706975 color RGB value is (112,105,117).

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

RGB channels and saturation

R 112 of 255 = 44%
G 105 of 255 = 41%
B 117 of 255 = 46%

112
105
117

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

Portions of RGB colors in percentages

R + G + B =
112 + 105 + 117 = 334 (100%)
R 112 of 334 ~ 33.53%
G 105 of 334 ~ 31.44%
B 117 of 334 ~ 35.03%

%33.53
%31.44
%35.03

CMYK color model

#706975 color CMYK value is (4,10,0,54).

  • cyan value is 4.27%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(4,10,0,54)
C4M10Y0K54 
(4%,10%,0%,54%)
(0.04/0.10/0.00/0.54)	

CMYK percentages

%4.27
%10.26
%0
%54.12

Codes

Color #706975 in popluar color models

706975
RGB112105117
HSL275°5.41%43.53%
HSB/HSV275°10.26%45.88%
CMYK4.27%10.26%0.00%
54.12%

Color #706975 in popluar number systems.

HEX706975
Decimal112105117
Binary111000011010011110101
Octal160151165

Shades and tints

Shades of #706975

#706975
(112,105,117)
#66606B
(102,96,107)
#5C5761
(92,87,97)
#524E57
(82,78,87)
#48454D
(72,69,77)
#3E3C43
(62,60,67)
#343339
(52,51,57)
#2A2A2F
(42,42,47)
#202125
(32,33,37)
#16181B
(22,24,27)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #706975

#706975
(112,105,117)
#7D7681
(125,118,129)
#8A838D
(138,131,141)
#979099
(151,144,153)
#A49DA5
(164,157,165)
#B1AAB1
(177,170,177)
#BEB7BD
(190,183,189)
#CBC4C9
(203,196,201)
#D8D1D5
(216,209,213)
#E5DEE1
(229,222,225)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706975; }

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

This text font color is #706975.


Background Color

.myBgColor { background-color: #706975; }

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

This div background color is #706975.


Border color

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

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

This div border color is #706975.


Opacity

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

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

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

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

This text has shadow with #706975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706975 on black background.


Color preview on white background

This text has color #706975 on white background.



Black color preview on #706975 background

This text has black color on #706975 background.


White color preview on #706975 background

This text has white color on #706975 background.