COLOR #70687D

HEX: #70687D RGB: (112,104,125)

Color info

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

RGB color model

#70687D color RGB value is (112,104,125).

RGB: (112,104,125) (44%, 41%, 49%)

RGB channels and saturation

R 112 of 255 = 44%
G 104 of 255 = 41%
B 125 of 255 = 49%

112
104
125

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

Portions of RGB colors in percentages

R + G + B = 112 + 104 + 125 = 341 (100%)
R 112 of 341 ~ 32.84%
G 104 of 341 ~ 30.5%
B 125 of 341 ~ 36.66'%

%32.84
%30.5
%36.66

CMYK color model

#70687D color CMYK value is (10,17,0,51).

  • cyan value is 10.40%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (10,17,0,51) C10M17Y0K51 (10%,17%,0%,51%) (0.10/0.17/0.00/0.51) 

CMYK percentages

%10.4
%16.8
%0
%50.98

Codes

Color #70687D in popluar color models

70 68 7D
RGB 112 104 125
HSL 263° 9.17% 44.90%
HSB/HSV 263° 16.80% 49.02%
CMYK 10.40% 16.80% 0.00%
50.98%

Color #70687D in popluar number systems.

HEX 70 68 7D
Decimal 112 104 125
Binary 1110000 1101000 1111101
Octal 160 150 175

Shades and tints

Shades of #70687D

#70687D
(112,104,125)
#665F72
(102,95,114)
#5C5667
(92,86,103)
#524D5C
(82,77,92)
#484451
(72,68,81)
#3E3B46
(62,59,70)
#34323B
(52,50,59)
#2A2930
(42,41,48)
#202025
(32,32,37)
#16171A
(22,23,26)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #70687D

#70687D
(112,104,125)
#7D7588
(125,117,136)
#8A8293
(138,130,147)
#978F9E
(151,143,158)
#A49CA9
(164,156,169)
#B1A9B4
(177,169,180)
#BEB6BF
(190,182,191)
#CBC3CA
(203,195,202)
#D8D0D5
(216,208,213)
#E5DDE0
(229,221,224)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70687D color. Also use rgb(112,104,125) instead hex code.

Text Font Color

.myTextColor { color: #70687D; }

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

This text font color is #70687D.

Background Color

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

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

This div background color is #70687D.

Border color

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

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

This div border color is #70687D.

Opacity

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

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

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

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

This text has shadow with #70687D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70687D.

Preview

Color preview on black background

This text has color #70687D on black background.


Color preview on white background

This text has color #70687D on white background.


Black color preview on #70687D background

This text has black color on #70687D background.


White color preview on #70687D background

This text has white color on #70687D background.


Related colors

Complementary color

Complementary color for #hex is #8F9782.


I love getcolorcode.com

Triadic colors

1 #7D7068 and #687D70 with #70687D are triadic colors.

2 #7D6870 and #68707D with #70687D are triadic colors.