COLOR #863B53

HEX: #863B53
RGB: (134,59,83)

Color info

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

RGB color model

#863B53 color RGB value is (134,59,83).

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

RGB channels and saturation

R 134 of 255 = 53%
G 59 of 255 = 23%
B 83 of 255 = 33%

134
59
83

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

Portions of RGB colors in percentages

R + G + B =
134 + 59 + 83 = 276 (100%)
R 134 of 276 ~ 48.55%
G 59 of 276 ~ 21.38%
B 83 of 276 ~ 30.07%

%48.55
%21.38
%30.07

CMYK color model

#863B53 color CMYK value is (0,56,38,47).

  • cyan value is 0.00%
  • magenta value is 55.97%
  • yellow value is 38.06%
  • key color value is 47.45%
CMYK:
(0,56,38,47)
C0M56Y38K47 
(0%,56%,38%,47%)
(0.00/0.56/0.38/0.47)	

CMYK percentages

%0
%55.97
%38.06
%47.45

Codes

Color #863B53 in popluar color models

863B53
RGB1345983
HSL341°38.86%37.84%
HSB/HSV341°55.97%52.55%
CMYK0.00%55.97%38.06%
47.45%

Color #863B53 in popluar number systems.

HEX863B53
Decimal1345983
Binary100001101110111010011
Octal20673123

Shades and tints

Shades of #863B53

#863B53
(134,59,83)
#7A364C
(122,54,76)
#6E3145
(110,49,69)
#622C3E
(98,44,62)
#562737
(86,39,55)
#4A2230
(74,34,48)
#3E1D29
(62,29,41)
#321822
(50,24,34)
#26131B
(38,19,27)
#1A0E14
(26,14,20)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #863B53

#863B53
(134,59,83)
#914C62
(145,76,98)
#9C5D71
(156,93,113)
#A76E80
(167,110,128)
#B27F8F
(178,127,143)
#BD909E
(189,144,158)
#C8A1AD
(200,161,173)
#D3B2BC
(211,178,188)
#DEC3CB
(222,195,203)
#E9D4DA
(233,212,218)
#F4E5E9
(244,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #863B53; }

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

This text font color is #863B53.


Background Color

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

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

This div background color is #863B53.


Border color

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

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

This div border color is #863B53.


Opacity

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

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

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

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

This text has shadow with #863B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863B53 on black background.


Color preview on white background

This text has color #863B53 on white background.



Black color preview on #863B53 background

This text has black color on #863B53 background.


White color preview on #863B53 background

This text has white color on #863B53 background.