COLOR #705061

HEX: #705061
RGB: (112,80,97)

Color info

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

RGB color model

#705061 color RGB value is (112,80,97).

  • red value is 112;
  • green value is 80;
  • blue value is 97.
RGB:
(112,80,97)
(44%,31%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 80 of 255 = 31%
B 97 of 255 = 38%

112
80
97

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

Portions of RGB colors in percentages

R + G + B =
112 + 80 + 97 = 289 (100%)
R 112 of 289 ~ 38.75%
G 80 of 289 ~ 27.68%
B 97 of 289 ~ 33.56%

%38.75
%27.68
%33.56

CMYK color model

#705061 color CMYK value is (0,29,13,56).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 13.39%
  • key color value is 56.08%
CMYK:
(0,29,13,56)
C0M29Y13K56 
(0%,29%,13%,56%)
(0.00/0.29/0.13/0.56)	

CMYK percentages

%0
%28.57
%13.39
%56.08

Codes

Color #705061 in popluar color models

705061
RGB1128097
HSL328°16.67%37.65%
HSB/HSV328°28.57%43.92%
CMYK0.00%28.57%13.39%
56.08%

Color #705061 in popluar number systems.

HEX705061
Decimal1128097
Binary111000010100001100001
Octal160120141

Shades and tints

Shades of #705061

#705061
(112,80,97)
#664959
(102,73,89)
#5C4251
(92,66,81)
#523B49
(82,59,73)
#483441
(72,52,65)
#3E2D39
(62,45,57)
#342631
(52,38,49)
#2A1F29
(42,31,41)
#201821
(32,24,33)
#161119
(22,17,25)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #705061

#705061
(112,80,97)
#7D5F6F
(125,95,111)
#8A6E7D
(138,110,125)
#977D8B
(151,125,139)
#A48C99
(164,140,153)
#B19BA7
(177,155,167)
#BEAAB5
(190,170,181)
#CBB9C3
(203,185,195)
#D8C8D1
(216,200,209)
#E5D7DF
(229,215,223)
#F2E6ED
(242,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705061 color. Also use rgb(112,80,97) instead hex code.

Text Font Color

.myTextColor { color: #705061; }

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

This text font color is #705061.


Background Color

.myBgColor { background-color: #705061; }

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

This div background color is #705061.


Border color

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

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

This div border color is #705061.


Opacity

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

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

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

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

This text has shadow with #705061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705061 on black background.


Color preview on white background

This text has color #705061 on white background.



Black color preview on #705061 background

This text has black color on #705061 background.


White color preview on #705061 background

This text has white color on #705061 background.