COLOR #70787B

HEX: #70787B
RGB: (112,120,123)

Color info

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

RGB color model

#70787B color RGB value is (112,120,123).

  • red value is 112;
  • green value is 120;
  • blue value is 123.
RGB:
(112,120,123)
(44%,47%,48%)

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 123 of 255 = 48%

112
120
123

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

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 123 = 355 (100%)
R 112 of 355 ~ 31.55%
G 120 of 355 ~ 33.8%
B 123 of 355 ~ 34.65%

%31.55
%33.8
%34.65

CMYK color model

#70787B color CMYK value is (9,2,0,52).

  • cyan value is 8.94%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(9,2,0,52)
C9M2Y0K52 
(9%,2%,0%,52%)
(0.09/0.02/0.00/0.52)	

CMYK percentages

%8.94
%2.44
%0
%51.76

Codes

Color #70787B in popluar color models

70787B
RGB112120123
HSL196°4.68%46.08%
HSB/HSV196°8.94%48.24%
CMYK8.94%2.44%0.00%
51.76%

Color #70787B in popluar number systems.

HEX70787B
Decimal112120123
Binary111000011110001111011
Octal160170173

Shades and tints

Shades of #70787B

#70787B
(112,120,123)
#666E70
(102,110,112)
#5C6465
(92,100,101)
#525A5A
(82,90,90)
#48504F
(72,80,79)
#3E4644
(62,70,68)
#343C39
(52,60,57)
#2A322E
(42,50,46)
#202823
(32,40,35)
#161E18
(22,30,24)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #70787B

#70787B
(112,120,123)
#7D8487
(125,132,135)
#8A9093
(138,144,147)
#979C9F
(151,156,159)
#A4A8AB
(164,168,171)
#B1B4B7
(177,180,183)
#BEC0C3
(190,192,195)
#CBCCCF
(203,204,207)
#D8D8DB
(216,216,219)
#E5E4E7
(229,228,231)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70787B color. Also use rgb(112,120,123) instead hex code.

Text Font Color

.myTextColor { color: #70787B; }

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

This text font color is #70787B.


Background Color

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

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

This div background color is #70787B.


Border color

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

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

This div border color is #70787B.


Opacity

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

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

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

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

This text has shadow with #70787B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70787B on black background.


Color preview on white background

This text has color #70787B on white background.



Black color preview on #70787B background

This text has black color on #70787B background.


White color preview on #70787B background

This text has white color on #70787B background.