COLOR #705662

HEX: #705662
RGB: (112,86,98)

Color info

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

RGB color model

#705662 color RGB value is (112,86,98).

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

RGB channels and saturation

R 112 of 255 = 44%
G 86 of 255 = 34%
B 98 of 255 = 38%

112
86
98

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

Portions of RGB colors in percentages

R + G + B =
112 + 86 + 98 = 296 (100%)
R 112 of 296 ~ 37.84%
G 86 of 296 ~ 29.05%
B 98 of 296 ~ 33.11%

%37.84
%29.05
%33.11

CMYK color model

#705662 color CMYK value is (0,23,13,56).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 12.50%
  • key color value is 56.08%
CMYK:
(0,23,13,56)
C0M23Y13K56 
(0%,23%,13%,56%)
(0.00/0.23/0.13/0.56)	

CMYK percentages

%0
%23.21
%12.5
%56.08

Codes

Color #705662 in popluar color models

705662
RGB1128698
HSL332°13.13%38.82%
HSB/HSV332°23.21%43.92%
CMYK0.00%23.21%12.50%
56.08%

Color #705662 in popluar number systems.

HEX705662
Decimal1128698
Binary111000010101101100010
Octal160126142

Shades and tints

Shades of #705662

#705662
(112,86,98)
#664F5A
(102,79,90)
#5C4852
(92,72,82)
#52414A
(82,65,74)
#483A42
(72,58,66)
#3E333A
(62,51,58)
#342C32
(52,44,50)
#2A252A
(42,37,42)
#201E22
(32,30,34)
#16171A
(22,23,26)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #705662

#705662
(112,86,98)
#7D6570
(125,101,112)
#8A747E
(138,116,126)
#97838C
(151,131,140)
#A4929A
(164,146,154)
#B1A1A8
(177,161,168)
#BEB0B6
(190,176,182)
#CBBFC4
(203,191,196)
#D8CED2
(216,206,210)
#E5DDE0
(229,221,224)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705662; }

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

This text font color is #705662.


Background Color

.myBgColor { background-color: #705662; }

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

This div background color is #705662.


Border color

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

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

This div border color is #705662.


Opacity

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

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

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

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

This text has shadow with #705662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705662 on black background.


Color preview on white background

This text has color #705662 on white background.



Black color preview on #705662 background

This text has black color on #705662 background.


White color preview on #705662 background

This text has white color on #705662 background.