COLOR #706F30

HEX: #706F30
RGB: (112,111,48)

Color info

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

RGB color model

#706F30 color RGB value is (112,111,48).

  • red value is 112;
  • green value is 111;
  • blue value is 48.
RGB:
(112,111,48)
(44%,44%,19%)

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 48 of 255 = 19%

112
111
48

R + G + B ~ 36%. #706F30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 111 + 48 = 271 (100%)
R 112 of 271 ~ 41.33%
G 111 of 271 ~ 40.96%
B 48 of 271 ~ 17.71%

%41.33
%40.96
%17.71

CMYK color model

#706F30 color CMYK value is (0,1,57,56).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 57.14%
  • key color value is 56.08%
CMYK:
(0,1,57,56)
C0M1Y57K56 
(0%,1%,57%,56%)
(0.00/0.01/0.57/0.56)	

CMYK percentages

%0
%0.89
%57.14
%56.08

Codes

Color #706F30 in popluar color models

706F30
RGB11211148
HSL59°40.00%31.37%
HSB/HSV59°57.14%43.92%
CMYK0.00%0.89%57.14%
56.08%

Color #706F30 in popluar number systems.

HEX706F30
Decimal11211148
Binary11100001101111110000
Octal16015760

Shades and tints

Shades of #706F30

#706F30
(112,111,48)
#66652C
(102,101,44)
#5C5B28
(92,91,40)
#525124
(82,81,36)
#484720
(72,71,32)
#3E3D1C
(62,61,28)
#343318
(52,51,24)
#2A2914
(42,41,20)
#201F10
(32,31,16)
#16150C
(22,21,12)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #706F30

#706F30
(112,111,48)
#7D7C42
(125,124,66)
#8A8954
(138,137,84)
#979666
(151,150,102)
#A4A378
(164,163,120)
#B1B08A
(177,176,138)
#BEBD9C
(190,189,156)
#CBCAAE
(203,202,174)
#D8D7C0
(216,215,192)
#E5E4D2
(229,228,210)
#F2F1E4
(242,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706F30; }

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

This text font color is #706F30.


Background Color

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

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

This div background color is #706F30.


Border color

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

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

This div border color is #706F30.


Opacity

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

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

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

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

This text has shadow with #706F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706F30 on black background.


Color preview on white background

This text has color #706F30 on white background.



Black color preview on #706F30 background

This text has black color on #706F30 background.


White color preview on #706F30 background

This text has white color on #706F30 background.