COLOR #705558

HEX: #705558
RGB: (112,85,88)

Color info

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

RGB color model

#705558 color RGB value is (112,85,88).

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

RGB channels and saturation

R 112 of 255 = 44%
G 85 of 255 = 33%
B 88 of 255 = 35%

112
85
88

R + G + B ~ 37%. #705558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 85 + 88 = 285 (100%)
R 112 of 285 ~ 39.3%
G 85 of 285 ~ 29.82%
B 88 of 285 ~ 30.88%

%39.3
%29.82
%30.88

CMYK color model

#705558 color CMYK value is (0,24,21,56).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 21.43%
  • key color value is 56.08%
CMYK:
(0,24,21,56)
C0M24Y21K56 
(0%,24%,21%,56%)
(0.00/0.24/0.21/0.56)	

CMYK percentages

%0
%24.11
%21.43
%56.08

Codes

Color #705558 in popluar color models

705558
RGB1128588
HSL353°13.71%38.63%
HSB/HSV353°24.11%43.92%
CMYK0.00%24.11%21.43%
56.08%

Color #705558 in popluar number systems.

HEX705558
Decimal1128588
Binary111000010101011011000
Octal160125130

Shades and tints

Shades of #705558

#705558
(112,85,88)
#664E50
(102,78,80)
#5C4748
(92,71,72)
#524040
(82,64,64)
#483938
(72,57,56)
#3E3230
(62,50,48)
#342B28
(52,43,40)
#2A2420
(42,36,32)
#201D18
(32,29,24)
#161610
(22,22,16)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #705558

#705558
(112,85,88)
#7D6467
(125,100,103)
#8A7376
(138,115,118)
#978285
(151,130,133)
#A49194
(164,145,148)
#B1A0A3
(177,160,163)
#BEAFB2
(190,175,178)
#CBBEC1
(203,190,193)
#D8CDD0
(216,205,208)
#E5DCDF
(229,220,223)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705558; }

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

This text font color is #705558.


Background Color

.myBgColor { background-color: #705558; }

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

This div background color is #705558.


Border color

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

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

This div border color is #705558.


Opacity

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

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

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

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

This text has shadow with #705558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705558 on black background.


Color preview on white background

This text has color #705558 on white background.



Black color preview on #705558 background

This text has black color on #705558 background.


White color preview on #705558 background

This text has white color on #705558 background.