COLOR #706380

HEX: #706380
RGB: (112,99,128)

Color info

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

RGB color model

#706380 color RGB value is (112,99,128).

  • red value is 112;
  • green value is 99;
  • blue value is 128.
RGB:
(112,99,128)
(44%,39%,50%)

RGB channels and saturation

R 112 of 255 = 44%
G 99 of 255 = 39%
B 128 of 255 = 50%

112
99
128

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

Portions of RGB colors in percentages

R + G + B =
112 + 99 + 128 = 339 (100%)
R 112 of 339 ~ 33.04%
G 99 of 339 ~ 29.2%
B 128 of 339 ~ 37.76%

%33.04
%29.2
%37.76

CMYK color model

#706380 color CMYK value is (13,23,0,50).

  • cyan value is 12.50%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(13,23,0,50)
C13M23Y0K50 
(13%,23%,0%,50%)
(0.13/0.23/0.00/0.50)	

CMYK percentages

%12.5
%22.66
%0
%49.8

Codes

Color #706380 in popluar color models

706380
RGB11299128
HSL267°12.78%44.51%
HSB/HSV267°22.66%50.20%
CMYK12.50%22.66%0.00%
49.80%

Color #706380 in popluar number systems.

HEX706380
Decimal11299128
Binary1110000110001110000000
Octal160143200

Shades and tints

Shades of #706380

#706380
(112,99,128)
#665A75
(102,90,117)
#5C516A
(92,81,106)
#52485F
(82,72,95)
#483F54
(72,63,84)
#3E3649
(62,54,73)
#342D3E
(52,45,62)
#2A2433
(42,36,51)
#201B28
(32,27,40)
#16121D
(22,18,29)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #706380

#706380
(112,99,128)
#7D718B
(125,113,139)
#8A7F96
(138,127,150)
#978DA1
(151,141,161)
#A49BAC
(164,155,172)
#B1A9B7
(177,169,183)
#BEB7C2
(190,183,194)
#CBC5CD
(203,197,205)
#D8D3D8
(216,211,216)
#E5E1E3
(229,225,227)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706380 color. Also use rgb(112,99,128) instead hex code.

Text Font Color

.myTextColor { color: #706380; }

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

This text font color is #706380.


Background Color

.myBgColor { background-color: #706380; }

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

This div background color is #706380.


Border color

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

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

This div border color is #706380.


Opacity

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

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

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

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

This text has shadow with #706380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706380 on black background.


Color preview on white background

This text has color #706380 on white background.



Black color preview on #706380 background

This text has black color on #706380 background.


White color preview on #706380 background

This text has white color on #706380 background.