COLOR #70715F

HEX: #70715F
RGB: (112,113,95)

Color info

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

RGB color model

#70715F color RGB value is (112,113,95).

  • red value is 112;
  • green value is 113;
  • blue value is 95.
RGB:
(112,113,95)
(44%,44%,37%)

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 95 of 255 = 37%

112
113
95

R + G + B ~ 42%. #70715F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 113 + 95 = 320 (100%)
R 112 of 320 ~ 35%
G 113 of 320 ~ 35.31%
B 95 of 320 ~ 29.69%

%35
%35.31
%29.69

CMYK color model

#70715F color CMYK value is (1,0,16,56).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(1,0,16,56)
C1M0Y16K56 
(1%,0%,16%,56%)
(0.01/0.00/0.16/0.56)	

CMYK percentages

%0.88
%0
%15.93
%55.69

Codes

Color #70715F in popluar color models

70715F
RGB11211395
HSL63°8.65%40.78%
HSB/HSV63°15.93%44.31%
CMYK0.88%0.00%15.93%
55.69%

Color #70715F in popluar number systems.

HEX70715F
Decimal11211395
Binary111000011100011011111
Octal160161137

Shades and tints

Shades of #70715F

#70715F
(112,113,95)
#666757
(102,103,87)
#5C5D4F
(92,93,79)
#525347
(82,83,71)
#48493F
(72,73,63)
#3E3F37
(62,63,55)
#34352F
(52,53,47)
#2A2B27
(42,43,39)
#20211F
(32,33,31)
#161717
(22,23,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #70715F

#70715F
(112,113,95)
#7D7D6D
(125,125,109)
#8A897B
(138,137,123)
#979589
(151,149,137)
#A4A197
(164,161,151)
#B1ADA5
(177,173,165)
#BEB9B3
(190,185,179)
#CBC5C1
(203,197,193)
#D8D1CF
(216,209,207)
#E5DDDD
(229,221,221)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70715F color. Also use rgb(112,113,95) instead hex code.

Text Font Color

.myTextColor { color: #70715F; }

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

This text font color is #70715F.


Background Color

.myBgColor { background-color: #70715F; }

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

This div background color is #70715F.


Border color

.myBorderColor { border: 1px solid #70715F; }

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

This div border color is #70715F.


Opacity

.myOpacity80 { color: #70715F; opacity: 0.8; }

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

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

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

This text has shadow with #70715F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70715F on black background.


Color preview on white background

This text has color #70715F on white background.



Black color preview on #70715F background

This text has black color on #70715F background.


White color preview on #70715F background

This text has white color on #70715F background.