COLOR #708474

HEX: #708474 RGB: (112,132,116)

Color info

#708474 contains red, green and blue colors in about the same proportion. Web safe color of #708474 is #669966 (or #696).

RGB color model

#708474 color RGB value is (112,132,116).

RGB: (112,132,116) (44%, 52%, 45%)

RGB channels and saturation

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

112
132
116

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

Portions of RGB colors in percentages

R + G + B = 112 + 132 + 116 = 360 (100%)
R 112 of 360 ~ 31.11%
G 132 of 360 ~ 36.67%
B 116 of 360 ~ 32.22'%

%31.11
%36.67
%32.22

CMYK color model

#708474 color CMYK value is (15,0,12,48).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 48.24%

CMYK: (15,0,12,48)
C15M0Y12K48 (15%, 0%, 12%, 48%)
(0.15 / 0.00 / 0.12 / 0.48)

CMYK percentages

%15.15
%0
%12.12
%48.24

Codes

Color #708474 in popluar color models

70 84 74
RGB 112 132 116
HSL 132° 8.20% 47.84%
HSB/HSV 132° 15.15% 51.76%
CMYK 15.15% 0.00% 12.12%
48.24%

Color #708474 in popluar number systems.

HEX 70 84 74
Decimal 112 132 116
Binary 1110000 10000100 1110100
Octal 160 204 164

Shades and tints

Shades of #708474

#708474
(112,132,116)
#66786A
(102,120,106)
#5C6C60
(92,108,96)
#526056
(82,96,86)
#48544C
(72,84,76)
#3E4842
(62,72,66)
#343C38
(52,60,56)
#2A302E
(42,48,46)
#202424
(32,36,36)
#16181A
(22,24,26)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #708474

#708474
(112,132,116)
#7D8F80
(125,143,128)
#8A9A8C
(138,154,140)
#97A598
(151,165,152)
#A4B0A4
(164,176,164)
#B1BBB0
(177,187,176)
#BEC6BC
(190,198,188)
#CBD1C8
(203,209,200)
#D8DCD4
(216,220,212)
#E5E7E0
(229,231,224)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708474; }

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

This text font color is #708474.

Background Color

.myBgColor { background-color: #708474; }

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

This div background color is #708474.

Border color

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

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

This div border color is #708474.

Opacity

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

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

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

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

This text has shadow with #708474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708474.

Preview

Color preview on black background

This text has color #708474 on black background.


Color preview on white background

This text has color #708474 on white background.


Black color preview on #708474 background

This text has black color on #708474 background.


White color preview on #708474 background

This text has white color on #708474 background.


Related colors

Complementary color

Complementary color for #hex is #8F7B8B.


I love getcolorcode.com

Triadic colors

1 #747084 and #847470 with #708474 are triadic colors.

2 #748470 and #847074 with #708474 are triadic colors.