COLOR #705562

HEX: #705562
RGB: (112,85,98)

Color info

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

RGB color model

#705562 color RGB value is (112,85,98).

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

RGB channels and saturation

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

112
85
98

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

Portions of RGB colors in percentages

R + G + B =
112 + 85 + 98 = 295 (100%)
R 112 of 295 ~ 37.97%
G 85 of 295 ~ 28.81%
B 98 of 295 ~ 33.22%

%37.97
%28.81
%33.22

CMYK color model

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

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

Codes

Color #705562 in popluar color models

705562
RGB1128598
HSL331°13.71%38.63%
HSB/HSV331°24.11%43.92%
CMYK0.00%24.11%12.50%
56.08%

Color #705562 in popluar number systems.

HEX705562
Decimal1128598
Binary111000010101011100010
Octal160125142

Shades and tints

Shades of #705562

#705562
(112,85,98)
#664E5A
(102,78,90)
#5C4752
(92,71,82)
#52404A
(82,64,74)
#483942
(72,57,66)
#3E323A
(62,50,58)
#342B32
(52,43,50)
#2A242A
(42,36,42)
#201D22
(32,29,34)
#16161A
(22,22,26)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #705562

#705562
(112,85,98)
#7D6470
(125,100,112)
#8A737E
(138,115,126)
#97828C
(151,130,140)
#A4919A
(164,145,154)
#B1A0A8
(177,160,168)
#BEAFB6
(190,175,182)
#CBBEC4
(203,190,196)
#D8CDD2
(216,205,210)
#E5DCE0
(229,220,224)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705562; }

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

This text font color is #705562.


Background Color

.myBgColor { background-color: #705562; }

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

This div background color is #705562.


Border color

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

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

This div border color is #705562.


Opacity

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

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

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

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

This text has shadow with #705562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705562 on black background.


Color preview on white background

This text has color #705562 on white background.



Black color preview on #705562 background

This text has black color on #705562 background.


White color preview on #705562 background

This text has white color on #705562 background.