COLOR #70736F

HEX: #70736F
RGB: (112,115,111)

Color info

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

RGB color model

#70736F color RGB value is (112,115,111).

  • red value is 112;
  • green value is 115;
  • blue value is 111.
RGB:
(112,115,111)
(44%,45%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 115 of 255 = 45%
B 111 of 255 = 44%

112
115
111

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

Portions of RGB colors in percentages

R + G + B =
112 + 115 + 111 = 338 (100%)
R 112 of 338 ~ 33.14%
G 115 of 338 ~ 34.02%
B 111 of 338 ~ 32.84%

%33.14
%34.02
%32.84

CMYK color model

#70736F color CMYK value is (3,0,3,55).

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK:
(3,0,3,55)
C3M0Y3K55 
(3%,0%,3%,55%)
(0.03/0.00/0.03/0.55)	

CMYK percentages

%2.61
%0
%3.48
%54.9

Codes

Color #70736F in popluar color models

70736F
RGB112115111
HSL105°1.77%44.31%
HSB/HSV105°3.48%45.10%
CMYK2.61%0.00%3.48%
54.90%

Color #70736F in popluar number systems.

HEX70736F
Decimal112115111
Binary111000011100111101111
Octal160163157

Shades and tints

Shades of #70736F

#70736F
(112,115,111)
#666965
(102,105,101)
#5C5F5B
(92,95,91)
#525551
(82,85,81)
#484B47
(72,75,71)
#3E413D
(62,65,61)
#343733
(52,55,51)
#2A2D29
(42,45,41)
#20231F
(32,35,31)
#161915
(22,25,21)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #70736F

#70736F
(112,115,111)
#7D7F7C
(125,127,124)
#8A8B89
(138,139,137)
#979796
(151,151,150)
#A4A3A3
(164,163,163)
#B1AFB0
(177,175,176)
#BEBBBD
(190,187,189)
#CBC7CA
(203,199,202)
#D8D3D7
(216,211,215)
#E5DFE4
(229,223,228)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70736F color. Also use rgb(112,115,111) instead hex code.

Text Font Color

.myTextColor { color: #70736F; }

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

This text font color is #70736F.


Background Color

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

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

This div background color is #70736F.


Border color

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

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

This div border color is #70736F.


Opacity

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

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

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

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

This text has shadow with #70736F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70736F on black background.


Color preview on white background

This text has color #70736F on white background.



Black color preview on #70736F background

This text has black color on #70736F background.


White color preview on #70736F background

This text has white color on #70736F background.