COLOR #70725A

HEX: #70725A
RGB: (112,114,90)

Color info

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

RGB color model

#70725A color RGB value is (112,114,90).

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

RGB channels and saturation

R 112 of 255 = 44%
G 114 of 255 = 45%
B 90 of 255 = 35%

112
114
90

R + G + B ~ 41%. #70725A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 114 + 90 = 316 (100%)
R 112 of 316 ~ 35.44%
G 114 of 316 ~ 36.08%
B 90 of 316 ~ 28.48%

%35.44
%36.08
%28.48

CMYK color model

#70725A color CMYK value is (2,0,21,55).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 55.29%
CMYK:
(2,0,21,55)
C2M0Y21K55 
(2%,0%,21%,55%)
(0.02/0.00/0.21/0.55)	

CMYK percentages

%1.75
%0
%21.05
%55.29

Codes

Color #70725A in popluar color models

70725A
RGB11211490
HSL65°11.76%40.00%
HSB/HSV65°21.05%44.71%
CMYK1.75%0.00%21.05%
55.29%

Color #70725A in popluar number systems.

HEX70725A
Decimal11211490
Binary111000011100101011010
Octal160162132

Shades and tints

Shades of #70725A

#70725A
(112,114,90)
#666852
(102,104,82)
#5C5E4A
(92,94,74)
#525442
(82,84,66)
#484A3A
(72,74,58)
#3E4032
(62,64,50)
#34362A
(52,54,42)
#2A2C22
(42,44,34)
#20221A
(32,34,26)
#161812
(22,24,18)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #70725A

#70725A
(112,114,90)
#7D7E69
(125,126,105)
#8A8A78
(138,138,120)
#979687
(151,150,135)
#A4A296
(164,162,150)
#B1AEA5
(177,174,165)
#BEBAB4
(190,186,180)
#CBC6C3
(203,198,195)
#D8D2D2
(216,210,210)
#E5DEE1
(229,222,225)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70725A color. Also use rgb(112,114,90) instead hex code.

Text Font Color

.myTextColor { color: #70725A; }

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

This text font color is #70725A.


Background Color

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

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

This div background color is #70725A.


Border color

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

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

This div border color is #70725A.


Opacity

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

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

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

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

This text has shadow with #70725A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70725A on black background.


Color preview on white background

This text has color #70725A on white background.



Black color preview on #70725A background

This text has black color on #70725A background.


White color preview on #70725A background

This text has white color on #70725A background.