COLOR #70815D

HEX: #70815D
RGB: (112,129,93)

Color info

#70815D contains red, green and blue colors in about the same proportion. Web safe color of #70815D is #669966 (or #696).

RGB color model

#70815D color RGB value is (112,129,93).

  • red value is 112;
  • green value is 129;
  • blue value is 93.
RGB:
(112,129,93)
(44%,51%,36%)

RGB channels and saturation

R 112 of 255 = 44%
G 129 of 255 = 51%
B 93 of 255 = 36%

112
129
93

R + G + B ~ 44%. #70815D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 129 + 93 = 334 (100%)
R 112 of 334 ~ 33.53%
G 129 of 334 ~ 38.62%
B 93 of 334 ~ 27.84%

%33.53
%38.62
%27.84

CMYK color model

#70815D color CMYK value is (13,0,28,49).

  • cyan value is 13.18%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 49.41%
CMYK:
(13,0,28,49)
C13M0Y28K49 
(13%,0%,28%,49%)
(0.13/0.00/0.28/0.49)	

CMYK percentages

%13.18
%0
%27.91
%49.41

Codes

Color #70815D in popluar color models

70815D
RGB11212993
HSL88°16.22%43.53%
HSB/HSV88°27.91%50.59%
CMYK13.18%0.00%27.91%
49.41%

Color #70815D in popluar number systems.

HEX70815D
Decimal11212993
Binary1110000100000011011101
Octal160201135

Shades and tints

Shades of #70815D

#70815D
(112,129,93)
#667655
(102,118,85)
#5C6B4D
(92,107,77)
#526045
(82,96,69)
#48553D
(72,85,61)
#3E4A35
(62,74,53)
#343F2D
(52,63,45)
#2A3425
(42,52,37)
#20291D
(32,41,29)
#161E15
(22,30,21)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #70815D

#70815D
(112,129,93)
#7D8C6B
(125,140,107)
#8A9779
(138,151,121)
#97A287
(151,162,135)
#A4AD95
(164,173,149)
#B1B8A3
(177,184,163)
#BEC3B1
(190,195,177)
#CBCEBF
(203,206,191)
#D8D9CD
(216,217,205)
#E5E4DB
(229,228,219)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70815D color. Also use rgb(112,129,93) instead hex code.

Text Font Color

.myTextColor { color: #70815D; }

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

This text font color is #70815D.


Background Color

.myBgColor { background-color: #70815D; }

<div style="background-color:#70815D">Inner text</div>

This div background color is #70815D.


Border color

.myBorderColor { border: 1px solid #70815D; }

<div style="border:3px solid #70815D">Div</div>

This div border color is #70815D.


Opacity

.myOpacity80 { color: #70815D; opacity: 0.8; }

<p style="color:#70815D;opacity:0.8;">80%</p>

Text with #70815D 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 #70815D;}

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

This text has shadow with #70815D color.

.textShadow {text-shadow: 3px 3px 1px #70815D, 3px 3px 1px red;}

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

This text has shadow with #70815D primary color and red secondary color.


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

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

This text has shadow with #70815D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70815D on black background.


Color preview on white background

This text has color #70815D on white background.



Black color preview on #70815D background

This text has black color on #70815D background.


White color preview on #70815D background

This text has white color on #70815D background.