COLOR #706E30

HEX: #706E30 RGB: (112,110,48)

Color info

#706E30 contains mainly red and green colors. Web safe color of #706E30 is #666633 (or #663).

RGB color model

#706E30 color RGB value is (112,110,48).

RGB: (112,110,48) (44%, 43%, 19%)

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 48 of 255 = 19%

112
110
48

R + G + B ~ 35%. #706E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 110 + 48 = 270 (100%)
R 112 of 270 ~ 41.48%
G 110 of 270 ~ 40.74%
B 48 of 270 ~ 17.78'%

%41.48
%40.74
%17.78

CMYK color model

#706E30 color CMYK value is (0,2,57,56).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 57.14%
  • key color value is 56.08%

CMYK: (0,2,57,56)
C0M2Y57K56 (0%, 2%, 57%, 56%)
(0.00 / 0.02 / 0.57 / 0.56)

CMYK percentages

%0
%1.79
%57.14
%56.08

Codes

Color #706E30 in popluar color models

70 6E 30
RGB 112 110 48
HSL 58° 40.00% 31.37%
HSB/HSV 58° 57.14% 43.92%
CMYK 0.00% 1.79% 57.14%
56.08%

Color #706E30 in popluar number systems.

HEX 70 6E 30
Decimal 112 110 48
Binary 1110000 1101110 110000
Octal 160 156 60

Shades and tints

Shades of #706E30

#706E30
(112,110,48)
#66642C
(102,100,44)
#5C5A28
(92,90,40)
#525024
(82,80,36)
#484620
(72,70,32)
#3E3C1C
(62,60,28)
#343218
(52,50,24)
#2A2814
(42,40,20)
#201E10
(32,30,16)
#16140C
(22,20,12)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #706E30

#706E30
(112,110,48)
#7D7B42
(125,123,66)
#8A8854
(138,136,84)
#979566
(151,149,102)
#A4A278
(164,162,120)
#B1AF8A
(177,175,138)
#BEBC9C
(190,188,156)
#CBC9AE
(203,201,174)
#D8D6C0
(216,214,192)
#E5E3D2
(229,227,210)
#F2F0E4
(242,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706E30 color. Also use rgb(112,110,48) instead hex code.

Text Font Color

.myTextColor { color: #706E30; }

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

This text font color is #706E30.

Background Color

.myBgColor { background-color: #706E30; }

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

This div background color is #706E30.

Border color

.myBorderColor { border: 1px solid #706E30; }

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

This div border color is #706E30.

Opacity

.myOpacity80 { color: #706E30; opacity: 0.8; }

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

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

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

This text has shadow with #706E30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706E30.

Preview

Color preview on black background

This text has color #706E30 on black background.


Color preview on white background

This text has color #706E30 on white background.


Black color preview on #706E30 background

This text has black color on #706E30 background.


White color preview on #706E30 background

This text has white color on #706E30 background.


Related colors

Complementary color

Complementary color for #hex is #8F91CF.


I love getcolorcode.com

Triadic colors

1 #30706E and #6E3070 with #706E30 are triadic colors.

2 #306E70 and #6E7030 with #706E30 are triadic colors.