COLOR #705D54

HEX: #705D54
RGB: (112,93,84)

Color info

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

RGB color model

#705D54 color RGB value is (112,93,84).

  • red value is 112;
  • green value is 93;
  • blue value is 84.
RGB:
(112,93,84)
(44%,36%,33%)

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 84 of 255 = 33%

112
93
84

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

Portions of RGB colors in percentages

R + G + B =
112 + 93 + 84 = 289 (100%)
R 112 of 289 ~ 38.75%
G 93 of 289 ~ 32.18%
B 84 of 289 ~ 29.07%

%38.75
%32.18
%29.07

CMYK color model

#705D54 color CMYK value is (0,17,25,56).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 25.00%
  • key color value is 56.08%
CMYK:
(0,17,25,56)
C0M17Y25K56 
(0%,17%,25%,56%)
(0.00/0.17/0.25/0.56)	

CMYK percentages

%0
%16.96
%25
%56.08

Codes

Color #705D54 in popluar color models

705D54
RGB1129384
HSL19°14.29%38.43%
HSB/HSV19°25.00%43.92%
CMYK0.00%16.96%25.00%
56.08%

Color #705D54 in popluar number systems.

HEX705D54
Decimal1129384
Binary111000010111011010100
Octal160135124

Shades and tints

Shades of #705D54

#705D54
(112,93,84)
#66554D
(102,85,77)
#5C4D46
(92,77,70)
#52453F
(82,69,63)
#483D38
(72,61,56)
#3E3531
(62,53,49)
#342D2A
(52,45,42)
#2A2523
(42,37,35)
#201D1C
(32,29,28)
#161515
(22,21,21)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #705D54

#705D54
(112,93,84)
#7D6B63
(125,107,99)
#8A7972
(138,121,114)
#978781
(151,135,129)
#A49590
(164,149,144)
#B1A39F
(177,163,159)
#BEB1AE
(190,177,174)
#CBBFBD
(203,191,189)
#D8CDCC
(216,205,204)
#E5DBDB
(229,219,219)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705D54 color. Also use rgb(112,93,84) instead hex code.

Text Font Color

.myTextColor { color: #705D54; }

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

This text font color is #705D54.


Background Color

.myBgColor { background-color: #705D54; }

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

This div background color is #705D54.


Border color

.myBorderColor { border: 1px solid #705D54; }

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

This div border color is #705D54.


Opacity

.myOpacity80 { color: #705D54; opacity: 0.8; }

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

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

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

This text has shadow with #705D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705D54 on black background.


Color preview on white background

This text has color #705D54 on white background.



Black color preview on #705D54 background

This text has black color on #705D54 background.


White color preview on #705D54 background

This text has white color on #705D54 background.