COLOR #705E63

HEX: #705E63 RGB: (112,94,99)

Color info

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

RGB color model

#705E63 color RGB value is (112,94,99).

RGB: (112,94,99) (44%, 37%, 39%)

RGB channels and saturation

R 112 of 255 = 44%
G 94 of 255 = 37%
B 99 of 255 = 39%

112
94
99

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

Portions of RGB colors in percentages

R + G + B = 112 + 94 + 99 = 305 (100%)
R 112 of 305 ~ 36.72%
G 94 of 305 ~ 30.82%
B 99 of 305 ~ 32.46'%

%36.72
%30.82
%32.46

CMYK color model

#705E63 color CMYK value is (0,16,12,56).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 11.61%
  • key color value is 56.08%
CMYK: (0,16,12,56) C0M16Y12K56 (0%,16%,12%,56%) (0.00/0.16/0.12/0.56) 

CMYK percentages

%0
%16.07
%11.61
%56.08

Codes

Color #705E63 in popluar color models

70 5E 63
RGB 112 94 99
HSL 343° 8.74% 40.39%
HSB/HSV 343° 16.07% 43.92%
CMYK 0.00% 16.07% 11.61%
56.08%

Color #705E63 in popluar number systems.

HEX 70 5E 63
Decimal 112 94 99
Binary 1110000 1011110 1100011
Octal 160 136 143

Shades and tints

Shades of #705E63

#705E63
(112,94,99)
#66565A
(102,86,90)
#5C4E51
(92,78,81)
#524648
(82,70,72)
#483E3F
(72,62,63)
#3E3636
(62,54,54)
#342E2D
(52,46,45)
#2A2624
(42,38,36)
#201E1B
(32,30,27)
#161612
(22,22,18)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #705E63

#705E63
(112,94,99)
#7D6C71
(125,108,113)
#8A7A7F
(138,122,127)
#97888D
(151,136,141)
#A4969B
(164,150,155)
#B1A4A9
(177,164,169)
#BEB2B7
(190,178,183)
#CBC0C5
(203,192,197)
#D8CED3
(216,206,211)
#E5DCE1
(229,220,225)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705E63; }

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

This text font color is #705E63.

Background Color

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

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

This div background color is #705E63.

Border color

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

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

This div border color is #705E63.

Opacity

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

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

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

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

This text has shadow with #705E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705E63.

Preview

Color preview on black background

This text has color #705E63 on black background.


Color preview on white background

This text has color #705E63 on white background.


Black color preview on #705E63 background

This text has black color on #705E63 background.


White color preview on #705E63 background

This text has white color on #705E63 background.


Related colors

Complementary color

Complementary color for #hex is #8FA19C.


I love getcolorcode.com

Triadic colors

1 #63705E and #5E6370 with #705E63 are triadic colors.

2 #635E70 and #5E7063 with #705E63 are triadic colors.