COLOR #70711B

HEX: #70711B RGB: (112,113,27)

Color info

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

RGB color model

#70711B color RGB value is (112,113,27).

RGB: (112,113,27) (44%, 44%, 11%)

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 27 of 255 = 11%

112
113
27

R + G + B ~ 33%. #70711B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 113 + 27 = 252 (100%)
R 112 of 252 ~ 44.44%
G 113 of 252 ~ 44.84%
B 27 of 252 ~ 10.71'%

%44.44
%44.84
%10.71

CMYK color model

#70711B color CMYK value is (1,0,76,56).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 76.11%
  • key color value is 55.69%

CMYK: (1,0,76,56)
C1M0Y76K56 (1%, 0%, 76%, 56%)
(0.01 / 0.00 / 0.76 / 0.56)

CMYK percentages

%0.88
%0
%76.11
%55.69

Codes

Color #70711B in popluar color models

70 71 1B
RGB 112 113 27
HSL 61° 61.43% 27.45%
HSB/HSV 61° 76.11% 44.31%
CMYK 0.88% 0.00% 76.11%
55.69%

Color #70711B in popluar number systems.

HEX 70 71 1B
Decimal 112 113 27
Binary 1110000 1110001 11011
Octal 160 161 33

Shades and tints

Shades of #70711B

#70711B
(112,113,27)
#666719
(102,103,25)
#5C5D17
(92,93,23)
#525315
(82,83,21)
#484913
(72,73,19)
#3E3F11
(62,63,17)
#34350F
(52,53,15)
#2A2B0D
(42,43,13)
#20210B
(32,33,11)
#161709
(22,23,9)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #70711B

#70711B
(112,113,27)
#7D7D2F
(125,125,47)
#8A8943
(138,137,67)
#979557
(151,149,87)
#A4A16B
(164,161,107)
#B1AD7F
(177,173,127)
#BEB993
(190,185,147)
#CBC5A7
(203,197,167)
#D8D1BB
(216,209,187)
#E5DDCF
(229,221,207)
#F2E9E3
(242,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70711B color. Also use rgb(112,113,27) instead hex code.

Text Font Color

.myTextColor { color: #70711B; }

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

This text font color is #70711B.

Background Color

.myBgColor { background-color: #70711B; }

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

This div background color is #70711B.

Border color

.myBorderColor { border: 1px solid #70711B; }

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

This div border color is #70711B.

Opacity

.myOpacity80 { color: #70711B; opacity: 0.8; }

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

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

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

This text has shadow with #70711B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70711B.

Preview

Color preview on black background

This text has color #70711B on black background.


Color preview on white background

This text has color #70711B on white background.


Black color preview on #70711B background

This text has black color on #70711B background.


White color preview on #70711B background

This text has white color on #70711B background.


Related colors

Complementary color

Complementary color for #hex is #8F8EE4.


I love getcolorcode.com

Triadic colors

1 #1B7071 and #711B70 with #70711B are triadic colors.

2 #1B7170 and #71701B with #70711B are triadic colors.