COLOR #705240

HEX: #705240
RGB: (112,82,64)

Color info

#705240 contains red, green and blue colors in about the same proportion. Web safe color of #705240 is #666633 (or #663).

RGB color model

#705240 color RGB value is (112,82,64).

  • red value is 112;
  • green value is 82;
  • blue value is 64.
RGB:
(112,82,64)
(44%,32%,25%)

RGB channels and saturation

R 112 of 255 = 44%
G 82 of 255 = 32%
B 64 of 255 = 25%

112
82
64

R + G + B ~ 34%. #705240 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 82 + 64 = 258 (100%)
R 112 of 258 ~ 43.41%
G 82 of 258 ~ 31.78%
B 64 of 258 ~ 24.81%

%43.41
%31.78
%24.81

CMYK color model

#705240 color CMYK value is (0,27,43,56).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 42.86%
  • key color value is 56.08%
CMYK:
(0,27,43,56)
C0M27Y43K56 
(0%,27%,43%,56%)
(0.00/0.27/0.43/0.56)	

CMYK percentages

%0
%26.79
%42.86
%56.08

Codes

Color #705240 in popluar color models

705240
RGB1128264
HSL23°27.27%34.51%
HSB/HSV23°42.86%43.92%
CMYK0.00%26.79%42.86%
56.08%

Color #705240 in popluar number systems.

HEX705240
Decimal1128264
Binary111000010100101000000
Octal160122100

Shades and tints

Shades of #705240

#705240
(112,82,64)
#664B3B
(102,75,59)
#5C4436
(92,68,54)
#523D31
(82,61,49)
#48362C
(72,54,44)
#3E2F27
(62,47,39)
#342822
(52,40,34)
#2A211D
(42,33,29)
#201A18
(32,26,24)
#161313
(22,19,19)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #705240

#705240
(112,82,64)
#7D6151
(125,97,81)
#8A7062
(138,112,98)
#977F73
(151,127,115)
#A48E84
(164,142,132)
#B19D95
(177,157,149)
#BEACA6
(190,172,166)
#CBBBB7
(203,187,183)
#D8CAC8
(216,202,200)
#E5D9D9
(229,217,217)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705240 color. Also use rgb(112,82,64) instead hex code.

Text Font Color

.myTextColor { color: #705240; }

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

This text font color is #705240.


Background Color

.myBgColor { background-color: #705240; }

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

This div background color is #705240.


Border color

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

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

This div border color is #705240.


Opacity

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

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

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

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

This text has shadow with #705240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705240 on black background.


Color preview on white background

This text has color #705240 on white background.



Black color preview on #705240 background

This text has black color on #705240 background.


White color preview on #705240 background

This text has white color on #705240 background.