COLOR #705D64

HEX: #705D64
RGB: (112,93,100)

Color info

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

RGB color model

#705D64 color RGB value is (112,93,100).

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

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 100 of 255 = 39%

112
93
100

R + G + B ~ 40%. #705D64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 93 + 100 = 305 (100%)
R 112 of 305 ~ 36.72%
G 93 of 305 ~ 30.49%
B 100 of 305 ~ 32.79%

%36.72
%30.49
%32.79

CMYK color model

#705D64 color CMYK value is (0,17,11,56).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 10.71%
  • key color value is 56.08%
CMYK: (0,17,11,56) C0M17Y11K56 (0%,17%,11%,56%) (0.00/0.17/0.11/0.56)

CMYK percentages

%0
%16.96
%10.71
%56.08

Codes

Color #705D64 in popluar color models

705D64
RGB11293100
HSL338°9.27%40.20%
HSB/HSV338°16.96%43.92%
CMYK0.00%16.96%10.71%
56.08%

Color #705D64 in popluar number systems.

HEX705D64
Decimal11293100
Binary111000010111011100100
Octal160135144

Shades and tints

Shades of #705D64

#705D64
(112,93,100)
#66555B
(102,85,91)
#5C4D52
(92,77,82)
#524549
(82,69,73)
#483D40
(72,61,64)
#3E3537
(62,53,55)
#342D2E
(52,45,46)
#2A2525
(42,37,37)
#201D1C
(32,29,28)
#161513
(22,21,19)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #705D64

#705D64
(112,93,100)
#7D6B72
(125,107,114)
#8A7980
(138,121,128)
#97878E
(151,135,142)
#A4959C
(164,149,156)
#B1A3AA
(177,163,170)
#BEB1B8
(190,177,184)
#CBBFC6
(203,191,198)
#D8CDD4
(216,205,212)
#E5DBE2
(229,219,226)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705D64; }

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

This text font color is #705D64.


Background Color

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

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

This div background color is #705D64.


Border color

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

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

This div border color is #705D64.


Opacity

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

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

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

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

This text has shadow with #705D64 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #705D64 on black background.


Color preview on white background

This text has color #705D64 on white background.



Black color preview on #705D64 background

This text has black color on #705D64 background.


White color preview on #705D64 background

This text has white color on #705D64 background.