COLOR #705559

HEX: #705559
RGB: (112,85,89)

Color info

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

RGB color model

#705559 color RGB value is (112,85,89).

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

RGB channels and saturation

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

112
85
89

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

Portions of RGB colors in percentages

R + G + B =
112 + 85 + 89 = 286 (100%)
R 112 of 286 ~ 39.16%
G 85 of 286 ~ 29.72%
B 89 of 286 ~ 31.12%

%39.16
%29.72
%31.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 20.54%
  • 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
%20.54
%56.08

Codes

Color #705559 in popluar color models

705559
RGB1128589
HSL351°13.71%38.63%
HSB/HSV351°24.11%43.92%
CMYK0.00%24.11%20.54%
56.08%

Color #705559 in popluar number systems.

HEX705559
Decimal1128589
Binary111000010101011011001
Octal160125131

Shades and tints

Shades of #705559

#705559
(112,85,89)
#664E51
(102,78,81)
#5C4749
(92,71,73)
#524041
(82,64,65)
#483939
(72,57,57)
#3E3231
(62,50,49)
#342B29
(52,43,41)
#2A2421
(42,36,33)
#201D19
(32,29,25)
#161611
(22,22,17)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #705559

#705559
(112,85,89)
#7D6468
(125,100,104)
#8A7377
(138,115,119)
#978286
(151,130,134)
#A49195
(164,145,149)
#B1A0A4
(177,160,164)
#BEAFB3
(190,175,179)
#CBBEC2
(203,190,194)
#D8CDD1
(216,205,209)
#E5DCE0
(229,220,224)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705559; }

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

This text font color is #705559.


Background Color

.myBgColor { background-color: #705559; }

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

This div background color is #705559.


Border color

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

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

This div border color is #705559.


Opacity

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

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

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

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

This text has shadow with #705559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705559 on black background.


Color preview on white background

This text has color #705559 on white background.



Black color preview on #705559 background

This text has black color on #705559 background.


White color preview on #705559 background

This text has white color on #705559 background.