COLOR #708273

HEX: #708273
RGB: (112,130,115)

Color info

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

RGB color model

#708273 color RGB value is (112,130,115).

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

RGB channels and saturation

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

112
130
115

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

Portions of RGB colors in percentages

R + G + B =
112 + 130 + 115 = 357 (100%)
R 112 of 357 ~ 31.37%
G 130 of 357 ~ 36.41%
B 115 of 357 ~ 32.21%

%31.37
%36.41
%32.21

CMYK color model

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

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

CMYK percentages

%13.85
%0
%11.54
%49.02

Codes

Color #708273 in popluar color models

708273
RGB112130115
HSL130°7.44%47.45%
HSB/HSV130°13.85%50.98%
CMYK13.85%0.00%11.54%
49.02%

Color #708273 in popluar number systems.

HEX708273
Decimal112130115
Binary1110000100000101110011
Octal160202163

Shades and tints

Shades of #708273

#708273
(112,130,115)
#667769
(102,119,105)
#5C6C5F
(92,108,95)
#526155
(82,97,85)
#48564B
(72,86,75)
#3E4B41
(62,75,65)
#344037
(52,64,55)
#2A352D
(42,53,45)
#202A23
(32,42,35)
#161F19
(22,31,25)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #708273

#708273
(112,130,115)
#7D8D7F
(125,141,127)
#8A988B
(138,152,139)
#97A397
(151,163,151)
#A4AEA3
(164,174,163)
#B1B9AF
(177,185,175)
#BEC4BB
(190,196,187)
#CBCFC7
(203,207,199)
#D8DAD3
(216,218,211)
#E5E5DF
(229,229,223)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708273; }

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

This text font color is #708273.


Background Color

.myBgColor { background-color: #708273; }

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

This div background color is #708273.


Border color

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

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

This div border color is #708273.


Opacity

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

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

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

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

This text has shadow with #708273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708273 on black background.


Color preview on white background

This text has color #708273 on white background.



Black color preview on #708273 background

This text has black color on #708273 background.


White color preview on #708273 background

This text has white color on #708273 background.