COLOR #706051

HEX: #706051
RGB: (112,96,81)

Color info

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

RGB color model

#706051 color RGB value is (112,96,81).

  • red value is 112;
  • green value is 96;
  • blue value is 81.
RGB:
(112,96,81)
(44%,38%,32%)

RGB channels and saturation

R 112 of 255 = 44%
G 96 of 255 = 38%
B 81 of 255 = 32%

112
96
81

R + G + B ~ 38%. #706051 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 96 + 81 = 289 (100%)
R 112 of 289 ~ 38.75%
G 96 of 289 ~ 33.22%
B 81 of 289 ~ 28.03%

%38.75
%33.22
%28.03

CMYK color model

#706051 color CMYK value is (0,14,28,56).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 27.68%
  • key color value is 56.08%
CMYK:
(0,14,28,56)
C0M14Y28K56 
(0%,14%,28%,56%)
(0.00/0.14/0.28/0.56)	

CMYK percentages

%0
%14.29
%27.68
%56.08

Codes

Color #706051 in popluar color models

706051
RGB1129681
HSL29°16.06%37.84%
HSB/HSV29°27.68%43.92%
CMYK0.00%14.29%27.68%
56.08%

Color #706051 in popluar number systems.

HEX706051
Decimal1129681
Binary111000011000001010001
Octal160140121

Shades and tints

Shades of #706051

#706051
(112,96,81)
#66584A
(102,88,74)
#5C5043
(92,80,67)
#52483C
(82,72,60)
#484035
(72,64,53)
#3E382E
(62,56,46)
#343027
(52,48,39)
#2A2820
(42,40,32)
#202019
(32,32,25)
#161812
(22,24,18)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #706051

#706051
(112,96,81)
#7D6E60
(125,110,96)
#8A7C6F
(138,124,111)
#978A7E
(151,138,126)
#A4988D
(164,152,141)
#B1A69C
(177,166,156)
#BEB4AB
(190,180,171)
#CBC2BA
(203,194,186)
#D8D0C9
(216,208,201)
#E5DED8
(229,222,216)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706051; }

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

This text font color is #706051.


Background Color

.myBgColor { background-color: #706051; }

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

This div background color is #706051.


Border color

.myBorderColor { border: 1px solid #706051; }

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

This div border color is #706051.


Opacity

.myOpacity80 { color: #706051; opacity: 0.8; }

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

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

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

This text has shadow with #706051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706051 on black background.


Color preview on white background

This text has color #706051 on white background.



Black color preview on #706051 background

This text has black color on #706051 background.


White color preview on #706051 background

This text has white color on #706051 background.