COLOR #705950

HEX: #705950
RGB: (112,89,80)

Color info

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

RGB color model

#705950 color RGB value is (112,89,80).

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

RGB channels and saturation

R 112 of 255 = 44%
G 89 of 255 = 35%
B 80 of 255 = 31%

112
89
80

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

Portions of RGB colors in percentages

R + G + B =
112 + 89 + 80 = 281 (100%)
R 112 of 281 ~ 39.86%
G 89 of 281 ~ 31.67%
B 80 of 281 ~ 28.47%

%39.86
%31.67
%28.47

CMYK color model

#705950 color CMYK value is (0,21,29,56).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 28.57%
  • key color value is 56.08%
CMYK:
(0,21,29,56)
C0M21Y29K56 
(0%,21%,29%,56%)
(0.00/0.21/0.29/0.56)	

CMYK percentages

%0
%20.54
%28.57
%56.08

Codes

Color #705950 in popluar color models

705950
RGB1128980
HSL17°16.67%37.65%
HSB/HSV17°28.57%43.92%
CMYK0.00%20.54%28.57%
56.08%

Color #705950 in popluar number systems.

HEX705950
Decimal1128980
Binary111000010110011010000
Octal160131120

Shades and tints

Shades of #705950

#705950
(112,89,80)
#665149
(102,81,73)
#5C4942
(92,73,66)
#52413B
(82,65,59)
#483934
(72,57,52)
#3E312D
(62,49,45)
#342926
(52,41,38)
#2A211F
(42,33,31)
#201918
(32,25,24)
#161111
(22,17,17)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #705950

#705950
(112,89,80)
#7D685F
(125,104,95)
#8A776E
(138,119,110)
#97867D
(151,134,125)
#A4958C
(164,149,140)
#B1A49B
(177,164,155)
#BEB3AA
(190,179,170)
#CBC2B9
(203,194,185)
#D8D1C8
(216,209,200)
#E5E0D7
(229,224,215)
#F2EFE6
(242,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705950; }

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

This text font color is #705950.


Background Color

.myBgColor { background-color: #705950; }

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

This div background color is #705950.


Border color

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

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

This div border color is #705950.


Opacity

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

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

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

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

This text has shadow with #705950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705950 on black background.


Color preview on white background

This text has color #705950 on white background.



Black color preview on #705950 background

This text has black color on #705950 background.


White color preview on #705950 background

This text has white color on #705950 background.