COLOR #708115

HEX: #708115
RGB: (112,129,21)

Color info

#708115 contains mainly red and green colors. Web safe color of #708115 is #669900 (or #690).

RGB color model

#708115 color RGB value is (112,129,21).

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

RGB channels and saturation

R 112 of 255 = 44%
G 129 of 255 = 51%
B 21 of 255 = 8%

112
129
21

R + G + B ~ 34%. #708115 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 129 + 21 = 262 (100%)
R 112 of 262 ~ 42.75%
G 129 of 262 ~ 49.24%
B 21 of 262 ~ 8.02%

%42.75
%49.24

CMYK color model

#708115 color CMYK value is (13,0,84,49).

  • cyan value is 13.18%
  • magenta value is 0.00%
  • yellow value is 83.72%
  • key color value is 49.41%
CMYK:
(13,0,84,49)
C13M0Y84K49 
(13%,0%,84%,49%)
(0.13/0.00/0.84/0.49)	

CMYK percentages

%13.18
%0
%83.72
%49.41

Codes

Color #708115 in popluar color models

708115
RGB11212921
HSL69°72.00%29.41%
HSB/HSV69°83.72%50.59%
CMYK13.18%0.00%83.72%
49.41%

Color #708115 in popluar number systems.

HEX708115
Decimal11212921
Binary11100001000000110101
Octal16020125

Shades and tints

Shades of #708115

#708115
(112,129,21)
#667614
(102,118,20)
#5C6B13
(92,107,19)
#526012
(82,96,18)
#485511
(72,85,17)
#3E4A10
(62,74,16)
#343F0F
(52,63,15)
#2A340E
(42,52,14)
#20290D
(32,41,13)
#161E0C
(22,30,12)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #708115

#708115
(112,129,21)
#7D8C2A
(125,140,42)
#8A973F
(138,151,63)
#97A254
(151,162,84)
#A4AD69
(164,173,105)
#B1B87E
(177,184,126)
#BEC393
(190,195,147)
#CBCEA8
(203,206,168)
#D8D9BD
(216,217,189)
#E5E4D2
(229,228,210)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708115; }

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

This text font color is #708115.


Background Color

.myBgColor { background-color: #708115; }

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

This div background color is #708115.


Border color

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

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

This div border color is #708115.


Opacity

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

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

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

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

This text has shadow with #708115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708115 on black background.


Color preview on white background

This text has color #708115 on white background.



Black color preview on #708115 background

This text has black color on #708115 background.


White color preview on #708115 background

This text has white color on #708115 background.