COLOR #705D58

HEX: #705D58 RGB: (112,93,88)

Color info

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

RGB color model

#705D58 color RGB value is (112,93,88).

RGB: (112,93,88) (44%, 36%, 35%)

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 88 of 255 = 35%

112
93
88

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

Portions of RGB colors in percentages

R + G + B = 112 + 93 + 88 = 293 (100%)
R 112 of 293 ~ 38.23%
G 93 of 293 ~ 31.74%
B 88 of 293 ~ 30.03'%

%38.23
%31.74
%30.03

CMYK color model

#705D58 color CMYK value is (0,17,21,56).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 21.43%
  • key color value is 56.08%

CMYK: (0,17,21,56)
C0M17Y21K56 (0%, 17%, 21%, 56%)
(0.00 / 0.17 / 0.21 / 0.56)

CMYK percentages

%0
%16.96
%21.43
%56.08

Codes

Color #705D58 in popluar color models

70 5D 58
RGB 112 93 88
HSL 13° 12.00% 39.22%
HSB/HSV 13° 21.43% 43.92%
CMYK 0.00% 16.96% 21.43%
56.08%

Color #705D58 in popluar number systems.

HEX 70 5D 58
Decimal 112 93 88
Binary 1110000 1011101 1011000
Octal 160 135 130

Shades and tints

Shades of #705D58

#705D58
(112,93,88)
#665550
(102,85,80)
#5C4D48
(92,77,72)
#524540
(82,69,64)
#483D38
(72,61,56)
#3E3530
(62,53,48)
#342D28
(52,45,40)
#2A2520
(42,37,32)
#201D18
(32,29,24)
#161510
(22,21,16)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #705D58

#705D58
(112,93,88)
#7D6B67
(125,107,103)
#8A7976
(138,121,118)
#978785
(151,135,133)
#A49594
(164,149,148)
#B1A3A3
(177,163,163)
#BEB1B2
(190,177,178)
#CBBFC1
(203,191,193)
#D8CDD0
(216,205,208)
#E5DBDF
(229,219,223)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705D58; }

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

This text font color is #705D58.

Background Color

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

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

This div background color is #705D58.

Border color

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

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

This div border color is #705D58.

Opacity

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

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

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

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

This text has shadow with #705D58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705D58.

Preview

Color preview on black background

This text has color #705D58 on black background.


Color preview on white background

This text has color #705D58 on white background.


Black color preview on #705D58 background

This text has black color on #705D58 background.


White color preview on #705D58 background

This text has white color on #705D58 background.


Related colors

Complementary color

Complementary color for #hex is #8FA2A7.


I love getcolorcode.com

Triadic colors

1 #58705D and #5D5870 with #705D58 are triadic colors.

2 #585D70 and #5D7058 with #705D58 are triadic colors.