COLOR #706081

HEX: #706081
RGB: (112,96,129)

Color info

#706081 contains red, green and blue colors in about the same proportion. Web safe color of #706081 is #666699 (or #669).

RGB color model

#706081 color RGB value is (112,96,129).

  • red value is 112;
  • green value is 96;
  • blue value is 129.
RGB:
(112,96,129)
(44%,38%,51%)

RGB channels and saturation

R 112 of 255 = 44%
G 96 of 255 = 38%
B 129 of 255 = 51%

112
96
129

R + G + B ~ 44%. #706081 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 96 + 129 = 337 (100%)
R 112 of 337 ~ 33.23%
G 96 of 337 ~ 28.49%
B 129 of 337 ~ 38.28%

%33.23
%28.49
%38.28

CMYK color model

#706081 color CMYK value is (13,26,0,49).

  • cyan value is 13.18%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(13,26,0,49)
C13M26Y0K49 
(13%,26%,0%,49%)
(0.13/0.26/0.00/0.49)	

CMYK percentages

%13.18
%25.58
%0
%49.41

Codes

Color #706081 in popluar color models

706081
RGB11296129
HSL269°14.67%44.12%
HSB/HSV269°25.58%50.59%
CMYK13.18%25.58%0.00%
49.41%

Color #706081 in popluar number systems.

HEX706081
Decimal11296129
Binary1110000110000010000001
Octal160140201

Shades and tints

Shades of #706081

#706081
(112,96,129)
#665876
(102,88,118)
#5C506B
(92,80,107)
#524860
(82,72,96)
#484055
(72,64,85)
#3E384A
(62,56,74)
#34303F
(52,48,63)
#2A2834
(42,40,52)
#202029
(32,32,41)
#16181E
(22,24,30)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #706081

#706081
(112,96,129)
#7D6E8C
(125,110,140)
#8A7C97
(138,124,151)
#978AA2
(151,138,162)
#A498AD
(164,152,173)
#B1A6B8
(177,166,184)
#BEB4C3
(190,180,195)
#CBC2CE
(203,194,206)
#D8D0D9
(216,208,217)
#E5DEE4
(229,222,228)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706081 color. Also use rgb(112,96,129) instead hex code.

Text Font Color

.myTextColor { color: #706081; }

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

This text font color is #706081.


Background Color

.myBgColor { background-color: #706081; }

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

This div background color is #706081.


Border color

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

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

This div border color is #706081.


Opacity

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

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

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

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

This text has shadow with #706081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706081 on black background.


Color preview on white background

This text has color #706081 on white background.



Black color preview on #706081 background

This text has black color on #706081 background.


White color preview on #706081 background

This text has white color on #706081 background.