COLOR #863B4C

HEX: #863B4C
RGB: (134,59,76)

Color info

#863B4C contains mainly red and blue colors. Web safe color of #863B4C is #993333 (or #933).

RGB color model

#863B4C color RGB value is (134,59,76).

  • red value is 134;
  • green value is 59;
  • blue value is 76.
RGB:
(134,59,76)
(53%,23%,30%)

RGB channels and saturation

R 134 of 255 = 53%
G 59 of 255 = 23%
B 76 of 255 = 30%

134
59
76

R + G + B ~ 35%. #863B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 59 + 76 = 269 (100%)
R 134 of 269 ~ 49.81%
G 59 of 269 ~ 21.93%
B 76 of 269 ~ 28.25%

%49.81
%21.93
%28.25

CMYK color model

#863B4C color CMYK value is (0,56,43,47).

  • cyan value is 0.00%
  • magenta value is 55.97%
  • yellow value is 43.28%
  • key color value is 47.45%
CMYK:
(0,56,43,47)
C0M56Y43K47 
(0%,56%,43%,47%)
(0.00/0.56/0.43/0.47)	

CMYK percentages

%0
%55.97
%43.28
%47.45

Codes

Color #863B4C in popluar color models

863B4C
RGB1345976
HSL346°38.86%37.84%
HSB/HSV346°55.97%52.55%
CMYK0.00%55.97%43.28%
47.45%

Color #863B4C in popluar number systems.

HEX863B4C
Decimal1345976
Binary100001101110111001100
Octal20673114

Shades and tints

Shades of #863B4C

#863B4C
(134,59,76)
#7A3646
(122,54,70)
#6E3140
(110,49,64)
#622C3A
(98,44,58)
#562734
(86,39,52)
#4A222E
(74,34,46)
#3E1D28
(62,29,40)
#321822
(50,24,34)
#26131C
(38,19,28)
#1A0E16
(26,14,22)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #863B4C

#863B4C
(134,59,76)
#914C5C
(145,76,92)
#9C5D6C
(156,93,108)
#A76E7C
(167,110,124)
#B27F8C
(178,127,140)
#BD909C
(189,144,156)
#C8A1AC
(200,161,172)
#D3B2BC
(211,178,188)
#DEC3CC
(222,195,204)
#E9D4DC
(233,212,220)
#F4E5EC
(244,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863B4C color. Also use rgb(134,59,76) instead hex code.

Text Font Color

.myTextColor { color: #863B4C; }

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

This text font color is #863B4C.


Background Color

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

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

This div background color is #863B4C.


Border color

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

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

This div border color is #863B4C.


Opacity

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

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

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

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

This text has shadow with #863B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863B4C on black background.


Color preview on white background

This text has color #863B4C on white background.



Black color preview on #863B4C background

This text has black color on #863B4C background.


White color preview on #863B4C background

This text has white color on #863B4C background.