COLOR #706A16

HEX: #706A16 RGB: (112,106,22)

Color info

#706A16 contains mainly red and green colors. Web safe color of #706A16 is #666600 (or #660).

RGB color model

#706A16 color RGB value is (112,106,22).

RGB: (112,106,22) (44%, 42%, 9%)

RGB channels and saturation

R 112 of 255 = 44%
G 106 of 255 = 42%
B 22 of 255 = 9%

112
106
22

R + G + B ~ 32%. #706A16 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 106 + 22 = 240 (100%)
R 112 of 240 ~ 46.67%
G 106 of 240 ~ 44.17%
B 22 of 240 ~ 9.17'%

%46.67
%44.17

CMYK color model

#706A16 color CMYK value is (0,5,80,56).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 80.36%
  • key color value is 56.08%

CMYK: (0,5,80,56)
C0M5Y80K56 (0%, 5%, 80%, 56%)
(0.00 / 0.05 / 0.80 / 0.56)

CMYK percentages

%0
%5.36
%80.36
%56.08

Codes

Color #706A16 in popluar color models

70 6A 16
RGB 112 106 22
HSL 56° 67.16% 26.27%
HSB/HSV 56° 80.36% 43.92%
CMYK 0.00% 5.36% 80.36%
56.08%

Color #706A16 in popluar number systems.

HEX 70 6A 16
Decimal 112 106 22
Binary 1110000 1101010 10110
Octal 160 152 26

Shades and tints

Shades of #706A16

#706A16
(112,106,22)
#666114
(102,97,20)
#5C5812
(92,88,18)
#524F10
(82,79,16)
#48460E
(72,70,14)
#3E3D0C
(62,61,12)
#34340A
(52,52,10)
#2A2B08
(42,43,8)
#202206
(32,34,6)
#161904
(22,25,4)
#0C1002
(12,16,2)
#000000
(0,0,0)

Tints of #706A16

#706A16
(112,106,22)
#7D772B
(125,119,43)
#8A8440
(138,132,64)
#979155
(151,145,85)
#A49E6A
(164,158,106)
#B1AB7F
(177,171,127)
#BEB894
(190,184,148)
#CBC5A9
(203,197,169)
#D8D2BE
(216,210,190)
#E5DFD3
(229,223,211)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706A16 color. Also use rgb(112,106,22) instead hex code.

Text Font Color

.myTextColor { color: #706A16; }

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

This text font color is #706A16.

Background Color

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

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

This div background color is #706A16.

Border color

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

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

This div border color is #706A16.

Opacity

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

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

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

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

This text has shadow with #706A16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706A16.

Preview

Color preview on black background

This text has color #706A16 on black background.


Color preview on white background

This text has color #706A16 on white background.


Black color preview on #706A16 background

This text has black color on #706A16 background.


White color preview on #706A16 background

This text has white color on #706A16 background.


Related colors

Complementary color

Complementary color for #hex is #8F95E9.


I love getcolorcode.com

Triadic colors

1 #16706A and #6A1670 with #706A16 are triadic colors.

2 #166A70 and #6A7016 with #706A16 are triadic colors.