COLOR #70507C

HEX: #70507C
RGB: (112,80,124)

Color info

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

RGB color model

#70507C color RGB value is (112,80,124).

  • red value is 112;
  • green value is 80;
  • blue value is 124.
RGB:
(112,80,124)
(44%,31%,49%)

RGB channels and saturation

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

112
80
124

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

Portions of RGB colors in percentages

R + G + B =
112 + 80 + 124 = 316 (100%)
R 112 of 316 ~ 35.44%
G 80 of 316 ~ 25.32%
B 124 of 316 ~ 39.24%

%35.44
%25.32
%39.24

CMYK color model

#70507C color CMYK value is (10,35,0,51).

  • cyan value is 9.68%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(10,35,0,51)
C10M35Y0K51 
(10%,35%,0%,51%)
(0.10/0.35/0.00/0.51)	

CMYK percentages

%9.68
%35.48
%0
%51.37

Codes

Color #70507C in popluar color models

70507C
RGB11280124
HSL284°21.57%40.00%
HSB/HSV284°35.48%48.63%
CMYK9.68%35.48%0.00%
51.37%

Color #70507C in popluar number systems.

HEX70507C
Decimal11280124
Binary111000010100001111100
Octal160120174

Shades and tints

Shades of #70507C

#70507C
(112,80,124)
#664971
(102,73,113)
#5C4266
(92,66,102)
#523B5B
(82,59,91)
#483450
(72,52,80)
#3E2D45
(62,45,69)
#34263A
(52,38,58)
#2A1F2F
(42,31,47)
#201824
(32,24,36)
#161119
(22,17,25)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #70507C

#70507C
(112,80,124)
#7D5F87
(125,95,135)
#8A6E92
(138,110,146)
#977D9D
(151,125,157)
#A48CA8
(164,140,168)
#B19BB3
(177,155,179)
#BEAABE
(190,170,190)
#CBB9C9
(203,185,201)
#D8C8D4
(216,200,212)
#E5D7DF
(229,215,223)
#F2E6EA
(242,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70507C; }

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

This text font color is #70507C.


Background Color

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

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

This div background color is #70507C.


Border color

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

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

This div border color is #70507C.


Opacity

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

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

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

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

This text has shadow with #70507C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70507C on black background.


Color preview on white background

This text has color #70507C on white background.



Black color preview on #70507C background

This text has black color on #70507C background.


White color preview on #70507C background

This text has white color on #70507C background.