COLOR #70573B

HEX: #70573B
RGB: (112,87,59)

Color info

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

RGB color model

#70573B color RGB value is (112,87,59).

  • red value is 112;
  • green value is 87;
  • blue value is 59.
RGB:
(112,87,59)
(44%,34%,23%)

RGB channels and saturation

R 112 of 255 = 44%
G 87 of 255 = 34%
B 59 of 255 = 23%

112
87
59

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

Portions of RGB colors in percentages

R + G + B =
112 + 87 + 59 = 258 (100%)
R 112 of 258 ~ 43.41%
G 87 of 258 ~ 33.72%
B 59 of 258 ~ 22.87%

%43.41
%33.72
%22.87

CMYK color model

#70573B color CMYK value is (0,22,47,56).

  • cyan value is 0.00%
  • magenta value is 22.32%
  • yellow value is 47.32%
  • key color value is 56.08%
CMYK:
(0,22,47,56)
C0M22Y47K56 
(0%,22%,47%,56%)
(0.00/0.22/0.47/0.56)	

CMYK percentages

%0
%22.32
%47.32
%56.08

Codes

Color #70573B in popluar color models

70573B
RGB1128759
HSL32°30.99%33.53%
HSB/HSV32°47.32%43.92%
CMYK0.00%22.32%47.32%
56.08%

Color #70573B in popluar number systems.

HEX70573B
Decimal1128759
Binary11100001010111111011
Octal16012773

Shades and tints

Shades of #70573B

#70573B
(112,87,59)
#665036
(102,80,54)
#5C4931
(92,73,49)
#52422C
(82,66,44)
#483B27
(72,59,39)
#3E3422
(62,52,34)
#342D1D
(52,45,29)
#2A2618
(42,38,24)
#201F13
(32,31,19)
#16180E
(22,24,14)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #70573B

#70573B
(112,87,59)
#7D664C
(125,102,76)
#8A755D
(138,117,93)
#97846E
(151,132,110)
#A4937F
(164,147,127)
#B1A290
(177,162,144)
#BEB1A1
(190,177,161)
#CBC0B2
(203,192,178)
#D8CFC3
(216,207,195)
#E5DED4
(229,222,212)
#F2EDE5
(242,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70573B color. Also use rgb(112,87,59) instead hex code.

Text Font Color

.myTextColor { color: #70573B; }

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

This text font color is #70573B.


Background Color

.myBgColor { background-color: #70573B; }

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

This div background color is #70573B.


Border color

.myBorderColor { border: 1px solid #70573B; }

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

This div border color is #70573B.


Opacity

.myOpacity80 { color: #70573B; opacity: 0.8; }

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

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

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

This text has shadow with #70573B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70573B on black background.


Color preview on white background

This text has color #70573B on white background.



Black color preview on #70573B background

This text has black color on #70573B background.


White color preview on #70573B background

This text has white color on #70573B background.