COLOR #705566

HEX: #705566 RGB: (112,85,102)

Color info

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

RGB color model

#705566 color RGB value is (112,85,102).

RGB: (112,85,102) (44%, 33%, 40%)

RGB channels and saturation

R 112 of 255 = 44%
G 85 of 255 = 33%
B 102 of 255 = 40%

112
85
102

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

Portions of RGB colors in percentages

R + G + B = 112 + 85 + 102 = 299 (100%)
R 112 of 299 ~ 37.46%
G 85 of 299 ~ 28.43%
B 102 of 299 ~ 34.11'%

%37.46
%28.43
%34.11

CMYK color model

#705566 color CMYK value is (0,24,9,56).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 8.93%
  • key color value is 56.08%

CMYK: (0,24,9,56)
C0M24Y9K56 (0%, 24%, 9%, 56%)
(0.00 / 0.24 / 0.09 / 0.56)

CMYK percentages

%0
%24.11
%8.93
%56.08

Codes

Color #705566 in popluar color models

70 55 66
RGB 112 85 102
HSL 322° 13.71% 38.63%
HSB/HSV 322° 24.11% 43.92%
CMYK 0.00% 24.11% 8.93%
56.08%

Color #705566 in popluar number systems.

HEX 70 55 66
Decimal 112 85 102
Binary 1110000 1010101 1100110
Octal 160 125 146

Shades and tints

Shades of #705566

#705566
(112,85,102)
#664E5D
(102,78,93)
#5C4754
(92,71,84)
#52404B
(82,64,75)
#483942
(72,57,66)
#3E3239
(62,50,57)
#342B30
(52,43,48)
#2A2427
(42,36,39)
#201D1E
(32,29,30)
#161615
(22,22,21)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #705566

#705566
(112,85,102)
#7D6473
(125,100,115)
#8A7380
(138,115,128)
#97828D
(151,130,141)
#A4919A
(164,145,154)
#B1A0A7
(177,160,167)
#BEAFB4
(190,175,180)
#CBBEC1
(203,190,193)
#D8CDCE
(216,205,206)
#E5DCDB
(229,220,219)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705566; }

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

This text font color is #705566.

Background Color

.myBgColor { background-color: #705566; }

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

This div background color is #705566.

Border color

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

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

This div border color is #705566.

Opacity

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

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

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

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

This text has shadow with #705566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705566.

Preview

Color preview on black background

This text has color #705566 on black background.


Color preview on white background

This text has color #705566 on white background.


Black color preview on #705566 background

This text has black color on #705566 background.


White color preview on #705566 background

This text has white color on #705566 background.


Related colors

Complementary color

Complementary color for #hex is #8FAA99.


I love getcolorcode.com

Triadic colors

1 #667055 and #556670 with #705566 are triadic colors.

2 #665570 and #557066 with #705566 are triadic colors.