COLOR #867273

HEX: #867273
RGB: (134,114,115)

Color info

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

RGB color model

#867273 color RGB value is (134,114,115).

  • red value is 134;
  • green value is 114;
  • blue value is 115.
RGB:
(134,114,115)
(53%,45%,45%)

RGB channels and saturation

R 134 of 255 = 53%
G 114 of 255 = 45%
B 115 of 255 = 45%

134
114
115

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

Portions of RGB colors in percentages

R + G + B =
134 + 114 + 115 = 363 (100%)
R 134 of 363 ~ 36.91%
G 114 of 363 ~ 31.4%
B 115 of 363 ~ 31.68%

%36.91
%31.4
%31.68

CMYK color model

#867273 color CMYK value is (0,15,14,47).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK:
(0,15,14,47)
C0M15Y14K47 
(0%,15%,14%,47%)
(0.00/0.15/0.14/0.47)	

CMYK percentages

%0
%14.93
%14.18
%47.45

Codes

Color #867273 in popluar color models

867273
RGB134114115
HSL357°8.06%48.63%
HSB/HSV357°14.93%52.55%
CMYK0.00%14.93%14.18%
47.45%

Color #867273 in popluar number systems.

HEX867273
Decimal134114115
Binary1000011011100101110011
Octal206162163

Shades and tints

Shades of #867273

#867273
(134,114,115)
#7A6869
(122,104,105)
#6E5E5F
(110,94,95)
#625455
(98,84,85)
#564A4B
(86,74,75)
#4A4041
(74,64,65)
#3E3637
(62,54,55)
#322C2D
(50,44,45)
#262223
(38,34,35)
#1A1819
(26,24,25)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #867273

#867273
(134,114,115)
#917E7F
(145,126,127)
#9C8A8B
(156,138,139)
#A79697
(167,150,151)
#B2A2A3
(178,162,163)
#BDAEAF
(189,174,175)
#C8BABB
(200,186,187)
#D3C6C7
(211,198,199)
#DED2D3
(222,210,211)
#E9DEDF
(233,222,223)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867273; }

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

This text font color is #867273.


Background Color

.myBgColor { background-color: #867273; }

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

This div background color is #867273.


Border color

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

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

This div border color is #867273.


Opacity

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

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

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

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

This text has shadow with #867273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867273 on black background.


Color preview on white background

This text has color #867273 on white background.



Black color preview on #867273 background

This text has black color on #867273 background.


White color preview on #867273 background

This text has white color on #867273 background.