COLOR #70696B

HEX: #70696B
RGB: (112,105,107)

Color info

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

RGB color model

#70696B color RGB value is (112,105,107).

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

RGB channels and saturation

R 112 of 255 = 44%
G 105 of 255 = 41%
B 107 of 255 = 42%

112
105
107

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

Portions of RGB colors in percentages

R + G + B =
112 + 105 + 107 = 324 (100%)
R 112 of 324 ~ 34.57%
G 105 of 324 ~ 32.41%
B 107 of 324 ~ 33.02%

%34.57
%32.41
%33.02

CMYK color model

#70696B color CMYK value is (0,6,4,56).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 4.46%
  • key color value is 56.08%
CMYK:
(0,6,4,56)
C0M6Y4K56 
(0%,6%,4%,56%)
(0.00/0.06/0.04/0.56)	

CMYK percentages

%0
%6.25
%4.46
%56.08

Codes

Color #70696B in popluar color models

70696B
RGB112105107
HSL343°3.23%42.55%
HSB/HSV343°6.25%43.92%
CMYK0.00%6.25%4.46%
56.08%

Color #70696B in popluar number systems.

HEX70696B
Decimal112105107
Binary111000011010011101011
Octal160151153

Shades and tints

Shades of #70696B

#70696B
(112,105,107)
#666062
(102,96,98)
#5C5759
(92,87,89)
#524E50
(82,78,80)
#484547
(72,69,71)
#3E3C3E
(62,60,62)
#343335
(52,51,53)
#2A2A2C
(42,42,44)
#202123
(32,33,35)
#16181A
(22,24,26)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #70696B

#70696B
(112,105,107)
#7D7678
(125,118,120)
#8A8385
(138,131,133)
#979092
(151,144,146)
#A49D9F
(164,157,159)
#B1AAAC
(177,170,172)
#BEB7B9
(190,183,185)
#CBC4C6
(203,196,198)
#D8D1D3
(216,209,211)
#E5DEE0
(229,222,224)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70696B; }

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

This text font color is #70696B.


Background Color

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

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

This div background color is #70696B.


Border color

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

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

This div border color is #70696B.


Opacity

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

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

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

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

This text has shadow with #70696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70696B on black background.


Color preview on white background

This text has color #70696B on white background.



Black color preview on #70696B background

This text has black color on #70696B background.


White color preview on #70696B background

This text has white color on #70696B background.