COLOR #70593F

HEX: #70593F
RGB: (112,89,63)

Color info

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

RGB color model

#70593F color RGB value is (112,89,63).

  • red value is 112;
  • green value is 89;
  • blue value is 63.
RGB:
(112,89,63)
(44%,35%,25%)

RGB channels and saturation

R 112 of 255 = 44%
G 89 of 255 = 35%
B 63 of 255 = 25%

112
89
63

R + G + B ~ 35%. #70593F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 89 + 63 = 264 (100%)
R 112 of 264 ~ 42.42%
G 89 of 264 ~ 33.71%
B 63 of 264 ~ 23.86%

%42.42
%33.71
%23.86

CMYK color model

#70593F color CMYK value is (0,21,44,56).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 43.75%
  • key color value is 56.08%
CMYK:
(0,21,44,56)
C0M21Y44K56 
(0%,21%,44%,56%)
(0.00/0.21/0.44/0.56)	

CMYK percentages

%0
%20.54
%43.75
%56.08

Codes

Color #70593F in popluar color models

70593F
RGB1128963
HSL32°28.00%34.31%
HSB/HSV32°43.75%43.92%
CMYK0.00%20.54%43.75%
56.08%

Color #70593F in popluar number systems.

HEX70593F
Decimal1128963
Binary11100001011001111111
Octal16013177

Shades and tints

Shades of #70593F

#70593F
(112,89,63)
#66513A
(102,81,58)
#5C4935
(92,73,53)
#524130
(82,65,48)
#48392B
(72,57,43)
#3E3126
(62,49,38)
#342921
(52,41,33)
#2A211C
(42,33,28)
#201917
(32,25,23)
#161112
(22,17,18)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #70593F

#70593F
(112,89,63)
#7D6850
(125,104,80)
#8A7761
(138,119,97)
#978672
(151,134,114)
#A49583
(164,149,131)
#B1A494
(177,164,148)
#BEB3A5
(190,179,165)
#CBC2B6
(203,194,182)
#D8D1C7
(216,209,199)
#E5E0D8
(229,224,216)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70593F color. Also use rgb(112,89,63) instead hex code.

Text Font Color

.myTextColor { color: #70593F; }

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

This text font color is #70593F.


Background Color

.myBgColor { background-color: #70593F; }

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

This div background color is #70593F.


Border color

.myBorderColor { border: 1px solid #70593F; }

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

This div border color is #70593F.


Opacity

.myOpacity80 { color: #70593F; opacity: 0.8; }

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

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

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

This text has shadow with #70593F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70593F on black background.


Color preview on white background

This text has color #70593F on white background.



Black color preview on #70593F background

This text has black color on #70593F background.


White color preview on #70593F background

This text has white color on #70593F background.