COLOR #70724E

HEX: #70724E
RGB: (112,114,78)

Color info

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

RGB color model

#70724E color RGB value is (112,114,78).

  • red value is 112;
  • green value is 114;
  • blue value is 78.
RGB:
(112,114,78)
(44%,45%,31%)

RGB channels and saturation

R 112 of 255 = 44%
G 114 of 255 = 45%
B 78 of 255 = 31%

112
114
78

R + G + B ~ 40%. #70724E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 114 + 78 = 304 (100%)
R 112 of 304 ~ 36.84%
G 114 of 304 ~ 37.5%
B 78 of 304 ~ 25.66%

%36.84
%37.5
%25.66

CMYK color model

#70724E color CMYK value is (2,0,32,55).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 55.29%
CMYK:
(2,0,32,55)
C2M0Y32K55 
(2%,0%,32%,55%)
(0.02/0.00/0.32/0.55)	

CMYK percentages

%1.75
%0
%31.58
%55.29

Codes

Color #70724E in popluar color models

70724E
RGB11211478
HSL63°18.75%37.65%
HSB/HSV63°31.58%44.71%
CMYK1.75%0.00%31.58%
55.29%

Color #70724E in popluar number systems.

HEX70724E
Decimal11211478
Binary111000011100101001110
Octal160162116

Shades and tints

Shades of #70724E

#70724E
(112,114,78)
#666847
(102,104,71)
#5C5E40
(92,94,64)
#525439
(82,84,57)
#484A32
(72,74,50)
#3E402B
(62,64,43)
#343624
(52,54,36)
#2A2C1D
(42,44,29)
#202216
(32,34,22)
#16180F
(22,24,15)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #70724E

#70724E
(112,114,78)
#7D7E5E
(125,126,94)
#8A8A6E
(138,138,110)
#97967E
(151,150,126)
#A4A28E
(164,162,142)
#B1AE9E
(177,174,158)
#BEBAAE
(190,186,174)
#CBC6BE
(203,198,190)
#D8D2CE
(216,210,206)
#E5DEDE
(229,222,222)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70724E color. Also use rgb(112,114,78) instead hex code.

Text Font Color

.myTextColor { color: #70724E; }

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

This text font color is #70724E.


Background Color

.myBgColor { background-color: #70724E; }

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

This div background color is #70724E.


Border color

.myBorderColor { border: 1px solid #70724E; }

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

This div border color is #70724E.


Opacity

.myOpacity80 { color: #70724E; opacity: 0.8; }

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

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

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

This text has shadow with #70724E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70724E on black background.


Color preview on white background

This text has color #70724E on white background.



Black color preview on #70724E background

This text has black color on #70724E background.


White color preview on #70724E background

This text has white color on #70724E background.