COLOR #705374

HEX: #705374
RGB: (112,83,116)

Color info

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

RGB color model

#705374 color RGB value is (112,83,116).

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

RGB channels and saturation

R 112 of 255 = 44%
G 83 of 255 = 33%
B 116 of 255 = 45%

112
83
116

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

Portions of RGB colors in percentages

R + G + B =
112 + 83 + 116 = 311 (100%)
R 112 of 311 ~ 36.01%
G 83 of 311 ~ 26.69%
B 116 of 311 ~ 37.3%

%36.01
%26.69
%37.3

CMYK color model

#705374 color CMYK value is (3,28,0,55).

  • cyan value is 3.45%
  • magenta value is 28.45%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(3,28,0,55)
C3M28Y0K55 
(3%,28%,0%,55%)
(0.03/0.28/0.00/0.55)	

CMYK percentages

%3.45
%28.45
%0
%54.51

Codes

Color #705374 in popluar color models

705374
RGB11283116
HSL293°16.58%39.02%
HSB/HSV293°28.45%45.49%
CMYK3.45%28.45%0.00%
54.51%

Color #705374 in popluar number systems.

HEX705374
Decimal11283116
Binary111000010100111110100
Octal160123164

Shades and tints

Shades of #705374

#705374
(112,83,116)
#664C6A
(102,76,106)
#5C4560
(92,69,96)
#523E56
(82,62,86)
#48374C
(72,55,76)
#3E3042
(62,48,66)
#342938
(52,41,56)
#2A222E
(42,34,46)
#201B24
(32,27,36)
#16141A
(22,20,26)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #705374

#705374
(112,83,116)
#7D6280
(125,98,128)
#8A718C
(138,113,140)
#978098
(151,128,152)
#A48FA4
(164,143,164)
#B19EB0
(177,158,176)
#BEADBC
(190,173,188)
#CBBCC8
(203,188,200)
#D8CBD4
(216,203,212)
#E5DAE0
(229,218,224)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705374; }

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

This text font color is #705374.


Background Color

.myBgColor { background-color: #705374; }

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

This div background color is #705374.


Border color

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

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

This div border color is #705374.


Opacity

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

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

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

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

This text has shadow with #705374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705374 on black background.


Color preview on white background

This text has color #705374 on white background.



Black color preview on #705374 background

This text has black color on #705374 background.


White color preview on #705374 background

This text has white color on #705374 background.