COLOR #705952

HEX: #705952
RGB: (112,89,82)

Color info

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

RGB color model

#705952 color RGB value is (112,89,82).

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

RGB channels and saturation

R 112 of 255 = 44%
G 89 of 255 = 35%
B 82 of 255 = 32%

112
89
82

R + G + B ~ 37%. #705952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 89 + 82 = 283 (100%)
R 112 of 283 ~ 39.58%
G 89 of 283 ~ 31.45%
B 82 of 283 ~ 28.98%

%39.58
%31.45
%28.98

CMYK color model

#705952 color CMYK value is (0,21,27,56).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 26.79%
  • key color value is 56.08%
CMYK:
(0,21,27,56)
C0M21Y27K56 
(0%,21%,27%,56%)
(0.00/0.21/0.27/0.56)	

CMYK percentages

%0
%20.54
%26.79
%56.08

Codes

Color #705952 in popluar color models

705952
RGB1128982
HSL14°15.46%38.04%
HSB/HSV14°26.79%43.92%
CMYK0.00%20.54%26.79%
56.08%

Color #705952 in popluar number systems.

HEX705952
Decimal1128982
Binary111000010110011010010
Octal160131122

Shades and tints

Shades of #705952

#705952
(112,89,82)
#66514B
(102,81,75)
#5C4944
(92,73,68)
#52413D
(82,65,61)
#483936
(72,57,54)
#3E312F
(62,49,47)
#342928
(52,41,40)
#2A2121
(42,33,33)
#20191A
(32,25,26)
#161113
(22,17,19)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #705952

#705952
(112,89,82)
#7D6861
(125,104,97)
#8A7770
(138,119,112)
#97867F
(151,134,127)
#A4958E
(164,149,142)
#B1A49D
(177,164,157)
#BEB3AC
(190,179,172)
#CBC2BB
(203,194,187)
#D8D1CA
(216,209,202)
#E5E0D9
(229,224,217)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705952; }

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

This text font color is #705952.


Background Color

.myBgColor { background-color: #705952; }

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

This div background color is #705952.


Border color

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

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

This div border color is #705952.


Opacity

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

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

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

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

This text has shadow with #705952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705952 on black background.


Color preview on white background

This text has color #705952 on white background.



Black color preview on #705952 background

This text has black color on #705952 background.


White color preview on #705952 background

This text has white color on #705952 background.