COLOR #70888D

HEX: #70888D RGB: (112,136,141)

Color info

#70888D contains red, green and blue colors in about the same proportion. Web safe color of #70888D is #669999 (or #699).

RGB color model

#70888D color RGB value is (112,136,141).

RGB: (112,136,141) (44%, 53%, 55%)

RGB channels and saturation

R 112 of 255 = 44%
G 136 of 255 = 53%
B 141 of 255 = 55%

112
136
141

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

Portions of RGB colors in percentages

R + G + B = 112 + 136 + 141 = 389 (100%)
R 112 of 389 ~ 28.79%
G 136 of 389 ~ 34.96%
B 141 of 389 ~ 36.25'%

%28.79
%34.96
%36.25

CMYK color model

#70888D color CMYK value is (21,4,0,45).

  • cyan value is 20.57%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (21,4,0,45) C21M4Y0K45 (21%,4%,0%,45%) (0.21/0.04/0.00/0.45) 

CMYK percentages

%20.57
%3.55
%0
%44.71

Codes

Color #70888D in popluar color models

70 88 8D
RGB 112 136 141
HSL 190° 11.46% 49.61%
HSB/HSV 190° 20.57% 55.29%
CMYK 20.57% 3.55% 0.00%
44.71%

Color #70888D in popluar number systems.

HEX 70 88 8D
Decimal 112 136 141
Binary 1110000 10001000 10001101
Octal 160 210 215

Shades and tints

Shades of #70888D

#70888D
(112,136,141)
#667C81
(102,124,129)
#5C7075
(92,112,117)
#526469
(82,100,105)
#48585D
(72,88,93)
#3E4C51
(62,76,81)
#344045
(52,64,69)
#2A3439
(42,52,57)
#20282D
(32,40,45)
#161C21
(22,28,33)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #70888D

#70888D
(112,136,141)
#7D9297
(125,146,151)
#8A9CA1
(138,156,161)
#97A6AB
(151,166,171)
#A4B0B5
(164,176,181)
#B1BABF
(177,186,191)
#BEC4C9
(190,196,201)
#CBCED3
(203,206,211)
#D8D8DD
(216,216,221)
#E5E2E7
(229,226,231)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70888D color. Also use rgb(112,136,141) instead hex code.

Text Font Color

.myTextColor { color: #70888D; }

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

This text font color is #70888D.

Background Color

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

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

This div background color is #70888D.

Border color

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

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

This div border color is #70888D.

Opacity

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

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

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

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

This text has shadow with #70888D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70888D.

Preview

Color preview on black background

This text has color #70888D on black background.


Color preview on white background

This text has color #70888D on white background.


Black color preview on #70888D background

This text has black color on #70888D background.


White color preview on #70888D background

This text has white color on #70888D background.


Related colors

Complementary color

Complementary color for #hex is #8F7772.


I love getcolorcode.com

Triadic colors

1 #8D7088 and #888D70 with #70888D are triadic colors.

2 #8D8870 and #88708D with #70888D are triadic colors.