COLOR #706052

HEX: #706052
RGB: (112,96,82)

Color info

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

RGB color model

#706052 color RGB value is (112,96,82).

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

RGB channels and saturation

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

112
96
82

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

Portions of RGB colors in percentages

R + G + B =
112 + 96 + 82 = 290 (100%)
R 112 of 290 ~ 38.62%
G 96 of 290 ~ 33.1%
B 82 of 290 ~ 28.28%

%38.62
%33.1
%28.28

CMYK color model

#706052 color CMYK value is (0,14,27,56).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 26.79%
  • key color value is 56.08%
CMYK:
(0,14,27,56)
C0M14Y27K56 
(0%,14%,27%,56%)
(0.00/0.14/0.27/0.56)	

CMYK percentages

%0
%14.29
%26.79
%56.08

Codes

Color #706052 in popluar color models

706052
RGB1129682
HSL28°15.46%38.04%
HSB/HSV28°26.79%43.92%
CMYK0.00%14.29%26.79%
56.08%

Color #706052 in popluar number systems.

HEX706052
Decimal1129682
Binary111000011000001010010
Octal160140122

Shades and tints

Shades of #706052

#706052
(112,96,82)
#66584B
(102,88,75)
#5C5044
(92,80,68)
#52483D
(82,72,61)
#484036
(72,64,54)
#3E382F
(62,56,47)
#343028
(52,48,40)
#2A2821
(42,40,33)
#20201A
(32,32,26)
#161813
(22,24,19)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #706052

#706052
(112,96,82)
#7D6E61
(125,110,97)
#8A7C70
(138,124,112)
#978A7F
(151,138,127)
#A4988E
(164,152,142)
#B1A69D
(177,166,157)
#BEB4AC
(190,180,172)
#CBC2BB
(203,194,187)
#D8D0CA
(216,208,202)
#E5DED9
(229,222,217)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706052; }

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

This text font color is #706052.


Background Color

.myBgColor { background-color: #706052; }

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

This div background color is #706052.


Border color

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

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

This div border color is #706052.


Opacity

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

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

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

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

This text has shadow with #706052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706052 on black background.


Color preview on white background

This text has color #706052 on white background.



Black color preview on #706052 background

This text has black color on #706052 background.


White color preview on #706052 background

This text has white color on #706052 background.