COLOR #708283

HEX: #708283
RGB: (112,130,131)

Color info

#708283 contains red, green and blue colors in about the same proportion. Web safe color of #708283 is #669999 (or #699).

RGB color model

#708283 color RGB value is (112,130,131).

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

RGB channels and saturation

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

112
130
131

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

Portions of RGB colors in percentages

R + G + B =
112 + 130 + 131 = 373 (100%)
R 112 of 373 ~ 30.03%
G 130 of 373 ~ 34.85%
B 131 of 373 ~ 35.12%

%30.03
%34.85
%35.12

CMYK color model

#708283 color CMYK value is (15,1,0,49).

  • cyan value is 14.50%
  • magenta value is 0.76%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(15,1,0,49)
C15M1Y0K49 
(15%,1%,0%,49%)
(0.15/0.01/0.00/0.49)	

CMYK percentages

%14.5
%0.76
%0
%48.63

Codes

Color #708283 in popluar color models

708283
RGB112130131
HSL183°7.82%47.65%
HSB/HSV183°14.50%51.37%
CMYK14.50%0.76%0.00%
48.63%

Color #708283 in popluar number systems.

HEX708283
Decimal112130131
Binary11100001000001010000011
Octal160202203

Shades and tints

Shades of #708283

#708283
(112,130,131)
#667778
(102,119,120)
#5C6C6D
(92,108,109)
#526162
(82,97,98)
#485657
(72,86,87)
#3E4B4C
(62,75,76)
#344041
(52,64,65)
#2A3536
(42,53,54)
#202A2B
(32,42,43)
#161F20
(22,31,32)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #708283

#708283
(112,130,131)
#7D8D8E
(125,141,142)
#8A9899
(138,152,153)
#97A3A4
(151,163,164)
#A4AEAF
(164,174,175)
#B1B9BA
(177,185,186)
#BEC4C5
(190,196,197)
#CBCFD0
(203,207,208)
#D8DADB
(216,218,219)
#E5E5E6
(229,229,230)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708283; }

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

This text font color is #708283.


Background Color

.myBgColor { background-color: #708283; }

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

This div background color is #708283.


Border color

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

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

This div border color is #708283.


Opacity

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

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

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

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

This text has shadow with #708283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708283 on black background.


Color preview on white background

This text has color #708283 on white background.



Black color preview on #708283 background

This text has black color on #708283 background.


White color preview on #708283 background

This text has white color on #708283 background.