COLOR #863B35

HEX: #863B35 RGB: (134,59,53)

Color info

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

RGB color model

#863B35 color RGB value is (134,59,53).

RGB: (134,59,53) (53%, 23%, 21%)

RGB channels and saturation

R 134 of 255 = 53%
G 59 of 255 = 23%
B 53 of 255 = 21%

134
59
53

R + G + B ~ 32%. #863B35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 134 + 59 + 53 = 246 (100%)
R 134 of 246 ~ 54.47%
G 59 of 246 ~ 23.98%
B 53 of 246 ~ 21.54'%

%54.47
%23.98
%21.54

CMYK color model

#863B35 color CMYK value is (0,56,60,47).

  • cyan value is 0.00%
  • magenta value is 55.97%
  • yellow value is 60.45%
  • key color value is 47.45%

CMYK: (0,56,60,47)
C0M56Y60K47 (0%, 56%, 60%, 47%)
(0.00 / 0.56 / 0.60 / 0.47)

CMYK percentages

%0
%55.97
%60.45
%47.45

Codes

Color #863B35 in popluar color models

86 3B 35
RGB 134 59 53
HSL 43.32% 36.67%
HSB/HSV 60.45% 52.55%
CMYK 0.00% 55.97% 60.45%
47.45%

Color #863B35 in popluar number systems.

HEX 86 3B 35
Decimal 134 59 53
Binary 10000110 111011 110101
Octal 206 73 65

Shades and tints

Shades of #863B35

#863B35
(134,59,53)
#7A3631
(122,54,49)
#6E312D
(110,49,45)
#622C29
(98,44,41)
#562725
(86,39,37)
#4A2221
(74,34,33)
#3E1D1D
(62,29,29)
#321819
(50,24,25)
#261315
(38,19,21)
#1A0E11
(26,14,17)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #863B35

#863B35
(134,59,53)
#914C47
(145,76,71)
#9C5D59
(156,93,89)
#A76E6B
(167,110,107)
#B27F7D
(178,127,125)
#BD908F
(189,144,143)
#C8A1A1
(200,161,161)
#D3B2B3
(211,178,179)
#DEC3C5
(222,195,197)
#E9D4D7
(233,212,215)
#F4E5E9
(244,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #863B35; }

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

This text font color is #863B35.

Background Color

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

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

This div background color is #863B35.

Border color

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

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

This div border color is #863B35.

Opacity

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

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

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

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

This text has shadow with #863B35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #863B35.

Preview

Color preview on black background

This text has color #863B35 on black background.


Color preview on white background

This text has color #863B35 on white background.


Black color preview on #863B35 background

This text has black color on #863B35 background.


White color preview on #863B35 background

This text has white color on #863B35 background.


Related colors

Complementary color

Complementary color for #hex is #79C4CA.


I love getcolorcode.com

Triadic colors

1 #35863B and #3B3586 with #863B35 are triadic colors.

2 #353B86 and #3B8635 with #863B35 are triadic colors.