COLOR #708748

HEX: #708748
RGB: (112,135,72)

Color info

#708748 contains mainly red and green colors. Web safe color of #708748 is #669933 (or #693).

RGB color model

#708748 color RGB value is (112,135,72).

  • red value is 112;
  • green value is 135;
  • blue value is 72.
RGB:
(112,135,72)
(44%,53%,28%)

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 72 of 255 = 28%

112
135
72

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 72 = 319 (100%)
R 112 of 319 ~ 35.11%
G 135 of 319 ~ 42.32%
B 72 of 319 ~ 22.57%

%35.11
%42.32
%22.57

CMYK color model

#708748 color CMYK value is (17,0,47,47).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 47.06%
CMYK:
(17,0,47,47)
C17M0Y47K47 
(17%,0%,47%,47%)
(0.17/0.00/0.47/0.47)	

CMYK percentages

%17.04
%0
%46.67
%47.06

Codes

Color #708748 in popluar color models

708748
RGB11213572
HSL82°30.43%40.59%
HSB/HSV82°46.67%52.94%
CMYK17.04%0.00%46.67%
47.06%

Color #708748 in popluar number systems.

HEX708748
Decimal11213572
Binary1110000100001111001000
Octal160207110

Shades and tints

Shades of #708748

#708748
(112,135,72)
#667B42
(102,123,66)
#5C6F3C
(92,111,60)
#526336
(82,99,54)
#485730
(72,87,48)
#3E4B2A
(62,75,42)
#343F24
(52,63,36)
#2A331E
(42,51,30)
#202718
(32,39,24)
#161B12
(22,27,18)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #708748

#708748
(112,135,72)
#7D9158
(125,145,88)
#8A9B68
(138,155,104)
#97A578
(151,165,120)
#A4AF88
(164,175,136)
#B1B998
(177,185,152)
#BEC3A8
(190,195,168)
#CBCDB8
(203,205,184)
#D8D7C8
(216,215,200)
#E5E1D8
(229,225,216)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708748 color. Also use rgb(112,135,72) instead hex code.

Text Font Color

.myTextColor { color: #708748; }

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

This text font color is #708748.


Background Color

.myBgColor { background-color: #708748; }

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

This div background color is #708748.


Border color

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

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

This div border color is #708748.


Opacity

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

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

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

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

This text has shadow with #708748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708748 on black background.


Color preview on white background

This text has color #708748 on white background.



Black color preview on #708748 background

This text has black color on #708748 background.


White color preview on #708748 background

This text has white color on #708748 background.