COLOR #70507E

HEX: #70507E RGB: (112,80,126)

Color info

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

RGB color model

#70507E color RGB value is (112,80,126).

RGB: (112,80,126) (44%, 31%, 49%)

RGB channels and saturation

R 112 of 255 = 44%
G 80 of 255 = 31%
B 126 of 255 = 49%

112
80
126

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

Portions of RGB colors in percentages

R + G + B = 112 + 80 + 126 = 318 (100%)
R 112 of 318 ~ 35.22%
G 80 of 318 ~ 25.16%
B 126 of 318 ~ 39.62'%

%35.22
%25.16
%39.62

CMYK color model

#70507E color CMYK value is (11,37,0,51).

  • cyan value is 11.11%
  • magenta value is 36.51%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (11,37,0,51)
C11M37Y0K51 (11%, 37%, 0%, 51%)
(0.11 / 0.37 / 0.00 / 0.51)

CMYK percentages

%11.11
%36.51
%0
%50.59

Codes

Color #70507E in popluar color models

70 50 7E
RGB 112 80 126
HSL 282° 22.33% 40.39%
HSB/HSV 282° 36.51% 49.41%
CMYK 11.11% 36.51% 0.00%
50.59%

Color #70507E in popluar number systems.

HEX 70 50 7E
Decimal 112 80 126
Binary 1110000 1010000 1111110
Octal 160 120 176

Shades and tints

Shades of #70507E

#70507E
(112,80,126)
#664973
(102,73,115)
#5C4268
(92,66,104)
#523B5D
(82,59,93)
#483452
(72,52,82)
#3E2D47
(62,45,71)
#34263C
(52,38,60)
#2A1F31
(42,31,49)
#201826
(32,24,38)
#16111B
(22,17,27)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #70507E

#70507E
(112,80,126)
#7D5F89
(125,95,137)
#8A6E94
(138,110,148)
#977D9F
(151,125,159)
#A48CAA
(164,140,170)
#B19BB5
(177,155,181)
#BEAAC0
(190,170,192)
#CBB9CB
(203,185,203)
#D8C8D6
(216,200,214)
#E5D7E1
(229,215,225)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70507E color. Also use rgb(112,80,126) instead hex code.

Text Font Color

.myTextColor { color: #70507E; }

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

This text font color is #70507E.

Background Color

.myBgColor { background-color: #70507E; }

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

This div background color is #70507E.

Border color

.myBorderColor { border: 1px solid #70507E; }

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

This div border color is #70507E.

Opacity

.myOpacity80 { color: #70507E; opacity: 0.8; }

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

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

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

This text has shadow with #70507E color.


.textShadow {text-shadow: 3px 3px 1px #70507E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70507E; -webkit-box-shadow: 1px 1px 3px 2px #70507E; box-shadow:1px 1px 3px 2px #70507E;">
Div content here
</div>

This div box has shadow with color #70507E.

Preview

Color preview on black background

This text has color #70507E on black background.


Color preview on white background

This text has color #70507E on white background.


Black color preview on #70507E background

This text has black color on #70507E background.


White color preview on #70507E background

This text has white color on #70507E background.


Related colors

Complementary color

Complementary color for #hex is #8FAF81.


I love getcolorcode.com

Triadic colors

1 #7E7050 and #507E70 with #70507E are triadic colors.

2 #7E5070 and #50707E with #70507E are triadic colors.