COLOR #705B60

HEX: #705B60
RGB: (112,91,96)

Color info

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

RGB color model

#705B60 color RGB value is (112,91,96).

  • red value is 112;
  • green value is 91;
  • blue value is 96.
RGB:
(112,91,96)
(44%,36%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 91 of 255 = 36%
B 96 of 255 = 38%

112
91
96

R + G + B ~ 39%. #705B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 91 + 96 = 299 (100%)
R 112 of 299 ~ 37.46%
G 91 of 299 ~ 30.43%
B 96 of 299 ~ 32.11%

%37.46
%30.43
%32.11

CMYK color model

#705B60 color CMYK value is (0,19,14,56).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 14.29%
  • key color value is 56.08%
CMYK:
(0,19,14,56)
C0M19Y14K56 
(0%,19%,14%,56%)
(0.00/0.19/0.14/0.56)	

CMYK percentages

%0
%18.75
%14.29
%56.08

Codes

Color #705B60 in popluar color models

705B60
RGB1129196
HSL346°10.34%39.80%
HSB/HSV346°18.75%43.92%
CMYK0.00%18.75%14.29%
56.08%

Color #705B60 in popluar number systems.

HEX705B60
Decimal1129196
Binary111000010110111100000
Octal160133140

Shades and tints

Shades of #705B60

#705B60
(112,91,96)
#665358
(102,83,88)
#5C4B50
(92,75,80)
#524348
(82,67,72)
#483B40
(72,59,64)
#3E3338
(62,51,56)
#342B30
(52,43,48)
#2A2328
(42,35,40)
#201B20
(32,27,32)
#161318
(22,19,24)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #705B60

#705B60
(112,91,96)
#7D696E
(125,105,110)
#8A777C
(138,119,124)
#97858A
(151,133,138)
#A49398
(164,147,152)
#B1A1A6
(177,161,166)
#BEAFB4
(190,175,180)
#CBBDC2
(203,189,194)
#D8CBD0
(216,203,208)
#E5D9DE
(229,217,222)
#F2E7EC
(242,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705B60 color. Also use rgb(112,91,96) instead hex code.

Text Font Color

.myTextColor { color: #705B60; }

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

This text font color is #705B60.


Background Color

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

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

This div background color is #705B60.


Border color

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

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

This div border color is #705B60.


Opacity

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

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

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

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

This text has shadow with #705B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705B60 on black background.


Color preview on white background

This text has color #705B60 on white background.



Black color preview on #705B60 background

This text has black color on #705B60 background.


White color preview on #705B60 background

This text has white color on #705B60 background.