COLOR #70696D

HEX: #70696D
RGB: (112,105,109)

Color info

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

RGB color model

#70696D color RGB value is (112,105,109).

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

RGB channels and saturation

R 112 of 255 = 44%
G 105 of 255 = 41%
B 109 of 255 = 43%

112
105
109

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

Portions of RGB colors in percentages

R + G + B =
112 + 105 + 109 = 326 (100%)
R 112 of 326 ~ 34.36%
G 105 of 326 ~ 32.21%
B 109 of 326 ~ 33.44%

%34.36
%32.21
%33.44

CMYK color model

#70696D color CMYK value is (0,6,3,56).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 2.68%
  • key color value is 56.08%
CMYK:
(0,6,3,56)
C0M6Y3K56 
(0%,6%,3%,56%)
(0.00/0.06/0.03/0.56)	

CMYK percentages

%0
%6.25
%2.68
%56.08

Codes

Color #70696D in popluar color models

70696D
RGB112105109
HSL326°3.23%42.55%
HSB/HSV326°6.25%43.92%
CMYK0.00%6.25%2.68%
56.08%

Color #70696D in popluar number systems.

HEX70696D
Decimal112105109
Binary111000011010011101101
Octal160151155

Shades and tints

Shades of #70696D

#70696D
(112,105,109)
#666064
(102,96,100)
#5C575B
(92,87,91)
#524E52
(82,78,82)
#484549
(72,69,73)
#3E3C40
(62,60,64)
#343337
(52,51,55)
#2A2A2E
(42,42,46)
#202125
(32,33,37)
#16181C
(22,24,28)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #70696D

#70696D
(112,105,109)
#7D767A
(125,118,122)
#8A8387
(138,131,135)
#979094
(151,144,148)
#A49DA1
(164,157,161)
#B1AAAE
(177,170,174)
#BEB7BB
(190,183,187)
#CBC4C8
(203,196,200)
#D8D1D5
(216,209,213)
#E5DEE2
(229,222,226)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70696D; }

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

This text font color is #70696D.


Background Color

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

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

This div background color is #70696D.


Border color

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

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

This div border color is #70696D.


Opacity

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

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

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

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

This text has shadow with #70696D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70696D on black background.


Color preview on white background

This text has color #70696D on white background.



Black color preview on #70696D background

This text has black color on #70696D background.


White color preview on #70696D background

This text has white color on #70696D background.