COLOR #705678

HEX: #705678
RGB: (112,86,120)

Color info

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

RGB color model

#705678 color RGB value is (112,86,120).

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

RGB channels and saturation

R 112 of 255 = 44%
G 86 of 255 = 34%
B 120 of 255 = 47%

112
86
120

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

Portions of RGB colors in percentages

R + G + B =
112 + 86 + 120 = 318 (100%)
R 112 of 318 ~ 35.22%
G 86 of 318 ~ 27.04%
B 120 of 318 ~ 37.74%

%35.22
%27.04
%37.74

CMYK color model

#705678 color CMYK value is (7,28,0,53).

  • cyan value is 6.67%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(7,28,0,53)
C7M28Y0K53 
(7%,28%,0%,53%)
(0.07/0.28/0.00/0.53)	

CMYK percentages

%6.67
%28.33
%0
%52.94

Codes

Color #705678 in popluar color models

705678
RGB11286120
HSL286°16.50%40.39%
HSB/HSV286°28.33%47.06%
CMYK6.67%28.33%0.00%
52.94%

Color #705678 in popluar number systems.

HEX705678
Decimal11286120
Binary111000010101101111000
Octal160126170

Shades and tints

Shades of #705678

#705678
(112,86,120)
#664F6E
(102,79,110)
#5C4864
(92,72,100)
#52415A
(82,65,90)
#483A50
(72,58,80)
#3E3346
(62,51,70)
#342C3C
(52,44,60)
#2A2532
(42,37,50)
#201E28
(32,30,40)
#16171E
(22,23,30)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #705678

#705678
(112,86,120)
#7D6584
(125,101,132)
#8A7490
(138,116,144)
#97839C
(151,131,156)
#A492A8
(164,146,168)
#B1A1B4
(177,161,180)
#BEB0C0
(190,176,192)
#CBBFCC
(203,191,204)
#D8CED8
(216,206,216)
#E5DDE4
(229,221,228)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705678; }

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

This text font color is #705678.


Background Color

.myBgColor { background-color: #705678; }

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

This div background color is #705678.


Border color

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

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

This div border color is #705678.


Opacity

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

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

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

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

This text has shadow with #705678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705678 on black background.


Color preview on white background

This text has color #705678 on white background.



Black color preview on #705678 background

This text has black color on #705678 background.


White color preview on #705678 background

This text has white color on #705678 background.