COLOR #70626B

HEX: #70626B
RGB: (112,98,107)

Color info

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

RGB color model

#70626B color RGB value is (112,98,107).

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

RGB channels and saturation

R 112 of 255 = 44%
G 98 of 255 = 38%
B 107 of 255 = 42%

112
98
107

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

Portions of RGB colors in percentages

R + G + B =
112 + 98 + 107 = 317 (100%)
R 112 of 317 ~ 35.33%
G 98 of 317 ~ 30.91%
B 107 of 317 ~ 33.75%

%35.33
%30.91
%33.75

CMYK color model

#70626B color CMYK value is (0,13,4,56).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 4.46%
  • key color value is 56.08%
CMYK:
(0,13,4,56)
C0M13Y4K56 
(0%,13%,4%,56%)
(0.00/0.13/0.04/0.56)	

CMYK percentages

%0
%12.5
%4.46
%56.08

Codes

Color #70626B in popluar color models

70626B
RGB11298107
HSL321°6.67%41.18%
HSB/HSV321°12.50%43.92%
CMYK0.00%12.50%4.46%
56.08%

Color #70626B in popluar number systems.

HEX70626B
Decimal11298107
Binary111000011000101101011
Octal160142153

Shades and tints

Shades of #70626B

#70626B
(112,98,107)
#665A62
(102,90,98)
#5C5259
(92,82,89)
#524A50
(82,74,80)
#484247
(72,66,71)
#3E3A3E
(62,58,62)
#343235
(52,50,53)
#2A2A2C
(42,42,44)
#202223
(32,34,35)
#161A1A
(22,26,26)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #70626B

#70626B
(112,98,107)
#7D7078
(125,112,120)
#8A7E85
(138,126,133)
#978C92
(151,140,146)
#A49A9F
(164,154,159)
#B1A8AC
(177,168,172)
#BEB6B9
(190,182,185)
#CBC4C6
(203,196,198)
#D8D2D3
(216,210,211)
#E5E0E0
(229,224,224)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70626B; }

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

This text font color is #70626B.


Background Color

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

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

This div background color is #70626B.


Border color

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

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

This div border color is #70626B.


Opacity

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

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

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

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

This text has shadow with #70626B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70626B on black background.


Color preview on white background

This text has color #70626B on white background.



Black color preview on #70626B background

This text has black color on #70626B background.


White color preview on #70626B background

This text has white color on #70626B background.