COLOR #863D21

HEX: #863D21 RGB: (134,61,33)

Color info

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

RGB color model

#863D21 color RGB value is (134,61,33).

RGB: (134,61,33) (53%, 24%, 13%)

RGB channels and saturation

R 134 of 255 = 53%
G 61 of 255 = 24%
B 33 of 255 = 13%

134
61
33

R + G + B ~ 30%. #863D21 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 134 + 61 + 33 = 228 (100%)
R 134 of 228 ~ 58.77%
G 61 of 228 ~ 26.75%
B 33 of 228 ~ 14.47'%

%58.77
%26.75
%14.47

CMYK color model

#863D21 color CMYK value is (0,54,75,47).

  • cyan value is 0.00%
  • magenta value is 54.48%
  • yellow value is 75.37%
  • key color value is 47.45%

CMYK: (0,54,75,47)
C0M54Y75K47 (0%, 54%, 75%, 47%)
(0.00 / 0.54 / 0.75 / 0.47)

CMYK percentages

%0
%54.48
%75.37
%47.45

Codes

Color #863D21 in popluar color models

86 3D 21
RGB 134 61 33
HSL 17° 60.48% 32.75%
HSB/HSV 17° 75.37% 52.55%
CMYK 0.00% 54.48% 75.37%
47.45%

Color #863D21 in popluar number systems.

HEX 86 3D 21
Decimal 134 61 33
Binary 10000110 111101 100001
Octal 206 75 41

Shades and tints

Shades of #863D21

#863D21
(134,61,33)
#7A381E
(122,56,30)
#6E331B
(110,51,27)
#622E18
(98,46,24)
#562915
(86,41,21)
#4A2412
(74,36,18)
#3E1F0F
(62,31,15)
#321A0C
(50,26,12)
#261509
(38,21,9)
#1A1006
(26,16,6)
#0E0B03
(14,11,3)
#000000
(0,0,0)

Tints of #863D21

#863D21
(134,61,33)
#914E35
(145,78,53)
#9C5F49
(156,95,73)
#A7705D
(167,112,93)
#B28171
(178,129,113)
#BD9285
(189,146,133)
#C8A399
(200,163,153)
#D3B4AD
(211,180,173)
#DEC5C1
(222,197,193)
#E9D6D5
(233,214,213)
#F4E7E9
(244,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863D21 color. Also use rgb(134,61,33) instead hex code.

Text Font Color

.myTextColor { color: #863D21; }

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

This text font color is #863D21.

Background Color

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

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

This div background color is #863D21.

Border color

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

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

This div border color is #863D21.

Opacity

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

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

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

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

This text has shadow with #863D21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #863D21.

Preview

Color preview on black background

This text has color #863D21 on black background.


Color preview on white background

This text has color #863D21 on white background.


Black color preview on #863D21 background

This text has black color on #863D21 background.


White color preview on #863D21 background

This text has white color on #863D21 background.


Related colors

Complementary color

Complementary color for #hex is #79C2DE.


I love getcolorcode.com

Triadic colors

1 #21863D and #3D2186 with #863D21 are triadic colors.

2 #213D86 and #3D8621 with #863D21 are triadic colors.