COLOR #707047

HEX: #707047 RGB: (112,112,71)

Color info

#707047 contains red, green and blue colors in about the same proportion. Web safe color of #707047 is #666633 (or #663).

RGB color model

#707047 color RGB value is (112,112,71).

RGB: (112,112,71) (44%, 44%, 28%)

RGB channels and saturation

R 112 of 255 = 44%
G 112 of 255 = 44%
B 71 of 255 = 28%

112
112
71

R + G + B ~ 39%. #707047 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 112 + 71 = 295 (100%)
R 112 of 295 ~ 37.97%
G 112 of 295 ~ 37.97%
B 71 of 295 ~ 24.07'%

%37.97
%37.97
%24.07

CMYK color model

#707047 color CMYK value is (0,0,37,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 56.08%
CMYK: (0,0,37,56) C0M0Y37K56 (0%,0%,37%,56%) (0.00/0.00/0.37/0.56) 

CMYK percentages

%0
%0
%36.61
%56.08

Codes

Color #707047 in popluar color models

70 70 47
RGB 112 112 71
HSL 60° 22.40% 35.88%
HSB/HSV 60° 36.61% 43.92%
CMYK 0.00% 0.00% 36.61%
56.08%

Color #707047 in popluar number systems.

HEX 70 70 47
Decimal 112 112 71
Binary 1110000 1110000 1000111
Octal 160 160 107

Shades and tints

Shades of #707047

#707047
(112,112,71)
#666641
(102,102,65)
#5C5C3B
(92,92,59)
#525235
(82,82,53)
#48482F
(72,72,47)
#3E3E29
(62,62,41)
#343423
(52,52,35)
#2A2A1D
(42,42,29)
#202017
(32,32,23)
#161611
(22,22,17)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #707047

#707047
(112,112,71)
#7D7D57
(125,125,87)
#8A8A67
(138,138,103)
#979777
(151,151,119)
#A4A487
(164,164,135)
#B1B197
(177,177,151)
#BEBEA7
(190,190,167)
#CBCBB7
(203,203,183)
#D8D8C7
(216,216,199)
#E5E5D7
(229,229,215)
#F2F2E7
(242,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707047; }

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

This text font color is #707047.

Background Color

.myBgColor { background-color: #707047; }

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

This div background color is #707047.

Border color

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

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

This div border color is #707047.

Opacity

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

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

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

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

This text has shadow with #707047 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707047.

Preview

Color preview on black background

This text has color #707047 on black background.


Color preview on white background

This text has color #707047 on white background.


Black color preview on #707047 background

This text has black color on #707047 background.


White color preview on #707047 background

This text has white color on #707047 background.


Related colors

Complementary color

Complementary color for #hex is #8F8FB8.


I love getcolorcode.com