COLOR #705378

HEX: #705378
RGB: (112,83,120)

Color info

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

RGB color model

#705378 color RGB value is (112,83,120).

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

RGB channels and saturation

R 112 of 255 = 44%
G 83 of 255 = 33%
B 120 of 255 = 47%

112
83
120

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

Portions of RGB colors in percentages

R + G + B =
112 + 83 + 120 = 315 (100%)
R 112 of 315 ~ 35.56%
G 83 of 315 ~ 26.35%
B 120 of 315 ~ 38.1%

%35.56
%26.35
%38.1

CMYK color model

#705378 color CMYK value is (7,31,0,53).

  • cyan value is 6.67%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(7,31,0,53)
C7M31Y0K53 
(7%,31%,0%,53%)
(0.07/0.31/0.00/0.53)	

CMYK percentages

%6.67
%30.83
%0
%52.94

Codes

Color #705378 in popluar color models

705378
RGB11283120
HSL287°18.23%39.80%
HSB/HSV287°30.83%47.06%
CMYK6.67%30.83%0.00%
52.94%

Color #705378 in popluar number systems.

HEX705378
Decimal11283120
Binary111000010100111111000
Octal160123170

Shades and tints

Shades of #705378

#705378
(112,83,120)
#664C6E
(102,76,110)
#5C4564
(92,69,100)
#523E5A
(82,62,90)
#483750
(72,55,80)
#3E3046
(62,48,70)
#34293C
(52,41,60)
#2A2232
(42,34,50)
#201B28
(32,27,40)
#16141E
(22,20,30)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #705378

#705378
(112,83,120)
#7D6284
(125,98,132)
#8A7190
(138,113,144)
#97809C
(151,128,156)
#A48FA8
(164,143,168)
#B19EB4
(177,158,180)
#BEADC0
(190,173,192)
#CBBCCC
(203,188,204)
#D8CBD8
(216,203,216)
#E5DAE4
(229,218,228)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705378; }

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

This text font color is #705378.


Background Color

.myBgColor { background-color: #705378; }

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

This div background color is #705378.


Border color

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

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

This div border color is #705378.


Opacity

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

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

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

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

This text has shadow with #705378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705378 on black background.


Color preview on white background

This text has color #705378 on white background.



Black color preview on #705378 background

This text has black color on #705378 background.


White color preview on #705378 background

This text has white color on #705378 background.