COLOR #70838F

HEX: #70838F
RGB: (112,131,143)

Color info

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

RGB color model

#70838F color RGB value is (112,131,143).

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

RGB channels and saturation

R 112 of 255 = 44%
G 131 of 255 = 51%
B 143 of 255 = 56%

112
131
143

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

Portions of RGB colors in percentages

R + G + B =
112 + 131 + 143 = 386 (100%)
R 112 of 386 ~ 29.02%
G 131 of 386 ~ 33.94%
B 143 of 386 ~ 37.05%

%29.02
%33.94
%37.05

CMYK color model

#70838F color CMYK value is (22,8,0,44).

  • cyan value is 21.68%
  • magenta value is 8.39%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,8,0,44)
C22M8Y0K44 
(22%,8%,0%,44%)
(0.22/0.08/0.00/0.44)	

CMYK percentages

%21.68
%8.39
%0
%43.92

Codes

Color #70838F in popluar color models

70838F
RGB112131143
HSL203°12.16%50.00%
HSB/HSV203°21.68%56.08%
CMYK21.68%8.39%0.00%
43.92%

Color #70838F in popluar number systems.

HEX70838F
Decimal112131143
Binary11100001000001110001111
Octal160203217

Shades and tints

Shades of #70838F

#70838F
(112,131,143)
#667882
(102,120,130)
#5C6D75
(92,109,117)
#526268
(82,98,104)
#48575B
(72,87,91)
#3E4C4E
(62,76,78)
#344141
(52,65,65)
#2A3634
(42,54,52)
#202B27
(32,43,39)
#16201A
(22,32,26)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #70838F

#70838F
(112,131,143)
#7D8E99
(125,142,153)
#8A99A3
(138,153,163)
#97A4AD
(151,164,173)
#A4AFB7
(164,175,183)
#B1BAC1
(177,186,193)
#BEC5CB
(190,197,203)
#CBD0D5
(203,208,213)
#D8DBDF
(216,219,223)
#E5E6E9
(229,230,233)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70838F; }

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

This text font color is #70838F.


Background Color

.myBgColor { background-color: #70838F; }

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

This div background color is #70838F.


Border color

.myBorderColor { border: 1px solid #70838F; }

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

This div border color is #70838F.


Opacity

.myOpacity80 { color: #70838F; opacity: 0.8; }

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

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

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

This text has shadow with #70838F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70838F on black background.


Color preview on white background

This text has color #70838F on white background.



Black color preview on #70838F background

This text has black color on #70838F background.


White color preview on #70838F background

This text has white color on #70838F background.