COLOR #70617D

HEX: #70617D
RGB: (112,97,125)

Color info

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

RGB color model

#70617D color RGB value is (112,97,125).

  • red value is 112;
  • green value is 97;
  • blue value is 125.
RGB:
(112,97,125)
(44%,38%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 97 of 255 = 38%
B 125 of 255 = 49%

112
97
125

R + G + B ~ 44%. #70617D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 97 + 125 = 334 (100%)
R 112 of 334 ~ 33.53%
G 97 of 334 ~ 29.04%
B 125 of 334 ~ 37.43%

%33.53
%29.04
%37.43

CMYK color model

#70617D color CMYK value is (10,22,0,51).

  • cyan value is 10.40%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(10,22,0,51)
C10M22Y0K51 
(10%,22%,0%,51%)
(0.10/0.22/0.00/0.51)	

CMYK percentages

%10.4
%22.4
%0
%50.98

Codes

Color #70617D in popluar color models

70617D
RGB11297125
HSL272°12.61%43.53%
HSB/HSV272°22.40%49.02%
CMYK10.40%22.40%0.00%
50.98%

Color #70617D in popluar number systems.

HEX70617D
Decimal11297125
Binary111000011000011111101
Octal160141175

Shades and tints

Shades of #70617D

#70617D
(112,97,125)
#665972
(102,89,114)
#5C5167
(92,81,103)
#52495C
(82,73,92)
#484151
(72,65,81)
#3E3946
(62,57,70)
#34313B
(52,49,59)
#2A2930
(42,41,48)
#202125
(32,33,37)
#16191A
(22,25,26)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #70617D

#70617D
(112,97,125)
#7D6F88
(125,111,136)
#8A7D93
(138,125,147)
#978B9E
(151,139,158)
#A499A9
(164,153,169)
#B1A7B4
(177,167,180)
#BEB5BF
(190,181,191)
#CBC3CA
(203,195,202)
#D8D1D5
(216,209,213)
#E5DFE0
(229,223,224)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70617D color. Also use rgb(112,97,125) instead hex code.

Text Font Color

.myTextColor { color: #70617D; }

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

This text font color is #70617D.


Background Color

.myBgColor { background-color: #70617D; }

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

This div background color is #70617D.


Border color

.myBorderColor { border: 1px solid #70617D; }

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

This div border color is #70617D.


Opacity

.myOpacity80 { color: #70617D; opacity: 0.8; }

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

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

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

This text has shadow with #70617D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70617D on black background.


Color preview on white background

This text has color #70617D on white background.



Black color preview on #70617D background

This text has black color on #70617D background.


White color preview on #70617D background

This text has white color on #70617D background.