COLOR #708043

HEX: #708043
RGB: (112,128,67)

Color info

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

RGB color model

#708043 color RGB value is (112,128,67).

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

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 67 of 255 = 26%

112
128
67

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

Portions of RGB colors in percentages

R + G + B =
112 + 128 + 67 = 307 (100%)
R 112 of 307 ~ 36.48%
G 128 of 307 ~ 41.69%
B 67 of 307 ~ 21.82%

%36.48
%41.69
%21.82

CMYK color model

#708043 color CMYK value is (13,0,48,50).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 47.66%
  • key color value is 49.80%
CMYK:
(13,0,48,50)
C13M0Y48K50 
(13%,0%,48%,50%)
(0.13/0.00/0.48/0.50)	

CMYK percentages

%12.5
%0
%47.66
%49.8

Codes

Color #708043 in popluar color models

708043
RGB11212867
HSL76°31.28%38.24%
HSB/HSV76°47.66%50.20%
CMYK12.50%0.00%47.66%
49.80%

Color #708043 in popluar number systems.

HEX708043
Decimal11212867
Binary1110000100000001000011
Octal160200103

Shades and tints

Shades of #708043

#708043
(112,128,67)
#66753D
(102,117,61)
#5C6A37
(92,106,55)
#525F31
(82,95,49)
#48542B
(72,84,43)
#3E4925
(62,73,37)
#343E1F
(52,62,31)
#2A3319
(42,51,25)
#202813
(32,40,19)
#161D0D
(22,29,13)
#0C1207
(12,18,7)
#000000
(0,0,0)

Tints of #708043

#708043
(112,128,67)
#7D8B54
(125,139,84)
#8A9665
(138,150,101)
#97A176
(151,161,118)
#A4AC87
(164,172,135)
#B1B798
(177,183,152)
#BEC2A9
(190,194,169)
#CBCDBA
(203,205,186)
#D8D8CB
(216,216,203)
#E5E3DC
(229,227,220)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708043; }

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

This text font color is #708043.


Background Color

.myBgColor { background-color: #708043; }

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

This div background color is #708043.


Border color

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

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

This div border color is #708043.


Opacity

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

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

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

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

This text has shadow with #708043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708043 on black background.


Color preview on white background

This text has color #708043 on white background.



Black color preview on #708043 background

This text has black color on #708043 background.


White color preview on #708043 background

This text has white color on #708043 background.