COLOR #708A65

HEX: #708A65
RGB: (112,138,101)

Color info

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

RGB color model

#708A65 color RGB value is (112,138,101).

  • red value is 112;
  • green value is 138;
  • blue value is 101.
RGB:
(112,138,101)
(44%,54%,40%)

RGB channels and saturation

R 112 of 255 = 44%
G 138 of 255 = 54%
B 101 of 255 = 40%

112
138
101

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

Portions of RGB colors in percentages

R + G + B =
112 + 138 + 101 = 351 (100%)
R 112 of 351 ~ 31.91%
G 138 of 351 ~ 39.32%
B 101 of 351 ~ 28.77%

%31.91
%39.32
%28.77

CMYK color model

#708A65 color CMYK value is (19,0,27,46).

  • cyan value is 18.84%
  • magenta value is 0.00%
  • yellow value is 26.81%
  • key color value is 45.88%
CMYK:
(19,0,27,46)
C19M0Y27K46 
(19%,0%,27%,46%)
(0.19/0.00/0.27/0.46)	

CMYK percentages

%18.84
%0
%26.81
%45.88

Codes

Color #708A65 in popluar color models

708A65
RGB112138101
HSL102°15.48%46.86%
HSB/HSV102°26.81%54.12%
CMYK18.84%0.00%26.81%
45.88%

Color #708A65 in popluar number systems.

HEX708A65
Decimal112138101
Binary1110000100010101100101
Octal160212145

Shades and tints

Shades of #708A65

#708A65
(112,138,101)
#667E5C
(102,126,92)
#5C7253
(92,114,83)
#52664A
(82,102,74)
#485A41
(72,90,65)
#3E4E38
(62,78,56)
#34422F
(52,66,47)
#2A3626
(42,54,38)
#202A1D
(32,42,29)
#161E14
(22,30,20)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #708A65

#708A65
(112,138,101)
#7D9473
(125,148,115)
#8A9E81
(138,158,129)
#97A88F
(151,168,143)
#A4B29D
(164,178,157)
#B1BCAB
(177,188,171)
#BEC6B9
(190,198,185)
#CBD0C7
(203,208,199)
#D8DAD5
(216,218,213)
#E5E4E3
(229,228,227)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708A65 color. Also use rgb(112,138,101) instead hex code.

Text Font Color

.myTextColor { color: #708A65; }

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

This text font color is #708A65.


Background Color

.myBgColor { background-color: #708A65; }

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

This div background color is #708A65.


Border color

.myBorderColor { border: 1px solid #708A65; }

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

This div border color is #708A65.


Opacity

.myOpacity80 { color: #708A65; opacity: 0.8; }

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

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

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

This text has shadow with #708A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708A65 on black background.


Color preview on white background

This text has color #708A65 on white background.



Black color preview on #708A65 background

This text has black color on #708A65 background.


White color preview on #708A65 background

This text has white color on #708A65 background.