COLOR #863F4F

HEX: #863F4F
RGB: (134,63,79)

Color info

#863F4F contains mainly red and blue colors. Web safe color of #863F4F is #993366 (or #936).

RGB color model

#863F4F color RGB value is (134,63,79).

  • red value is 134;
  • green value is 63;
  • blue value is 79.
RGB: (134,63,79) (53%,25%,31%)

RGB channels and saturation

R 134 of 255 = 53%
G 63 of 255 = 25%
B 79 of 255 = 31%

134
63
79

R + G + B ~ 36%. #863F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 63 + 79 = 276 (100%)
R 134 of 276 ~ 48.55%
G 63 of 276 ~ 22.83%
B 79 of 276 ~ 28.62%

%48.55
%22.83
%28.62

CMYK color model

#863F4F color CMYK value is (0,53,41,47).

  • cyan value is 0.00%
  • magenta value is 52.99%
  • yellow value is 41.04%
  • key color value is 47.45%
CMYK: (0,53,41,47) C0M53Y41K47 (0%,53%,41%,47%) (0.00/0.53/0.41/0.47)

CMYK percentages

%0
%52.99
%41.04
%47.45

Codes

Color #863F4F in popluar color models

863F4F
RGB1346379
HSL346°36.04%38.63%
HSB/HSV346°52.99%52.55%
CMYK0.00%52.99%41.04%
47.45%

Color #863F4F in popluar number systems.

HEX863F4F
Decimal1346379
Binary100001101111111001111
Octal20677117

Shades and tints

Shades of #863F4F

#863F4F
(134,63,79)
#7A3A48
(122,58,72)
#6E3541
(110,53,65)
#62303A
(98,48,58)
#562B33
(86,43,51)
#4A262C
(74,38,44)
#3E2125
(62,33,37)
#321C1E
(50,28,30)
#261717
(38,23,23)
#1A1210
(26,18,16)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #863F4F

#863F4F
(134,63,79)
#91505F
(145,80,95)
#9C616F
(156,97,111)
#A7727F
(167,114,127)
#B2838F
(178,131,143)
#BD949F
(189,148,159)
#C8A5AF
(200,165,175)
#D3B6BF
(211,182,191)
#DEC7CF
(222,199,207)
#E9D8DF
(233,216,223)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863F4F color. Also use rgb(134,63,79) instead hex code.

Text Font Color

.myTextColor { color: #863F4F; }

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

This text font color is #863F4F.


Background Color

.myBgColor { background-color: #863F4F; }

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

This div background color is #863F4F.


Border color

.myBorderColor { border: 1px solid #863F4F; }

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

This div border color is #863F4F.


Opacity

.myOpacity80 { color: #863F4F; opacity: 0.8; }

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

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

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

This text has shadow with #863F4F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #863F4F on black background.


Color preview on white background

This text has color #863F4F on white background.



Black color preview on #863F4F background

This text has black color on #863F4F background.


White color preview on #863F4F background

This text has white color on #863F4F background.