COLOR #708767

HEX: #708767
RGB: (112,135,103)

Color info

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

RGB color model

#708767 color RGB value is (112,135,103).

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

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 103 of 255 = 40%

112
135
103

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 103 = 350 (100%)
R 112 of 350 ~ 32%
G 135 of 350 ~ 38.57%
B 103 of 350 ~ 29.43%

%32
%38.57
%29.43

CMYK color model

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

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • key color value is 47.06%
CMYK:
(17,0,24,47)
C17M0Y24K47 
(17%,0%,24%,47%)
(0.17/0.00/0.24/0.47)	

CMYK percentages

%17.04
%0
%23.7
%47.06

Codes

Color #708767 in popluar color models

708767
RGB112135103
HSL103°13.45%46.67%
HSB/HSV103°23.70%52.94%
CMYK17.04%0.00%23.70%
47.06%

Color #708767 in popluar number systems.

HEX708767
Decimal112135103
Binary1110000100001111100111
Octal160207147

Shades and tints

Shades of #708767

#708767
(112,135,103)
#667B5E
(102,123,94)
#5C6F55
(92,111,85)
#52634C
(82,99,76)
#485743
(72,87,67)
#3E4B3A
(62,75,58)
#343F31
(52,63,49)
#2A3328
(42,51,40)
#20271F
(32,39,31)
#161B16
(22,27,22)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #708767

#708767
(112,135,103)
#7D9174
(125,145,116)
#8A9B81
(138,155,129)
#97A58E
(151,165,142)
#A4AF9B
(164,175,155)
#B1B9A8
(177,185,168)
#BEC3B5
(190,195,181)
#CBCDC2
(203,205,194)
#D8D7CF
(216,215,207)
#E5E1DC
(229,225,220)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708767; }

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

This text font color is #708767.


Background Color

.myBgColor { background-color: #708767; }

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

This div background color is #708767.


Border color

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

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

This div border color is #708767.


Opacity

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

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

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

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

This text has shadow with #708767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708767 on black background.


Color preview on white background

This text has color #708767 on white background.



Black color preview on #708767 background

This text has black color on #708767 background.


White color preview on #708767 background

This text has white color on #708767 background.