COLOR #708274

HEX: #708274
RGB: (112,130,116)

Color info

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

RGB color model

#708274 color RGB value is (112,130,116).

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

RGB channels and saturation

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

112
130
116

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

Portions of RGB colors in percentages

R + G + B =
112 + 130 + 116 = 358 (100%)
R 112 of 358 ~ 31.28%
G 130 of 358 ~ 36.31%
B 116 of 358 ~ 32.4%

%31.28
%36.31
%32.4

CMYK color model

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

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

CMYK percentages

%13.85
%0
%10.77
%49.02

Codes

Color #708274 in popluar color models

708274
RGB112130116
HSL133°7.44%47.45%
HSB/HSV133°13.85%50.98%
CMYK13.85%0.00%10.77%
49.02%

Color #708274 in popluar number systems.

HEX708274
Decimal112130116
Binary1110000100000101110100
Octal160202164

Shades and tints

Shades of #708274

#708274
(112,130,116)
#66776A
(102,119,106)
#5C6C60
(92,108,96)
#526156
(82,97,86)
#48564C
(72,86,76)
#3E4B42
(62,75,66)
#344038
(52,64,56)
#2A352E
(42,53,46)
#202A24
(32,42,36)
#161F1A
(22,31,26)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #708274

#708274
(112,130,116)
#7D8D80
(125,141,128)
#8A988C
(138,152,140)
#97A398
(151,163,152)
#A4AEA4
(164,174,164)
#B1B9B0
(177,185,176)
#BEC4BC
(190,196,188)
#CBCFC8
(203,207,200)
#D8DAD4
(216,218,212)
#E5E5E0
(229,229,224)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708274; }

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

This text font color is #708274.


Background Color

.myBgColor { background-color: #708274; }

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

This div background color is #708274.


Border color

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

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

This div border color is #708274.


Opacity

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

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

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

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

This text has shadow with #708274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708274 on black background.


Color preview on white background

This text has color #708274 on white background.



Black color preview on #708274 background

This text has black color on #708274 background.


White color preview on #708274 background

This text has white color on #708274 background.