COLOR #707182

HEX: #707182
RGB: (112,113,130)

Color info

#707182 contains red, green and blue colors in about the same proportion. Web safe color of #707182 is #666699 (or #669).

RGB color model

#707182 color RGB value is (112,113,130).

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

RGB channels and saturation

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

112
113
130

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

Portions of RGB colors in percentages

R + G + B =
112 + 113 + 130 = 355 (100%)
R 112 of 355 ~ 31.55%
G 113 of 355 ~ 31.83%
B 130 of 355 ~ 36.62%

%31.55
%31.83
%36.62

CMYK color model

#707182 color CMYK value is (14,13,0,49).

  • cyan value is 13.85%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(14,13,0,49)
C14M13Y0K49 
(14%,13%,0%,49%)
(0.14/0.13/0.00/0.49)	

CMYK percentages

%13.85
%13.08
%0
%49.02

Codes

Color #707182 in popluar color models

707182
RGB112113130
HSL237°7.44%47.45%
HSB/HSV237°13.85%50.98%
CMYK13.85%13.08%0.00%
49.02%

Color #707182 in popluar number systems.

HEX707182
Decimal112113130
Binary1110000111000110000010
Octal160161202

Shades and tints

Shades of #707182

#707182
(112,113,130)
#666777
(102,103,119)
#5C5D6C
(92,93,108)
#525361
(82,83,97)
#484956
(72,73,86)
#3E3F4B
(62,63,75)
#343540
(52,53,64)
#2A2B35
(42,43,53)
#20212A
(32,33,42)
#16171F
(22,23,31)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #707182

#707182
(112,113,130)
#7D7D8D
(125,125,141)
#8A8998
(138,137,152)
#9795A3
(151,149,163)
#A4A1AE
(164,161,174)
#B1ADB9
(177,173,185)
#BEB9C4
(190,185,196)
#CBC5CF
(203,197,207)
#D8D1DA
(216,209,218)
#E5DDE5
(229,221,229)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707182; }

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

This text font color is #707182.


Background Color

.myBgColor { background-color: #707182; }

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

This div background color is #707182.


Border color

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

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

This div border color is #707182.


Opacity

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

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

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

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

This text has shadow with #707182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707182 on black background.


Color preview on white background

This text has color #707182 on white background.



Black color preview on #707182 background

This text has black color on #707182 background.


White color preview on #707182 background

This text has white color on #707182 background.