COLOR #863642

HEX: #863642
RGB: (134,54,66)

Color info

#863642 contains mainly red color. Web safe color of #863642 is #993333 (or #933).

RGB color model

#863642 color RGB value is (134,54,66).

  • red value is 134;
  • green value is 54;
  • blue value is 66.
RGB:
(134,54,66)
(53%,21%,26%)

RGB channels and saturation

R 134 of 255 = 53%
G 54 of 255 = 21%
B 66 of 255 = 26%

134
54
66

R + G + B ~ 33%. #863642 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 54 + 66 = 254 (100%)
R 134 of 254 ~ 52.76%
G 54 of 254 ~ 21.26%
B 66 of 254 ~ 25.98%

%52.76
%21.26
%25.98

CMYK color model

#863642 color CMYK value is (0,60,51,47).

  • cyan value is 0.00%
  • magenta value is 59.70%
  • yellow value is 50.75%
  • key color value is 47.45%
CMYK:
(0,60,51,47)
C0M60Y51K47 
(0%,60%,51%,47%)
(0.00/0.60/0.51/0.47)	

CMYK percentages

%0
%59.7
%50.75
%47.45

Codes

Color #863642 in popluar color models

863642
RGB1345466
HSL351°42.55%36.86%
HSB/HSV351°59.70%52.55%
CMYK0.00%59.70%50.75%
47.45%

Color #863642 in popluar number systems.

HEX863642
Decimal1345466
Binary100001101101101000010
Octal20666102

Shades and tints

Shades of #863642

#863642
(134,54,66)
#7A323C
(122,50,60)
#6E2E36
(110,46,54)
#622A30
(98,42,48)
#56262A
(86,38,42)
#4A2224
(74,34,36)
#3E1E1E
(62,30,30)
#321A18
(50,26,24)
#261612
(38,22,18)
#1A120C
(26,18,12)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #863642

#863642
(134,54,66)
#914853
(145,72,83)
#9C5A64
(156,90,100)
#A76C75
(167,108,117)
#B27E86
(178,126,134)
#BD9097
(189,144,151)
#C8A2A8
(200,162,168)
#D3B4B9
(211,180,185)
#DEC6CA
(222,198,202)
#E9D8DB
(233,216,219)
#F4EAEC
(244,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863642 color. Also use rgb(134,54,66) instead hex code.

Text Font Color

.myTextColor { color: #863642; }

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

This text font color is #863642.


Background Color

.myBgColor { background-color: #863642; }

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

This div background color is #863642.


Border color

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

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

This div border color is #863642.


Opacity

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

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

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

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

This text has shadow with #863642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863642 on black background.


Color preview on white background

This text has color #863642 on white background.



Black color preview on #863642 background

This text has black color on #863642 background.


White color preview on #863642 background

This text has white color on #863642 background.