COLOR #70768F

HEX: #70768F
RGB: (112,118,143)

Color info

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

RGB color model

#70768F color RGB value is (112,118,143).

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

RGB channels and saturation

R 112 of 255 = 44%
G 118 of 255 = 46%
B 143 of 255 = 56%

112
118
143

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

Portions of RGB colors in percentages

R + G + B =
112 + 118 + 143 = 373 (100%)
R 112 of 373 ~ 30.03%
G 118 of 373 ~ 31.64%
B 143 of 373 ~ 38.34%

%30.03
%31.64
%38.34

CMYK color model

#70768F color CMYK value is (22,17,0,44).

  • cyan value is 21.68%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,17,0,44)
C22M17Y0K44 
(22%,17%,0%,44%)
(0.22/0.17/0.00/0.44)	

CMYK percentages

%21.68
%17.48
%0
%43.92

Codes

Color #70768F in popluar color models

70768F
RGB112118143
HSL228°12.16%50.00%
HSB/HSV228°21.68%56.08%
CMYK21.68%17.48%0.00%
43.92%

Color #70768F in popluar number systems.

HEX70768F
Decimal112118143
Binary1110000111011010001111
Octal160166217

Shades and tints

Shades of #70768F

#70768F
(112,118,143)
#666C82
(102,108,130)
#5C6275
(92,98,117)
#525868
(82,88,104)
#484E5B
(72,78,91)
#3E444E
(62,68,78)
#343A41
(52,58,65)
#2A3034
(42,48,52)
#202627
(32,38,39)
#161C1A
(22,28,26)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #70768F

#70768F
(112,118,143)
#7D8299
(125,130,153)
#8A8EA3
(138,142,163)
#979AAD
(151,154,173)
#A4A6B7
(164,166,183)
#B1B2C1
(177,178,193)
#BEBECB
(190,190,203)
#CBCAD5
(203,202,213)
#D8D6DF
(216,214,223)
#E5E2E9
(229,226,233)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70768F; }

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

This text font color is #70768F.


Background Color

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

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

This div background color is #70768F.


Border color

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

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

This div border color is #70768F.


Opacity

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

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

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

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

This text has shadow with #70768F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70768F on black background.


Color preview on white background

This text has color #70768F on white background.



Black color preview on #70768F background

This text has black color on #70768F background.


White color preview on #70768F background

This text has white color on #70768F background.