COLOR #705561

HEX: #705561
RGB: (112,85,97)

Color info

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

RGB color model

#705561 color RGB value is (112,85,97).

  • red value is 112;
  • green value is 85;
  • blue value is 97.
RGB:
(112,85,97)
(44%,33%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 85 of 255 = 33%
B 97 of 255 = 38%

112
85
97

R + G + B ~ 38%. #705561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 85 + 97 = 294 (100%)
R 112 of 294 ~ 38.1%
G 85 of 294 ~ 28.91%
B 97 of 294 ~ 32.99%

%38.1
%28.91
%32.99

CMYK color model

#705561 color CMYK value is (0,24,13,56).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 13.39%
  • key color value is 56.08%
CMYK:
(0,24,13,56)
C0M24Y13K56 
(0%,24%,13%,56%)
(0.00/0.24/0.13/0.56)	

CMYK percentages

%0
%24.11
%13.39
%56.08

Codes

Color #705561 in popluar color models

705561
RGB1128597
HSL333°13.71%38.63%
HSB/HSV333°24.11%43.92%
CMYK0.00%24.11%13.39%
56.08%

Color #705561 in popluar number systems.

HEX705561
Decimal1128597
Binary111000010101011100001
Octal160125141

Shades and tints

Shades of #705561

#705561
(112,85,97)
#664E59
(102,78,89)
#5C4751
(92,71,81)
#524049
(82,64,73)
#483941
(72,57,65)
#3E3239
(62,50,57)
#342B31
(52,43,49)
#2A2429
(42,36,41)
#201D21
(32,29,33)
#161619
(22,22,25)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #705561

#705561
(112,85,97)
#7D646F
(125,100,111)
#8A737D
(138,115,125)
#97828B
(151,130,139)
#A49199
(164,145,153)
#B1A0A7
(177,160,167)
#BEAFB5
(190,175,181)
#CBBEC3
(203,190,195)
#D8CDD1
(216,205,209)
#E5DCDF
(229,220,223)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705561 color. Also use rgb(112,85,97) instead hex code.

Text Font Color

.myTextColor { color: #705561; }

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

This text font color is #705561.


Background Color

.myBgColor { background-color: #705561; }

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

This div background color is #705561.


Border color

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

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

This div border color is #705561.


Opacity

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

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

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

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

This text has shadow with #705561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705561 on black background.


Color preview on white background

This text has color #705561 on white background.



Black color preview on #705561 background

This text has black color on #705561 background.


White color preview on #705561 background

This text has white color on #705561 background.