COLOR #705D5B

HEX: #705D5B
RGB: (112,93,91)

Color info

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

RGB color model

#705D5B color RGB value is (112,93,91).

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

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 91 of 255 = 36%

112
93
91

R + G + B ~ 39%. #705D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 93 + 91 = 296 (100%)
R 112 of 296 ~ 37.84%
G 93 of 296 ~ 31.42%
B 91 of 296 ~ 30.74%

%37.84
%31.42
%30.74

CMYK color model

#705D5B color CMYK value is (0,17,19,56).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 18.75%
  • key color value is 56.08%
CMYK:
(0,17,19,56)
C0M17Y19K56 
(0%,17%,19%,56%)
(0.00/0.17/0.19/0.56)	

CMYK percentages

%0
%16.96
%18.75
%56.08

Codes

Color #705D5B in popluar color models

705D5B
RGB1129391
HSL10.34%39.80%
HSB/HSV18.75%43.92%
CMYK0.00%16.96%18.75%
56.08%

Color #705D5B in popluar number systems.

HEX705D5B
Decimal1129391
Binary111000010111011011011
Octal160135133

Shades and tints

Shades of #705D5B

#705D5B
(112,93,91)
#665553
(102,85,83)
#5C4D4B
(92,77,75)
#524543
(82,69,67)
#483D3B
(72,61,59)
#3E3533
(62,53,51)
#342D2B
(52,45,43)
#2A2523
(42,37,35)
#201D1B
(32,29,27)
#161513
(22,21,19)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #705D5B

#705D5B
(112,93,91)
#7D6B69
(125,107,105)
#8A7977
(138,121,119)
#978785
(151,135,133)
#A49593
(164,149,147)
#B1A3A1
(177,163,161)
#BEB1AF
(190,177,175)
#CBBFBD
(203,191,189)
#D8CDCB
(216,205,203)
#E5DBD9
(229,219,217)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705D5B; }

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

This text font color is #705D5B.


Background Color

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

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

This div background color is #705D5B.


Border color

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

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

This div border color is #705D5B.


Opacity

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

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

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

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

This text has shadow with #705D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705D5B on black background.


Color preview on white background

This text has color #705D5B on white background.



Black color preview on #705D5B background

This text has black color on #705D5B background.


White color preview on #705D5B background

This text has white color on #705D5B background.