COLOR #707478

HEX: #707478
RGB: (112,116,120)

Color info

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

RGB color model

#707478 color RGB value is (112,116,120).

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

RGB channels and saturation

R 112 of 255 = 44%
G 116 of 255 = 45%
B 120 of 255 = 47%

112
116
120

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

Portions of RGB colors in percentages

R + G + B =
112 + 116 + 120 = 348 (100%)
R 112 of 348 ~ 32.18%
G 116 of 348 ~ 33.33%
B 120 of 348 ~ 34.48%

%32.18
%33.33
%34.48

CMYK color model

#707478 color CMYK value is (7,3,0,53).

  • cyan value is 6.67%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(7,3,0,53)
C7M3Y0K53 
(7%,3%,0%,53%)
(0.07/0.03/0.00/0.53)	

CMYK percentages

%6.67
%3.33
%0
%52.94

Codes

Color #707478 in popluar color models

707478
RGB112116120
HSL210°3.45%45.49%
HSB/HSV210°6.67%47.06%
CMYK6.67%3.33%0.00%
52.94%

Color #707478 in popluar number systems.

HEX707478
Decimal112116120
Binary111000011101001111000
Octal160164170

Shades and tints

Shades of #707478

#707478
(112,116,120)
#666A6E
(102,106,110)
#5C6064
(92,96,100)
#52565A
(82,86,90)
#484C50
(72,76,80)
#3E4246
(62,66,70)
#34383C
(52,56,60)
#2A2E32
(42,46,50)
#202428
(32,36,40)
#161A1E
(22,26,30)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #707478

#707478
(112,116,120)
#7D8084
(125,128,132)
#8A8C90
(138,140,144)
#97989C
(151,152,156)
#A4A4A8
(164,164,168)
#B1B0B4
(177,176,180)
#BEBCC0
(190,188,192)
#CBC8CC
(203,200,204)
#D8D4D8
(216,212,216)
#E5E0E4
(229,224,228)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707478; }

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

This text font color is #707478.


Background Color

.myBgColor { background-color: #707478; }

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

This div background color is #707478.


Border color

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

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

This div border color is #707478.


Opacity

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

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

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

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

This text has shadow with #707478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707478 on black background.


Color preview on white background

This text has color #707478 on white background.



Black color preview on #707478 background

This text has black color on #707478 background.


White color preview on #707478 background

This text has white color on #707478 background.