COLOR #705C5C

HEX: #705C5C
RGB: (112,92,92)

Color info

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

RGB color model

#705C5C color RGB value is (112,92,92).

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

RGB channels and saturation

R 112 of 255 = 44%
G 92 of 255 = 36%
B 92 of 255 = 36%

112
92
92

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

Portions of RGB colors in percentages

R + G + B =
112 + 92 + 92 = 296 (100%)
R 112 of 296 ~ 37.84%
G 92 of 296 ~ 31.08%
B 92 of 296 ~ 31.08%

%37.84
%31.08
%31.08

CMYK color model

#705C5C color CMYK value is (0,18,18,56).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 17.86%
  • key color value is 56.08%
CMYK:
(0,18,18,56)
C0M18Y18K56 
(0%,18%,18%,56%)
(0.00/0.18/0.18/0.56)	

CMYK percentages

%0
%17.86
%17.86
%56.08

Codes

Color #705C5C in popluar color models

705C5C
RGB1129292
HSL9.80%40.00%
HSB/HSV17.86%43.92%
CMYK0.00%17.86%17.86%
56.08%

Color #705C5C in popluar number systems.

HEX705C5C
Decimal1129292
Binary111000010111001011100
Octal160134134

Shades and tints

Shades of #705C5C

#705C5C
(112,92,92)
#665454
(102,84,84)
#5C4C4C
(92,76,76)
#524444
(82,68,68)
#483C3C
(72,60,60)
#3E3434
(62,52,52)
#342C2C
(52,44,44)
#2A2424
(42,36,36)
#201C1C
(32,28,28)
#161414
(22,20,20)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #705C5C

#705C5C
(112,92,92)
#7D6A6A
(125,106,106)
#8A7878
(138,120,120)
#978686
(151,134,134)
#A49494
(164,148,148)
#B1A2A2
(177,162,162)
#BEB0B0
(190,176,176)
#CBBEBE
(203,190,190)
#D8CCCC
(216,204,204)
#E5DADA
(229,218,218)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705C5C; }

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

This text font color is #705C5C.


Background Color

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

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

This div background color is #705C5C.


Border color

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

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

This div border color is #705C5C.


Opacity

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

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

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

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

This text has shadow with #705C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705C5C on black background.


Color preview on white background

This text has color #705C5C on white background.



Black color preview on #705C5C background

This text has black color on #705C5C background.


White color preview on #705C5C background

This text has white color on #705C5C background.