COLOR #708270

HEX: #708270
RGB: (112,130,112)

Color info

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

RGB color model

#708270 color RGB value is (112,130,112).

  • red value is 112;
  • green value is 130;
  • blue value is 112.
RGB:
(112,130,112)
(44%,51%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 130 of 255 = 51%
B 112 of 255 = 44%

112
130
112

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

Portions of RGB colors in percentages

R + G + B =
112 + 130 + 112 = 354 (100%)
R 112 of 354 ~ 31.64%
G 130 of 354 ~ 36.72%
B 112 of 354 ~ 31.64%

%31.64
%36.72
%31.64

CMYK color model

#708270 color CMYK value is (14,0,14,49).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK:
(14,0,14,49)
C14M0Y14K49 
(14%,0%,14%,49%)
(0.14/0.00/0.14/0.49)	

CMYK percentages

%13.85
%0
%13.85
%49.02

Codes

Color #708270 in popluar color models

708270
RGB112130112
HSL120°7.44%47.45%
HSB/HSV120°13.85%50.98%
CMYK13.85%0.00%13.85%
49.02%

Color #708270 in popluar number systems.

HEX708270
Decimal112130112
Binary1110000100000101110000
Octal160202160

Shades and tints

Shades of #708270

#708270
(112,130,112)
#667766
(102,119,102)
#5C6C5C
(92,108,92)
#526152
(82,97,82)
#485648
(72,86,72)
#3E4B3E
(62,75,62)
#344034
(52,64,52)
#2A352A
(42,53,42)
#202A20
(32,42,32)
#161F16
(22,31,22)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #708270

#708270
(112,130,112)
#7D8D7D
(125,141,125)
#8A988A
(138,152,138)
#97A397
(151,163,151)
#A4AEA4
(164,174,164)
#B1B9B1
(177,185,177)
#BEC4BE
(190,196,190)
#CBCFCB
(203,207,203)
#D8DAD8
(216,218,216)
#E5E5E5
(229,229,229)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708270; }

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

This text font color is #708270.


Background Color

.myBgColor { background-color: #708270; }

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

This div background color is #708270.


Border color

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

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

This div border color is #708270.


Opacity

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

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

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

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

This text has shadow with #708270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708270 on black background.


Color preview on white background

This text has color #708270 on white background.



Black color preview on #708270 background

This text has black color on #708270 background.


White color preview on #708270 background

This text has white color on #708270 background.