COLOR #708151

HEX: #708151
RGB: (112,129,81)

Color info

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

RGB color model

#708151 color RGB value is (112,129,81).

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

RGB channels and saturation

R 112 of 255 = 44%
G 129 of 255 = 51%
B 81 of 255 = 32%

112
129
81

R + G + B ~ 42%. #708151 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 129 + 81 = 322 (100%)
R 112 of 322 ~ 34.78%
G 129 of 322 ~ 40.06%
B 81 of 322 ~ 25.16%

%34.78
%40.06
%25.16

CMYK color model

#708151 color CMYK value is (13,0,37,49).

  • cyan value is 13.18%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 49.41%
CMYK:
(13,0,37,49)
C13M0Y37K49 
(13%,0%,37%,49%)
(0.13/0.00/0.37/0.49)	

CMYK percentages

%13.18
%0
%37.21
%49.41

Codes

Color #708151 in popluar color models

708151
RGB11212981
HSL81°22.86%41.18%
HSB/HSV81°37.21%50.59%
CMYK13.18%0.00%37.21%
49.41%

Color #708151 in popluar number systems.

HEX708151
Decimal11212981
Binary1110000100000011010001
Octal160201121

Shades and tints

Shades of #708151

#708151
(112,129,81)
#66764A
(102,118,74)
#5C6B43
(92,107,67)
#52603C
(82,96,60)
#485535
(72,85,53)
#3E4A2E
(62,74,46)
#343F27
(52,63,39)
#2A3420
(42,52,32)
#202919
(32,41,25)
#161E12
(22,30,18)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #708151

#708151
(112,129,81)
#7D8C60
(125,140,96)
#8A976F
(138,151,111)
#97A27E
(151,162,126)
#A4AD8D
(164,173,141)
#B1B89C
(177,184,156)
#BEC3AB
(190,195,171)
#CBCEBA
(203,206,186)
#D8D9C9
(216,217,201)
#E5E4D8
(229,228,216)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708151; }

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

This text font color is #708151.


Background Color

.myBgColor { background-color: #708151; }

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

This div background color is #708151.


Border color

.myBorderColor { border: 1px solid #708151; }

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

This div border color is #708151.


Opacity

.myOpacity80 { color: #708151; opacity: 0.8; }

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

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

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

This text has shadow with #708151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708151 on black background.


Color preview on white background

This text has color #708151 on white background.



Black color preview on #708151 background

This text has black color on #708151 background.


White color preview on #708151 background

This text has white color on #708151 background.