COLOR #705B5B

HEX: #705B5B
RGB: (112,91,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
91
91

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

Portions of RGB colors in percentages

R + G + B =
112 + 91 + 91 = 294 (100%)
R 112 of 294 ~ 38.1%
G 91 of 294 ~ 30.95%
B 91 of 294 ~ 30.95%

%38.1
%30.95
%30.95

CMYK color model

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

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

CMYK percentages

%0
%18.75
%18.75
%56.08

Codes

Color #705B5B in popluar color models

705B5B
RGB1129191
HSL10.34%39.80%
HSB/HSV18.75%43.92%
CMYK0.00%18.75%18.75%
56.08%

Color #705B5B in popluar number systems.

HEX705B5B
Decimal1129191
Binary111000010110111011011
Octal160133133

Shades and tints

Shades of #705B5B

#705B5B
(112,91,91)
#665353
(102,83,83)
#5C4B4B
(92,75,75)
#524343
(82,67,67)
#483B3B
(72,59,59)
#3E3333
(62,51,51)
#342B2B
(52,43,43)
#2A2323
(42,35,35)
#201B1B
(32,27,27)
#161313
(22,19,19)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #705B5B

#705B5B
(112,91,91)
#7D6969
(125,105,105)
#8A7777
(138,119,119)
#978585
(151,133,133)
#A49393
(164,147,147)
#B1A1A1
(177,161,161)
#BEAFAF
(190,175,175)
#CBBDBD
(203,189,189)
#D8CBCB
(216,203,203)
#E5D9D9
(229,217,217)
#F2E7E7
(242,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705B5B; }

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

This text font color is #705B5B.


Background Color

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

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

This div background color is #705B5B.


Border color

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

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

This div border color is #705B5B.


Opacity

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

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

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

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

This text has shadow with #705B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705B5B on black background.


Color preview on white background

This text has color #705B5B on white background.



Black color preview on #705B5B background

This text has black color on #705B5B background.


White color preview on #705B5B background

This text has white color on #705B5B background.