COLOR #867383

HEX: #867383
RGB: (134,115,131)

Color info

#867383 contains red, green and blue colors in about the same proportion. Web safe color of #867383 is #996699 (or #969).

RGB color model

#867383 color RGB value is (134,115,131).

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

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 131 of 255 = 51%

134
115
131

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

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 131 = 380 (100%)
R 134 of 380 ~ 35.26%
G 115 of 380 ~ 30.26%
B 131 of 380 ~ 34.47%

%35.26
%30.26
%34.47

CMYK color model

#867383 color CMYK value is (0,14,2,47).

  • cyan value is 0.00%
  • magenta value is 14.18%
  • yellow value is 2.24%
  • key color value is 47.45%
CMYK:
(0,14,2,47)
C0M14Y2K47 
(0%,14%,2%,47%)
(0.00/0.14/0.02/0.47)	

CMYK percentages

%0
%14.18
%2.24
%47.45

Codes

Color #867383 in popluar color models

867383
RGB134115131
HSL309°7.63%48.82%
HSB/HSV309°14.18%52.55%
CMYK0.00%14.18%2.24%
47.45%

Color #867383 in popluar number systems.

HEX867383
Decimal134115131
Binary10000110111001110000011
Octal206163203

Shades and tints

Shades of #867383

#867383
(134,115,131)
#7A6978
(122,105,120)
#6E5F6D
(110,95,109)
#625562
(98,85,98)
#564B57
(86,75,87)
#4A414C
(74,65,76)
#3E3741
(62,55,65)
#322D36
(50,45,54)
#26232B
(38,35,43)
#1A1920
(26,25,32)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #867383

#867383
(134,115,131)
#917F8E
(145,127,142)
#9C8B99
(156,139,153)
#A797A4
(167,151,164)
#B2A3AF
(178,163,175)
#BDAFBA
(189,175,186)
#C8BBC5
(200,187,197)
#D3C7D0
(211,199,208)
#DED3DB
(222,211,219)
#E9DFE6
(233,223,230)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867383; }

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

This text font color is #867383.


Background Color

.myBgColor { background-color: #867383; }

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

This div background color is #867383.


Border color

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

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

This div border color is #867383.


Opacity

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

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

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

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

This text has shadow with #867383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867383 on black background.


Color preview on white background

This text has color #867383 on white background.



Black color preview on #867383 background

This text has black color on #867383 background.


White color preview on #867383 background

This text has white color on #867383 background.