COLOR #705F73

HEX: #705F73
RGB: (112,95,115)

Color info

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

RGB color model

#705F73 color RGB value is (112,95,115).

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

RGB channels and saturation

R 112 of 255 = 44%
G 95 of 255 = 37%
B 115 of 255 = 45%

112
95
115

R + G + B ~ 42%. #705F73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 95 + 115 = 322 (100%)
R 112 of 322 ~ 34.78%
G 95 of 322 ~ 29.5%
B 115 of 322 ~ 35.71%

%34.78
%29.5
%35.71

CMYK color model

#705F73 color CMYK value is (3,17,0,55).

  • cyan value is 2.61%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(3,17,0,55)
C3M17Y0K55 
(3%,17%,0%,55%)
(0.03/0.17/0.00/0.55)	

CMYK percentages

%2.61
%17.39
%0
%54.9

Codes

Color #705F73 in popluar color models

705F73
RGB11295115
HSL291°9.52%41.18%
HSB/HSV291°17.39%45.10%
CMYK2.61%17.39%0.00%
54.90%

Color #705F73 in popluar number systems.

HEX705F73
Decimal11295115
Binary111000010111111110011
Octal160137163

Shades and tints

Shades of #705F73

#705F73
(112,95,115)
#665769
(102,87,105)
#5C4F5F
(92,79,95)
#524755
(82,71,85)
#483F4B
(72,63,75)
#3E3741
(62,55,65)
#342F37
(52,47,55)
#2A272D
(42,39,45)
#201F23
(32,31,35)
#161719
(22,23,25)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #705F73

#705F73
(112,95,115)
#7D6D7F
(125,109,127)
#8A7B8B
(138,123,139)
#978997
(151,137,151)
#A497A3
(164,151,163)
#B1A5AF
(177,165,175)
#BEB3BB
(190,179,187)
#CBC1C7
(203,193,199)
#D8CFD3
(216,207,211)
#E5DDDF
(229,221,223)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705F73; }

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

This text font color is #705F73.


Background Color

.myBgColor { background-color: #705F73; }

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

This div background color is #705F73.


Border color

.myBorderColor { border: 1px solid #705F73; }

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

This div border color is #705F73.


Opacity

.myOpacity80 { color: #705F73; opacity: 0.8; }

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

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

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

This text has shadow with #705F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705F73 on black background.


Color preview on white background

This text has color #705F73 on white background.



Black color preview on #705F73 background

This text has black color on #705F73 background.


White color preview on #705F73 background

This text has white color on #705F73 background.