COLOR #707995

HEX: #707995
RGB: (112,121,149)

Color info

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

RGB color model

#707995 color RGB value is (112,121,149).

  • red value is 112;
  • green value is 121;
  • blue value is 149.
RGB:
(112,121,149)
(44%,47%,58%)

RGB channels and saturation

R 112 of 255 = 44%
G 121 of 255 = 47%
B 149 of 255 = 58%

112
121
149

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

Portions of RGB colors in percentages

R + G + B =
112 + 121 + 149 = 382 (100%)
R 112 of 382 ~ 29.32%
G 121 of 382 ~ 31.68%
B 149 of 382 ~ 39.01%

%29.32
%31.68
%39.01

CMYK color model

#707995 color CMYK value is (25,19,0,42).

  • cyan value is 24.83%
  • magenta value is 18.79%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(25,19,0,42)
C25M19Y0K42 
(25%,19%,0%,42%)
(0.25/0.19/0.00/0.42)	

CMYK percentages

%24.83
%18.79
%0
%41.57

Codes

Color #707995 in popluar color models

707995
RGB112121149
HSL225°14.86%51.18%
HSB/HSV225°24.83%58.43%
CMYK24.83%18.79%0.00%
41.57%

Color #707995 in popluar number systems.

HEX707995
Decimal112121149
Binary1110000111100110010101
Octal160171225

Shades and tints

Shades of #707995

#707995
(112,121,149)
#666E88
(102,110,136)
#5C637B
(92,99,123)
#52586E
(82,88,110)
#484D61
(72,77,97)
#3E4254
(62,66,84)
#343747
(52,55,71)
#2A2C3A
(42,44,58)
#20212D
(32,33,45)
#161620
(22,22,32)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #707995

#707995
(112,121,149)
#7D859E
(125,133,158)
#8A91A7
(138,145,167)
#979DB0
(151,157,176)
#A4A9B9
(164,169,185)
#B1B5C2
(177,181,194)
#BEC1CB
(190,193,203)
#CBCDD4
(203,205,212)
#D8D9DD
(216,217,221)
#E5E5E6
(229,229,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707995 color. Also use rgb(112,121,149) instead hex code.

Text Font Color

.myTextColor { color: #707995; }

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

This text font color is #707995.


Background Color

.myBgColor { background-color: #707995; }

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

This div background color is #707995.


Border color

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

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

This div border color is #707995.


Opacity

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

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

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

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

This text has shadow with #707995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707995 on black background.


Color preview on white background

This text has color #707995 on white background.



Black color preview on #707995 background

This text has black color on #707995 background.


White color preview on #707995 background

This text has white color on #707995 background.