COLOR #863641

HEX: #863641
RGB: (134,54,65)

Color info

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

RGB color model

#863641 color RGB value is (134,54,65).

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

RGB channels and saturation

R 134 of 255 = 53%
G 54 of 255 = 21%
B 65 of 255 = 25%

134
54
65

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

Portions of RGB colors in percentages

R + G + B =
134 + 54 + 65 = 253 (100%)
R 134 of 253 ~ 52.96%
G 54 of 253 ~ 21.34%
B 65 of 253 ~ 25.69%

%52.96
%21.34
%25.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 59.70%
  • yellow value is 51.49%
  • 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
%51.49
%47.45

Codes

Color #863641 in popluar color models

863641
RGB1345465
HSL352°42.55%36.86%
HSB/HSV352°59.70%52.55%
CMYK0.00%59.70%51.49%
47.45%

Color #863641 in popluar number systems.

HEX863641
Decimal1345465
Binary100001101101101000001
Octal20666101

Shades and tints

Shades of #863641

#863641
(134,54,65)
#7A323C
(122,50,60)
#6E2E37
(110,46,55)
#622A32
(98,42,50)
#56262D
(86,38,45)
#4A2228
(74,34,40)
#3E1E23
(62,30,35)
#321A1E
(50,26,30)
#261619
(38,22,25)
#1A1214
(26,18,20)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #863641

#863641
(134,54,65)
#914852
(145,72,82)
#9C5A63
(156,90,99)
#A76C74
(167,108,116)
#B27E85
(178,126,133)
#BD9096
(189,144,150)
#C8A2A7
(200,162,167)
#D3B4B8
(211,180,184)
#DEC6C9
(222,198,201)
#E9D8DA
(233,216,218)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #863641; }

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

This text font color is #863641.


Background Color

.myBgColor { background-color: #863641; }

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

This div background color is #863641.


Border color

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

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

This div border color is #863641.


Opacity

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

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

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

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

This text has shadow with #863641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863641 on black background.


Color preview on white background

This text has color #863641 on white background.



Black color preview on #863641 background

This text has black color on #863641 background.


White color preview on #863641 background

This text has white color on #863641 background.