COLOR #70513A

HEX: #70513A
RGB: (112,81,58)

Color info

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

RGB color model

#70513A color RGB value is (112,81,58).

  • red value is 112;
  • green value is 81;
  • blue value is 58.
RGB:
(112,81,58)
(44%,32%,23%)

RGB channels and saturation

R 112 of 255 = 44%
G 81 of 255 = 32%
B 58 of 255 = 23%

112
81
58

R + G + B ~ 33%. #70513A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 81 + 58 = 251 (100%)
R 112 of 251 ~ 44.62%
G 81 of 251 ~ 32.27%
B 58 of 251 ~ 23.11%

%44.62
%32.27
%23.11

CMYK color model

#70513A color CMYK value is (0,28,48,56).

  • cyan value is 0.00%
  • magenta value is 27.68%
  • yellow value is 48.21%
  • key color value is 56.08%
CMYK:
(0,28,48,56)
C0M28Y48K56 
(0%,28%,48%,56%)
(0.00/0.28/0.48/0.56)	

CMYK percentages

%0
%27.68
%48.21
%56.08

Codes

Color #70513A in popluar color models

70513A
RGB1128158
HSL26°31.76%33.33%
HSB/HSV26°48.21%43.92%
CMYK0.00%27.68%48.21%
56.08%

Color #70513A in popluar number systems.

HEX70513A
Decimal1128158
Binary11100001010001111010
Octal16012172

Shades and tints

Shades of #70513A

#70513A
(112,81,58)
#664A35
(102,74,53)
#5C4330
(92,67,48)
#523C2B
(82,60,43)
#483526
(72,53,38)
#3E2E21
(62,46,33)
#34271C
(52,39,28)
#2A2017
(42,32,23)
#201912
(32,25,18)
#16120D
(22,18,13)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #70513A

#70513A
(112,81,58)
#7D604B
(125,96,75)
#8A6F5C
(138,111,92)
#977E6D
(151,126,109)
#A48D7E
(164,141,126)
#B19C8F
(177,156,143)
#BEABA0
(190,171,160)
#CBBAB1
(203,186,177)
#D8C9C2
(216,201,194)
#E5D8D3
(229,216,211)
#F2E7E4
(242,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70513A color. Also use rgb(112,81,58) instead hex code.

Text Font Color

.myTextColor { color: #70513A; }

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

This text font color is #70513A.


Background Color

.myBgColor { background-color: #70513A; }

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

This div background color is #70513A.


Border color

.myBorderColor { border: 1px solid #70513A; }

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

This div border color is #70513A.


Opacity

.myOpacity80 { color: #70513A; opacity: 0.8; }

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

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

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

This text has shadow with #70513A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70513A on black background.


Color preview on white background

This text has color #70513A on white background.



Black color preview on #70513A background

This text has black color on #70513A background.


White color preview on #70513A background

This text has white color on #70513A background.