COLOR #706E0B

HEX: #706E0B RGB: (112,110,11)

Color info

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

RGB color model

#706E0B color RGB value is (112,110,11).

RGB: (112,110,11) (44%, 43%, 4%)

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 11 of 255 = 4%

112
110
11

R + G + B ~ 30%. #706E0B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 110 + 11 = 233 (100%)
R 112 of 233 ~ 48.07%
G 110 of 233 ~ 47.21%
B 11 of 233 ~ 4.72'%

%48.07
%47.21

CMYK color model

#706E0B color CMYK value is (0,2,90,56).

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

CMYK: (0,2,90,56)
C0M2Y90K56 (0%, 2%, 90%, 56%)
(0.00 / 0.02 / 0.90 / 0.56)

CMYK percentages

%0
%1.79
%90.18
%56.08

Codes

Color #706E0B in popluar color models

70 6E 0B
RGB 112 110 11
HSL 59° 82.11% 24.12%
HSB/HSV 59° 90.18% 43.92%
CMYK 0.00% 1.79% 90.18%
56.08%

Color #706E0B in popluar number systems.

HEX 70 6E 0B
Decimal 112 110 11
Binary 1110000 1101110 1011
Octal 160 156 13

Shades and tints

Shades of #706E0B

#706E0B
(112,110,11)
#66640A
(102,100,10)
#5C5A09
(92,90,9)
#525008
(82,80,8)
#484607
(72,70,7)
#3E3C06
(62,60,6)
#343205
(52,50,5)
#2A2804
(42,40,4)
#201E03
(32,30,3)
#161402
(22,20,2)
#0C0A01
(12,10,1)
#000000
(0,0,0)

Tints of #706E0B

#706E0B
(112,110,11)
#7D7B21
(125,123,33)
#8A8837
(138,136,55)
#97954D
(151,149,77)
#A4A263
(164,162,99)
#B1AF79
(177,175,121)
#BEBC8F
(190,188,143)
#CBC9A5
(203,201,165)
#D8D6BB
(216,214,187)
#E5E3D1
(229,227,209)
#F2F0E7
(242,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706E0B; }

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

This text font color is #706E0B.

Background Color

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

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

This div background color is #706E0B.

Border color

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

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

This div border color is #706E0B.

Opacity

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

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

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

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

This text has shadow with #706E0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706E0B.

Preview

Color preview on black background

This text has color #706E0B on black background.


Color preview on white background

This text has color #706E0B on white background.


Black color preview on #706E0B background

This text has black color on #706E0B background.


White color preview on #706E0B background

This text has white color on #706E0B background.


Related colors

Complementary color

Complementary color for #hex is #8F91F4.


I love getcolorcode.com

Triadic colors

1 #0B706E and #6E0B70 with #706E0B are triadic colors.

2 #0B6E70 and #6E700B with #706E0B are triadic colors.