COLOR #707291

HEX: #707291
RGB: (112,114,145)

Color info

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

RGB color model

#707291 color RGB value is (112,114,145).

  • red value is 112;
  • green value is 114;
  • blue value is 145.
RGB:
(112,114,145)
(44%,45%,57%)

RGB channels and saturation

R 112 of 255 = 44%
G 114 of 255 = 45%
B 145 of 255 = 57%

112
114
145

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

Portions of RGB colors in percentages

R + G + B =
112 + 114 + 145 = 371 (100%)
R 112 of 371 ~ 30.19%
G 114 of 371 ~ 30.73%
B 145 of 371 ~ 39.08%

%30.19
%30.73
%39.08

CMYK color model

#707291 color CMYK value is (23,21,0,43).

  • cyan value is 22.76%
  • magenta value is 21.38%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(23,21,0,43)
C23M21Y0K43 
(23%,21%,0%,43%)
(0.23/0.21/0.00/0.43)	

CMYK percentages

%22.76
%21.38
%0
%43.14

Codes

Color #707291 in popluar color models

707291
RGB112114145
HSL236°13.04%50.39%
HSB/HSV236°22.76%56.86%
CMYK22.76%21.38%0.00%
43.14%

Color #707291 in popluar number systems.

HEX707291
Decimal112114145
Binary1110000111001010010001
Octal160162221

Shades and tints

Shades of #707291

#707291
(112,114,145)
#666884
(102,104,132)
#5C5E77
(92,94,119)
#52546A
(82,84,106)
#484A5D
(72,74,93)
#3E4050
(62,64,80)
#343643
(52,54,67)
#2A2C36
(42,44,54)
#202229
(32,34,41)
#16181C
(22,24,28)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #707291

#707291
(112,114,145)
#7D7E9B
(125,126,155)
#8A8AA5
(138,138,165)
#9796AF
(151,150,175)
#A4A2B9
(164,162,185)
#B1AEC3
(177,174,195)
#BEBACD
(190,186,205)
#CBC6D7
(203,198,215)
#D8D2E1
(216,210,225)
#E5DEEB
(229,222,235)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707291 color. Also use rgb(112,114,145) instead hex code.

Text Font Color

.myTextColor { color: #707291; }

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

This text font color is #707291.


Background Color

.myBgColor { background-color: #707291; }

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

This div background color is #707291.


Border color

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

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

This div border color is #707291.


Opacity

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

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

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

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

This text has shadow with #707291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707291 on black background.


Color preview on white background

This text has color #707291 on white background.



Black color preview on #707291 background

This text has black color on #707291 background.


White color preview on #707291 background

This text has white color on #707291 background.