COLOR #70747B

HEX: #70747B RGB: (112,116,123)

Color info

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

RGB color model

#70747B color RGB value is (112,116,123).

RGB: (112,116,123) (44%, 45%, 48%)

RGB channels and saturation

R 112 of 255 = 44%
G 116 of 255 = 45%
B 123 of 255 = 48%

112
116
123

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

Portions of RGB colors in percentages

R + G + B = 112 + 116 + 123 = 351 (100%)
R 112 of 351 ~ 31.91%
G 116 of 351 ~ 33.05%
B 123 of 351 ~ 35.04'%

%31.91
%33.05
%35.04

CMYK color model

#70747B color CMYK value is (9,6,0,52).

  • cyan value is 8.94%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (9,6,0,52)
C9M6Y0K52 (9%, 6%, 0%, 52%)
(0.09 / 0.06 / 0.00 / 0.52)

CMYK percentages

%8.94
%5.69
%0
%51.76

Codes

Color #70747B in popluar color models

70 74 7B
RGB 112 116 123
HSL 218° 4.68% 46.08%
HSB/HSV 218° 8.94% 48.24%
CMYK 8.94% 5.69% 0.00%
51.76%

Color #70747B in popluar number systems.

HEX 70 74 7B
Decimal 112 116 123
Binary 1110000 1110100 1111011
Octal 160 164 173

Shades and tints

Shades of #70747B

#70747B
(112,116,123)
#666A70
(102,106,112)
#5C6065
(92,96,101)
#52565A
(82,86,90)
#484C4F
(72,76,79)
#3E4244
(62,66,68)
#343839
(52,56,57)
#2A2E2E
(42,46,46)
#202423
(32,36,35)
#161A18
(22,26,24)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #70747B

#70747B
(112,116,123)
#7D8087
(125,128,135)
#8A8C93
(138,140,147)
#97989F
(151,152,159)
#A4A4AB
(164,164,171)
#B1B0B7
(177,176,183)
#BEBCC3
(190,188,195)
#CBC8CF
(203,200,207)
#D8D4DB
(216,212,219)
#E5E0E7
(229,224,231)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70747B; }

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

This text font color is #70747B.

Background Color

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

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

This div background color is #70747B.

Border color

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

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

This div border color is #70747B.

Opacity

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

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

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

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

This text has shadow with #70747B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70747B.

Preview

Color preview on black background

This text has color #70747B on black background.


Color preview on white background

This text has color #70747B on white background.


Black color preview on #70747B background

This text has black color on #70747B background.


White color preview on #70747B background

This text has white color on #70747B background.


Related colors

Complementary color

Complementary color for #hex is #8F8B84.


I love getcolorcode.com

Triadic colors

1 #7B7074 and #747B70 with #70747B are triadic colors.

2 #7B7470 and #74707B with #70747B are triadic colors.