COLOR #708183

HEX: #708183
RGB: (112,129,131)

Color info

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

RGB color model

#708183 color RGB value is (112,129,131).

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

RGB channels and saturation

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

112
129
131

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

Portions of RGB colors in percentages

R + G + B =
112 + 129 + 131 = 372 (100%)
R 112 of 372 ~ 30.11%
G 129 of 372 ~ 34.68%
B 131 of 372 ~ 35.22%

%30.11
%34.68
%35.22

CMYK color model

#708183 color CMYK value is (15,2,0,49).

  • cyan value is 14.50%
  • magenta value is 1.53%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(15,2,0,49)
C15M2Y0K49 
(15%,2%,0%,49%)
(0.15/0.02/0.00/0.49)	

CMYK percentages

%14.5
%1.53
%0
%48.63

Codes

Color #708183 in popluar color models

708183
RGB112129131
HSL186°7.82%47.65%
HSB/HSV186°14.50%51.37%
CMYK14.50%1.53%0.00%
48.63%

Color #708183 in popluar number systems.

HEX708183
Decimal112129131
Binary11100001000000110000011
Octal160201203

Shades and tints

Shades of #708183

#708183
(112,129,131)
#667678
(102,118,120)
#5C6B6D
(92,107,109)
#526062
(82,96,98)
#485557
(72,85,87)
#3E4A4C
(62,74,76)
#343F41
(52,63,65)
#2A3436
(42,52,54)
#20292B
(32,41,43)
#161E20
(22,30,32)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #708183

#708183
(112,129,131)
#7D8C8E
(125,140,142)
#8A9799
(138,151,153)
#97A2A4
(151,162,164)
#A4ADAF
(164,173,175)
#B1B8BA
(177,184,186)
#BEC3C5
(190,195,197)
#CBCED0
(203,206,208)
#D8D9DB
(216,217,219)
#E5E4E6
(229,228,230)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708183; }

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

This text font color is #708183.


Background Color

.myBgColor { background-color: #708183; }

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

This div background color is #708183.


Border color

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

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

This div border color is #708183.


Opacity

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

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

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

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

This text has shadow with #708183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708183 on black background.


Color preview on white background

This text has color #708183 on white background.



Black color preview on #708183 background

This text has black color on #708183 background.


White color preview on #708183 background

This text has white color on #708183 background.