COLOR #709280

HEX: #709280
RGB: (112,146,128)

Color info

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

RGB color model

#709280 color RGB value is (112,146,128).

  • red value is 112;
  • green value is 146;
  • blue value is 128.
RGB:
(112,146,128)
(44%,57%,50%)

RGB channels and saturation

R 112 of 255 = 44%
G 146 of 255 = 57%
B 128 of 255 = 50%

112
146
128

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

Portions of RGB colors in percentages

R + G + B =
112 + 146 + 128 = 386 (100%)
R 112 of 386 ~ 29.02%
G 146 of 386 ~ 37.82%
B 128 of 386 ~ 33.16%

%29.02
%37.82
%33.16

CMYK color model

#709280 color CMYK value is (23,0,12,43).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 42.75%
CMYK:
(23,0,12,43)
C23M0Y12K43 
(23%,0%,12%,43%)
(0.23/0.00/0.12/0.43)	

CMYK percentages

%23.29
%0
%12.33
%42.75

Codes

Color #709280 in popluar color models

709280
RGB112146128
HSL148°13.49%50.59%
HSB/HSV148°23.29%57.25%
CMYK23.29%0.00%12.33%
42.75%

Color #709280 in popluar number systems.

HEX709280
Decimal112146128
Binary11100001001001010000000
Octal160222200

Shades and tints

Shades of #709280

#709280
(112,146,128)
#668575
(102,133,117)
#5C786A
(92,120,106)
#526B5F
(82,107,95)
#485E54
(72,94,84)
#3E5149
(62,81,73)
#34443E
(52,68,62)
#2A3733
(42,55,51)
#202A28
(32,42,40)
#161D1D
(22,29,29)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #709280

#709280
(112,146,128)
#7D9B8B
(125,155,139)
#8AA496
(138,164,150)
#97ADA1
(151,173,161)
#A4B6AC
(164,182,172)
#B1BFB7
(177,191,183)
#BEC8C2
(190,200,194)
#CBD1CD
(203,209,205)
#D8DAD8
(216,218,216)
#E5E3E3
(229,227,227)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709280; }

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

This text font color is #709280.


Background Color

.myBgColor { background-color: #709280; }

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

This div background color is #709280.


Border color

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

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

This div border color is #709280.


Opacity

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

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

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

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

This text has shadow with #709280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709280 on black background.


Color preview on white background

This text has color #709280 on white background.



Black color preview on #709280 background

This text has black color on #709280 background.


White color preview on #709280 background

This text has white color on #709280 background.