COLOR #70756D

HEX: #70756D
RGB: (112,117,109)

Color info

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

RGB color model

#70756D color RGB value is (112,117,109).

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

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 109 of 255 = 43%

112
117
109

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

Portions of RGB colors in percentages

R + G + B =
112 + 117 + 109 = 338 (100%)
R 112 of 338 ~ 33.14%
G 117 of 338 ~ 34.62%
B 109 of 338 ~ 32.25%

%33.14
%34.62
%32.25

CMYK color model

#70756D color CMYK value is (4,0,7,54).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 54.12%
CMYK:
(4,0,7,54)
C4M0Y7K54 
(4%,0%,7%,54%)
(0.04/0.00/0.07/0.54)	

CMYK percentages

%4.27
%0
%6.84
%54.12

Codes

Color #70756D in popluar color models

70756D
RGB112117109
HSL98°3.54%44.31%
HSB/HSV98°6.84%45.88%
CMYK4.27%0.00%6.84%
54.12%

Color #70756D in popluar number systems.

HEX70756D
Decimal112117109
Binary111000011101011101101
Octal160165155

Shades and tints

Shades of #70756D

#70756D
(112,117,109)
#666B64
(102,107,100)
#5C615B
(92,97,91)
#525752
(82,87,82)
#484D49
(72,77,73)
#3E4340
(62,67,64)
#343937
(52,57,55)
#2A2F2E
(42,47,46)
#202525
(32,37,37)
#161B1C
(22,27,28)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #70756D

#70756D
(112,117,109)
#7D817A
(125,129,122)
#8A8D87
(138,141,135)
#979994
(151,153,148)
#A4A5A1
(164,165,161)
#B1B1AE
(177,177,174)
#BEBDBB
(190,189,187)
#CBC9C8
(203,201,200)
#D8D5D5
(216,213,213)
#E5E1E2
(229,225,226)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70756D; }

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

This text font color is #70756D.


Background Color

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

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

This div background color is #70756D.


Border color

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

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

This div border color is #70756D.


Opacity

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

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

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

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

This text has shadow with #70756D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70756D on black background.


Color preview on white background

This text has color #70756D on white background.



Black color preview on #70756D background

This text has black color on #70756D background.


White color preview on #70756D background

This text has white color on #70756D background.