COLOR #70867D

HEX: #70867D
RGB: (112,134,125)

Color info

#70867D contains red, green and blue colors in about the same proportion. Web safe color of #70867D is #669966 (or #696).

RGB color model

#70867D color RGB value is (112,134,125).

  • red value is 112;
  • green value is 134;
  • blue value is 125.
RGB:
(112,134,125)
(44%,53%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 134 of 255 = 53%
B 125 of 255 = 49%

112
134
125

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

Portions of RGB colors in percentages

R + G + B =
112 + 134 + 125 = 371 (100%)
R 112 of 371 ~ 30.19%
G 134 of 371 ~ 36.12%
B 125 of 371 ~ 33.69%

%30.19
%36.12
%33.69

CMYK color model

#70867D color CMYK value is (16,0,7,47).

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK:
(16,0,7,47)
C16M0Y7K47 
(16%,0%,7%,47%)
(0.16/0.00/0.07/0.47)	

CMYK percentages

%16.42
%0
%6.72
%47.45

Codes

Color #70867D in popluar color models

70867D
RGB112134125
HSL155°8.94%48.24%
HSB/HSV155°16.42%52.55%
CMYK16.42%0.00%6.72%
47.45%

Color #70867D in popluar number systems.

HEX70867D
Decimal112134125
Binary1110000100001101111101
Octal160206175

Shades and tints

Shades of #70867D

#70867D
(112,134,125)
#667A72
(102,122,114)
#5C6E67
(92,110,103)
#52625C
(82,98,92)
#485651
(72,86,81)
#3E4A46
(62,74,70)
#343E3B
(52,62,59)
#2A3230
(42,50,48)
#202625
(32,38,37)
#161A1A
(22,26,26)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #70867D

#70867D
(112,134,125)
#7D9188
(125,145,136)
#8A9C93
(138,156,147)
#97A79E
(151,167,158)
#A4B2A9
(164,178,169)
#B1BDB4
(177,189,180)
#BEC8BF
(190,200,191)
#CBD3CA
(203,211,202)
#D8DED5
(216,222,213)
#E5E9E0
(229,233,224)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70867D color. Also use rgb(112,134,125) instead hex code.

Text Font Color

.myTextColor { color: #70867D; }

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

This text font color is #70867D.


Background Color

.myBgColor { background-color: #70867D; }

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

This div background color is #70867D.


Border color

.myBorderColor { border: 1px solid #70867D; }

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

This div border color is #70867D.


Opacity

.myOpacity80 { color: #70867D; opacity: 0.8; }

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

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

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

This text has shadow with #70867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70867D on black background.


Color preview on white background

This text has color #70867D on white background.



Black color preview on #70867D background

This text has black color on #70867D background.


White color preview on #70867D background

This text has white color on #70867D background.