COLOR #705E5D

HEX: #705E5D
RGB: (112,94,93)

Color info

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

RGB color model

#705E5D color RGB value is (112,94,93).

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

RGB channels and saturation

R 112 of 255 = 44%
G 94 of 255 = 37%
B 93 of 255 = 36%

112
94
93

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

Portions of RGB colors in percentages

R + G + B =
112 + 94 + 93 = 299 (100%)
R 112 of 299 ~ 37.46%
G 94 of 299 ~ 31.44%
B 93 of 299 ~ 31.1%

%37.46
%31.44
%31.1

CMYK color model

#705E5D color CMYK value is (0,16,17,56).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 16.96%
  • key color value is 56.08%
CMYK:
(0,16,17,56)
C0M16Y17K56 
(0%,16%,17%,56%)
(0.00/0.16/0.17/0.56)	

CMYK percentages

%0
%16.07
%16.96
%56.08

Codes

Color #705E5D in popluar color models

705E5D
RGB1129493
HSL9.27%40.20%
HSB/HSV16.96%43.92%
CMYK0.00%16.07%16.96%
56.08%

Color #705E5D in popluar number systems.

HEX705E5D
Decimal1129493
Binary111000010111101011101
Octal160136135

Shades and tints

Shades of #705E5D

#705E5D
(112,94,93)
#665655
(102,86,85)
#5C4E4D
(92,78,77)
#524645
(82,70,69)
#483E3D
(72,62,61)
#3E3635
(62,54,53)
#342E2D
(52,46,45)
#2A2625
(42,38,37)
#201E1D
(32,30,29)
#161615
(22,22,21)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #705E5D

#705E5D
(112,94,93)
#7D6C6B
(125,108,107)
#8A7A79
(138,122,121)
#978887
(151,136,135)
#A49695
(164,150,149)
#B1A4A3
(177,164,163)
#BEB2B1
(190,178,177)
#CBC0BF
(203,192,191)
#D8CECD
(216,206,205)
#E5DCDB
(229,220,219)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705E5D; }

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

This text font color is #705E5D.


Background Color

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

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

This div background color is #705E5D.


Border color

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

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

This div border color is #705E5D.


Opacity

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

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

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

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

This text has shadow with #705E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705E5D on black background.


Color preview on white background

This text has color #705E5D on white background.



Black color preview on #705E5D background

This text has black color on #705E5D background.


White color preview on #705E5D background

This text has white color on #705E5D background.