COLOR #706474

HEX: #706474
RGB: (112,100,116)

Color info

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

RGB color model

#706474 color RGB value is (112,100,116).

  • red value is 112;
  • green value is 100;
  • blue value is 116.
RGB:
(112,100,116)
(44%,39%,45%)

RGB channels and saturation

R 112 of 255 = 44%
G 100 of 255 = 39%
B 116 of 255 = 45%

112
100
116

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

Portions of RGB colors in percentages

R + G + B =
112 + 100 + 116 = 328 (100%)
R 112 of 328 ~ 34.15%
G 100 of 328 ~ 30.49%
B 116 of 328 ~ 35.37%

%34.15
%30.49
%35.37

CMYK color model

#706474 color CMYK value is (3,14,0,55).

  • cyan value is 3.45%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(3,14,0,55)
C3M14Y0K55 
(3%,14%,0%,55%)
(0.03/0.14/0.00/0.55)	

CMYK percentages

%3.45
%13.79
%0
%54.51

Codes

Color #706474 in popluar color models

706474
RGB112100116
HSL285°7.41%42.35%
HSB/HSV285°13.79%45.49%
CMYK3.45%13.79%0.00%
54.51%

Color #706474 in popluar number systems.

HEX706474
Decimal112100116
Binary111000011001001110100
Octal160144164

Shades and tints

Shades of #706474

#706474
(112,100,116)
#665B6A
(102,91,106)
#5C5260
(92,82,96)
#524956
(82,73,86)
#48404C
(72,64,76)
#3E3742
(62,55,66)
#342E38
(52,46,56)
#2A252E
(42,37,46)
#201C24
(32,28,36)
#16131A
(22,19,26)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #706474

#706474
(112,100,116)
#7D7280
(125,114,128)
#8A808C
(138,128,140)
#978E98
(151,142,152)
#A49CA4
(164,156,164)
#B1AAB0
(177,170,176)
#BEB8BC
(190,184,188)
#CBC6C8
(203,198,200)
#D8D4D4
(216,212,212)
#E5E2E0
(229,226,224)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706474; }

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

This text font color is #706474.


Background Color

.myBgColor { background-color: #706474; }

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

This div background color is #706474.


Border color

.myBorderColor { border: 1px solid #706474; }

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

This div border color is #706474.


Opacity

.myOpacity80 { color: #706474; opacity: 0.8; }

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

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

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

This text has shadow with #706474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706474 on black background.


Color preview on white background

This text has color #706474 on white background.



Black color preview on #706474 background

This text has black color on #706474 background.


White color preview on #706474 background

This text has white color on #706474 background.