COLOR #708038

HEX: #708038
RGB: (112,128,56)

Color info

#708038 contains mainly red and green colors. Web safe color of #708038 is #666633 (or #663).

RGB color model

#708038 color RGB value is (112,128,56).

  • red value is 112;
  • green value is 128;
  • blue value is 56.
RGB:
(112,128,56)
(44%,50%,22%)

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 56 of 255 = 22%

112
128
56

R + G + B ~ 39%. #708038 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 128 + 56 = 296 (100%)
R 112 of 296 ~ 37.84%
G 128 of 296 ~ 43.24%
B 56 of 296 ~ 18.92%

%37.84
%43.24
%18.92

CMYK color model

#708038 color CMYK value is (13,0,56,50).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 49.80%
CMYK:
(13,0,56,50)
C13M0Y56K50 
(13%,0%,56%,50%)
(0.13/0.00/0.56/0.50)	

CMYK percentages

%12.5
%0
%56.25
%49.8

Codes

Color #708038 in popluar color models

708038
RGB11212856
HSL73°39.13%36.08%
HSB/HSV73°56.25%50.20%
CMYK12.50%0.00%56.25%
49.80%

Color #708038 in popluar number systems.

HEX708038
Decimal11212856
Binary111000010000000111000
Octal16020070

Shades and tints

Shades of #708038

#708038
(112,128,56)
#667533
(102,117,51)
#5C6A2E
(92,106,46)
#525F29
(82,95,41)
#485424
(72,84,36)
#3E491F
(62,73,31)
#343E1A
(52,62,26)
#2A3315
(42,51,21)
#202810
(32,40,16)
#161D0B
(22,29,11)
#0C1206
(12,18,6)
#000000
(0,0,0)

Tints of #708038

#708038
(112,128,56)
#7D8B4A
(125,139,74)
#8A965C
(138,150,92)
#97A16E
(151,161,110)
#A4AC80
(164,172,128)
#B1B792
(177,183,146)
#BEC2A4
(190,194,164)
#CBCDB6
(203,205,182)
#D8D8C8
(216,216,200)
#E5E3DA
(229,227,218)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708038 color. Also use rgb(112,128,56) instead hex code.

Text Font Color

.myTextColor { color: #708038; }

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

This text font color is #708038.


Background Color

.myBgColor { background-color: #708038; }

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

This div background color is #708038.


Border color

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

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

This div border color is #708038.


Opacity

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

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

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

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

This text has shadow with #708038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708038 on black background.


Color preview on white background

This text has color #708038 on white background.



Black color preview on #708038 background

This text has black color on #708038 background.


White color preview on #708038 background

This text has white color on #708038 background.