COLOR #867070

HEX: #867070
RGB: (134,112,112)

Color info

#867070 contains red, green and blue colors in about the same proportion. Web safe color of #867070 is #996666 (or #966).

RGB color model

#867070 color RGB value is (134,112,112).

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

RGB channels and saturation

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

134
112
112

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

Portions of RGB colors in percentages

R + G + B =
134 + 112 + 112 = 358 (100%)
R 134 of 358 ~ 37.43%
G 112 of 358 ~ 31.28%
B 112 of 358 ~ 31.28%

%37.43
%31.28
%31.28

CMYK color model

#867070 color CMYK value is (0,16,16,47).

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

CMYK percentages

%0
%16.42
%16.42
%47.45

Codes

Color #867070 in popluar color models

867070
RGB134112112
HSL8.94%48.24%
HSB/HSV16.42%52.55%
CMYK0.00%16.42%16.42%
47.45%

Color #867070 in popluar number systems.

HEX867070
Decimal134112112
Binary1000011011100001110000
Octal206160160

Shades and tints

Shades of #867070

#867070
(134,112,112)
#7A6666
(122,102,102)
#6E5C5C
(110,92,92)
#625252
(98,82,82)
#564848
(86,72,72)
#4A3E3E
(74,62,62)
#3E3434
(62,52,52)
#322A2A
(50,42,42)
#262020
(38,32,32)
#1A1616
(26,22,22)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #867070

#867070
(134,112,112)
#917D7D
(145,125,125)
#9C8A8A
(156,138,138)
#A79797
(167,151,151)
#B2A4A4
(178,164,164)
#BDB1B1
(189,177,177)
#C8BEBE
(200,190,190)
#D3CBCB
(211,203,203)
#DED8D8
(222,216,216)
#E9E5E5
(233,229,229)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867070; }

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

This text font color is #867070.


Background Color

.myBgColor { background-color: #867070; }

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

This div background color is #867070.


Border color

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

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

This div border color is #867070.


Opacity

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

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

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

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

This text has shadow with #867070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867070 on black background.


Color preview on white background

This text has color #867070 on white background.



Black color preview on #867070 background

This text has black color on #867070 background.


White color preview on #867070 background

This text has white color on #867070 background.