COLOR #705653

HEX: #705653
RGB: (112,86,83)

Color info

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

RGB color model

#705653 color RGB value is (112,86,83).

  • red value is 112;
  • green value is 86;
  • blue value is 83.
RGB:
(112,86,83)
(44%,34%,33%)

RGB channels and saturation

R 112 of 255 = 44%
G 86 of 255 = 34%
B 83 of 255 = 33%

112
86
83

R + G + B ~ 37%. #705653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 86 + 83 = 281 (100%)
R 112 of 281 ~ 39.86%
G 86 of 281 ~ 30.6%
B 83 of 281 ~ 29.54%

%39.86
%30.6
%29.54

CMYK color model

#705653 color CMYK value is (0,23,26,56).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 25.89%
  • key color value is 56.08%
CMYK:
(0,23,26,56)
C0M23Y26K56 
(0%,23%,26%,56%)
(0.00/0.23/0.26/0.56)	

CMYK percentages

%0
%23.21
%25.89
%56.08

Codes

Color #705653 in popluar color models

705653
RGB1128683
HSL14.87%38.24%
HSB/HSV25.89%43.92%
CMYK0.00%23.21%25.89%
56.08%

Color #705653 in popluar number systems.

HEX705653
Decimal1128683
Binary111000010101101010011
Octal160126123

Shades and tints

Shades of #705653

#705653
(112,86,83)
#664F4C
(102,79,76)
#5C4845
(92,72,69)
#52413E
(82,65,62)
#483A37
(72,58,55)
#3E3330
(62,51,48)
#342C29
(52,44,41)
#2A2522
(42,37,34)
#201E1B
(32,30,27)
#161714
(22,23,20)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #705653

#705653
(112,86,83)
#7D6562
(125,101,98)
#8A7471
(138,116,113)
#978380
(151,131,128)
#A4928F
(164,146,143)
#B1A19E
(177,161,158)
#BEB0AD
(190,176,173)
#CBBFBC
(203,191,188)
#D8CECB
(216,206,203)
#E5DDDA
(229,221,218)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705653 color. Also use rgb(112,86,83) instead hex code.

Text Font Color

.myTextColor { color: #705653; }

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

This text font color is #705653.


Background Color

.myBgColor { background-color: #705653; }

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

This div background color is #705653.


Border color

.myBorderColor { border: 1px solid #705653; }

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

This div border color is #705653.


Opacity

.myOpacity80 { color: #705653; opacity: 0.8; }

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

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

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

This text has shadow with #705653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705653 on black background.


Color preview on white background

This text has color #705653 on white background.



Black color preview on #705653 background

This text has black color on #705653 background.


White color preview on #705653 background

This text has white color on #705653 background.