COLOR #707474

HEX: #707474
RGB: (112,116,116)

Color info

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

RGB color model

#707474 color RGB value is (112,116,116).

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

RGB channels and saturation

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

112
116
116

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

Portions of RGB colors in percentages

R + G + B =
112 + 116 + 116 = 344 (100%)
R 112 of 344 ~ 32.56%
G 116 of 344 ~ 33.72%
B 116 of 344 ~ 33.72%

%32.56
%33.72
%33.72

CMYK color model

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

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

CMYK percentages

%3.45
%0
%0
%54.51

Codes

Color #707474 in popluar color models

707474
RGB112116116
HSL180°1.75%44.71%
HSB/HSV180°3.45%45.49%
CMYK3.45%0.00%0.00%
54.51%

Color #707474 in popluar number systems.

HEX707474
Decimal112116116
Binary111000011101001110100
Octal160164164

Shades and tints

Shades of #707474

#707474
(112,116,116)
#666A6A
(102,106,106)
#5C6060
(92,96,96)
#525656
(82,86,86)
#484C4C
(72,76,76)
#3E4242
(62,66,66)
#343838
(52,56,56)
#2A2E2E
(42,46,46)
#202424
(32,36,36)
#161A1A
(22,26,26)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #707474

#707474
(112,116,116)
#7D8080
(125,128,128)
#8A8C8C
(138,140,140)
#979898
(151,152,152)
#A4A4A4
(164,164,164)
#B1B0B0
(177,176,176)
#BEBCBC
(190,188,188)
#CBC8C8
(203,200,200)
#D8D4D4
(216,212,212)
#E5E0E0
(229,224,224)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707474; }

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

This text font color is #707474.


Background Color

.myBgColor { background-color: #707474; }

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

This div background color is #707474.


Border color

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

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

This div border color is #707474.


Opacity

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

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

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

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

This text has shadow with #707474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707474 on black background.


Color preview on white background

This text has color #707474 on white background.



Black color preview on #707474 background

This text has black color on #707474 background.


White color preview on #707474 background

This text has white color on #707474 background.