COLOR #70677E

HEX: #70677E
RGB: (112,103,126)

Color info

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

RGB color model

#70677E color RGB value is (112,103,126).

  • red value is 112;
  • green value is 103;
  • blue value is 126.
RGB:
(112,103,126)
(44%,40%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 103 of 255 = 40%
B 126 of 255 = 49%

112
103
126

R + G + B ~ 44%. #70677E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 103 + 126 = 341 (100%)
R 112 of 341 ~ 32.84%
G 103 of 341 ~ 30.21%
B 126 of 341 ~ 36.95%

%32.84
%30.21
%36.95

CMYK color model

#70677E color CMYK value is (11,18,0,51).

  • cyan value is 11.11%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(11,18,0,51)
C11M18Y0K51 
(11%,18%,0%,51%)
(0.11/0.18/0.00/0.51)	

CMYK percentages

%11.11
%18.25
%0
%50.59

Codes

Color #70677E in popluar color models

70677E
RGB112103126
HSL263°10.04%44.90%
HSB/HSV263°18.25%49.41%
CMYK11.11%18.25%0.00%
50.59%

Color #70677E in popluar number systems.

HEX70677E
Decimal112103126
Binary111000011001111111110
Octal160147176

Shades and tints

Shades of #70677E

#70677E
(112,103,126)
#665E73
(102,94,115)
#5C5568
(92,85,104)
#524C5D
(82,76,93)
#484352
(72,67,82)
#3E3A47
(62,58,71)
#34313C
(52,49,60)
#2A2831
(42,40,49)
#201F26
(32,31,38)
#16161B
(22,22,27)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #70677E

#70677E
(112,103,126)
#7D7489
(125,116,137)
#8A8194
(138,129,148)
#978E9F
(151,142,159)
#A49BAA
(164,155,170)
#B1A8B5
(177,168,181)
#BEB5C0
(190,181,192)
#CBC2CB
(203,194,203)
#D8CFD6
(216,207,214)
#E5DCE1
(229,220,225)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70677E color. Also use rgb(112,103,126) instead hex code.

Text Font Color

.myTextColor { color: #70677E; }

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

This text font color is #70677E.


Background Color

.myBgColor { background-color: #70677E; }

<div style="background-color:#70677E">Inner text</div>

This div background color is #70677E.


Border color

.myBorderColor { border: 1px solid #70677E; }

<div style="border:3px solid #70677E">Div</div>

This div border color is #70677E.


Opacity

.myOpacity80 { color: #70677E; opacity: 0.8; }

<p style="color:#70677E;opacity:0.8;">80%</p>

Text with #70677E 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 #70677E;}

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

This text has shadow with #70677E color.

.textShadow {text-shadow: 3px 3px 1px #70677E, 3px 3px 1px red;}

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

This text has shadow with #70677E primary color and red secondary color.


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

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

This text has shadow with #70677E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70677E on black background.


Color preview on white background

This text has color #70677E on white background.



Black color preview on #70677E background

This text has black color on #70677E background.


White color preview on #70677E background

This text has white color on #70677E background.