COLOR #706B51

HEX: #706B51 RGB: (112,107,81)

Color info

#706B51 contains red, green and blue colors in about the same proportion. Web safe color of #706B51 is #666666 (or #666).

RGB color model

#706B51 color RGB value is (112,107,81).

RGB: (112,107,81) (44%, 42%, 32%)

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 81 of 255 = 32%

112
107
81

R + G + B ~ 39%. #706B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 107 + 81 = 300 (100%)
R 112 of 300 ~ 37.33%
G 107 of 300 ~ 35.67%
B 81 of 300 ~ 27'%

%37.33
%35.67
%27

CMYK color model

#706B51 color CMYK value is (0,4,28,56).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 27.68%
  • key color value is 56.08%

CMYK: (0,4,28,56)
C0M4Y28K56 (0%, 4%, 28%, 56%)
(0.00 / 0.04 / 0.28 / 0.56)

CMYK percentages

%0
%4.46
%27.68
%56.08

Codes

Color #706B51 in popluar color models

70 6B 51
RGB 112 107 81
HSL 50° 16.06% 37.84%
HSB/HSV 50° 27.68% 43.92%
CMYK 0.00% 4.46% 27.68%
56.08%

Color #706B51 in popluar number systems.

HEX 70 6B 51
Decimal 112 107 81
Binary 1110000 1101011 1010001
Octal 160 153 121

Shades and tints

Shades of #706B51

#706B51
(112,107,81)
#66624A
(102,98,74)
#5C5943
(92,89,67)
#52503C
(82,80,60)
#484735
(72,71,53)
#3E3E2E
(62,62,46)
#343527
(52,53,39)
#2A2C20
(42,44,32)
#202319
(32,35,25)
#161A12
(22,26,18)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #706B51

#706B51
(112,107,81)
#7D7860
(125,120,96)
#8A856F
(138,133,111)
#97927E
(151,146,126)
#A49F8D
(164,159,141)
#B1AC9C
(177,172,156)
#BEB9AB
(190,185,171)
#CBC6BA
(203,198,186)
#D8D3C9
(216,211,201)
#E5E0D8
(229,224,216)
#F2EDE7
(242,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706B51 color. Also use rgb(112,107,81) instead hex code.

Text Font Color

.myTextColor { color: #706B51; }

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

This text font color is #706B51.

Background Color

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

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

This div background color is #706B51.

Border color

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

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

This div border color is #706B51.

Opacity

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

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

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

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

This text has shadow with #706B51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706B51.

Preview

Color preview on black background

This text has color #706B51 on black background.


Color preview on white background

This text has color #706B51 on white background.


Black color preview on #706B51 background

This text has black color on #706B51 background.


White color preview on #706B51 background

This text has white color on #706B51 background.


Related colors

Complementary color

Complementary color for #hex is #8F94AE.


I love getcolorcode.com

Triadic colors

1 #51706B and #6B5170 with #706B51 are triadic colors.

2 #516B70 and #6B7051 with #706B51 are triadic colors.