COLOR #707184

HEX: #707184
RGB: (112,113,132)

Color info

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

RGB color model

#707184 color RGB value is (112,113,132).

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

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 132 of 255 = 52%

112
113
132

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

Portions of RGB colors in percentages

R + G + B =
112 + 113 + 132 = 357 (100%)
R 112 of 357 ~ 31.37%
G 113 of 357 ~ 31.65%
B 132 of 357 ~ 36.97%

%31.37
%31.65
%36.97

CMYK color model

#707184 color CMYK value is (15,14,0,48).

  • cyan value is 15.15%
  • magenta value is 14.39%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(15,14,0,48)
C15M14Y0K48 
(15%,14%,0%,48%)
(0.15/0.14/0.00/0.48)	

CMYK percentages

%15.15
%14.39
%0
%48.24

Codes

Color #707184 in popluar color models

707184
RGB112113132
HSL237°8.20%47.84%
HSB/HSV237°15.15%51.76%
CMYK15.15%14.39%0.00%
48.24%

Color #707184 in popluar number systems.

HEX707184
Decimal112113132
Binary1110000111000110000100
Octal160161204

Shades and tints

Shades of #707184

#707184
(112,113,132)
#666778
(102,103,120)
#5C5D6C
(92,93,108)
#525360
(82,83,96)
#484954
(72,73,84)
#3E3F48
(62,63,72)
#34353C
(52,53,60)
#2A2B30
(42,43,48)
#202124
(32,33,36)
#161718
(22,23,24)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #707184

#707184
(112,113,132)
#7D7D8F
(125,125,143)
#8A899A
(138,137,154)
#9795A5
(151,149,165)
#A4A1B0
(164,161,176)
#B1ADBB
(177,173,187)
#BEB9C6
(190,185,198)
#CBC5D1
(203,197,209)
#D8D1DC
(216,209,220)
#E5DDE7
(229,221,231)
#F2E9F2
(242,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707184; }

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

This text font color is #707184.


Background Color

.myBgColor { background-color: #707184; }

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

This div background color is #707184.


Border color

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

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

This div border color is #707184.


Opacity

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

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

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

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

This text has shadow with #707184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707184 on black background.


Color preview on white background

This text has color #707184 on white background.



Black color preview on #707184 background

This text has black color on #707184 background.


White color preview on #707184 background

This text has white color on #707184 background.