COLOR #707046

HEX: #707046 RGB: (112,112,70)

Color info

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

RGB color model

#707046 color RGB value is (112,112,70).

RGB: (112,112,70) (44%, 44%, 27%)

RGB channels and saturation

R 112 of 255 = 44%
G 112 of 255 = 44%
B 70 of 255 = 27%

112
112
70

R + G + B ~ 38%. #707046 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 112 + 70 = 294 (100%)
R 112 of 294 ~ 38.1%
G 112 of 294 ~ 38.1%
B 70 of 294 ~ 23.81'%

%38.1
%38.1
%23.81

CMYK color model

#707046 color CMYK value is (0,0,38,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 56.08%

CMYK: (0,0,38,56)
C0M0Y38K56 (0%, 0%, 38%, 56%)
(0.00 / 0.00 / 0.38 / 0.56)

CMYK percentages

%0
%0
%37.5
%56.08

Codes

Color #707046 in popluar color models

70 70 46
RGB 112 112 70
HSL 60° 23.08% 35.69%
HSB/HSV 60° 37.50% 43.92%
CMYK 0.00% 0.00% 37.50%
56.08%

Color #707046 in popluar number systems.

HEX 70 70 46
Decimal 112 112 70
Binary 1110000 1110000 1000110
Octal 160 160 106

Shades and tints

Shades of #707046

#707046
(112,112,70)
#666640
(102,102,64)
#5C5C3A
(92,92,58)
#525234
(82,82,52)
#48482E
(72,72,46)
#3E3E28
(62,62,40)
#343422
(52,52,34)
#2A2A1C
(42,42,28)
#202016
(32,32,22)
#161610
(22,22,16)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #707046

#707046
(112,112,70)
#7D7D56
(125,125,86)
#8A8A66
(138,138,102)
#979776
(151,151,118)
#A4A486
(164,164,134)
#B1B196
(177,177,150)
#BEBEA6
(190,190,166)
#CBCBB6
(203,203,182)
#D8D8C6
(216,216,198)
#E5E5D6
(229,229,214)
#F2F2E6
(242,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707046; }

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

This text font color is #707046.

Background Color

.myBgColor { background-color: #707046; }

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

This div background color is #707046.

Border color

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

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

This div border color is #707046.

Opacity

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

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

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

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

This text has shadow with #707046 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707046.

Preview

Color preview on black background

This text has color #707046 on black background.


Color preview on white background

This text has color #707046 on white background.


Black color preview on #707046 background

This text has black color on #707046 background.


White color preview on #707046 background

This text has white color on #707046 background.


Related colors

Complementary color

Complementary color for #hex is #8F8FB9.


I love getcolorcode.com