COLOR #70516D

HEX: #70516D
RGB: (112,81,109)

Color info

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

RGB color model

#70516D color RGB value is (112,81,109).

  • red value is 112;
  • green value is 81;
  • blue value is 109.
RGB: (112,81,109) (44%,32%,43%)

RGB channels and saturation

R 112 of 255 = 44%
G 81 of 255 = 32%
B 109 of 255 = 43%

112
81
109

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

Portions of RGB colors in percentages

R + G + B =
112 + 81 + 109 = 302 (100%)
R 112 of 302 ~ 37.09%
G 81 of 302 ~ 26.82%
B 109 of 302 ~ 36.09%

%37.09
%26.82
%36.09

CMYK color model

#70516D color CMYK value is (0,28,3,56).

  • cyan value is 0.00%
  • magenta value is 27.68%
  • yellow value is 2.68%
  • key color value is 56.08%
CMYK: (0,28,3,56) C0M28Y3K56 (0%,28%,3%,56%) (0.00/0.28/0.03/0.56)

CMYK percentages

%0
%27.68
%2.68
%56.08

Codes

Color #70516D in popluar color models

70516D
RGB11281109
HSL306°16.06%37.84%
HSB/HSV306°27.68%43.92%
CMYK0.00%27.68%2.68%
56.08%

Color #70516D in popluar number systems.

HEX70516D
Decimal11281109
Binary111000010100011101101
Octal160121155

Shades and tints

Shades of #70516D

#70516D
(112,81,109)
#664A64
(102,74,100)
#5C435B
(92,67,91)
#523C52
(82,60,82)
#483549
(72,53,73)
#3E2E40
(62,46,64)
#342737
(52,39,55)
#2A202E
(42,32,46)
#201925
(32,25,37)
#16121C
(22,18,28)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #70516D

#70516D
(112,81,109)
#7D607A
(125,96,122)
#8A6F87
(138,111,135)
#977E94
(151,126,148)
#A48DA1
(164,141,161)
#B19CAE
(177,156,174)
#BEABBB
(190,171,187)
#CBBAC8
(203,186,200)
#D8C9D5
(216,201,213)
#E5D8E2
(229,216,226)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70516D color. Also use rgb(112,81,109) instead hex code.

Text Font Color

.myTextColor { color: #70516D; }

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

This text font color is #70516D.


Background Color

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

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

This div background color is #70516D.


Border color

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

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

This div border color is #70516D.


Opacity

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

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

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

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

This text has shadow with #70516D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #70516D on black background.


Color preview on white background

This text has color #70516D on white background.



Black color preview on #70516D background

This text has black color on #70516D background.


White color preview on #70516D background

This text has white color on #70516D background.