COLOR #863C30

HEX: #863C30 RGB: (134,60,48)

Color info

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

RGB color model

#863C30 color RGB value is (134,60,48).

RGB: (134,60,48) (53%, 24%, 19%)

RGB channels and saturation

R 134 of 255 = 53%
G 60 of 255 = 24%
B 48 of 255 = 19%

134
60
48

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

Portions of RGB colors in percentages

R + G + B = 134 + 60 + 48 = 242 (100%)
R 134 of 242 ~ 55.37%
G 60 of 242 ~ 24.79%
B 48 of 242 ~ 19.83'%

%55.37
%24.79
%19.83

CMYK color model

#863C30 color CMYK value is (0,55,64,47).

  • cyan value is 0.00%
  • magenta value is 55.22%
  • yellow value is 64.18%
  • key color value is 47.45%

CMYK: (0,55,64,47)
C0M55Y64K47 (0%, 55%, 64%, 47%)
(0.00 / 0.55 / 0.64 / 0.47)

CMYK percentages

%0
%55.22
%64.18
%47.45

Codes

Color #863C30 in popluar color models

86 3C 30
RGB 134 60 48
HSL 47.25% 35.69%
HSB/HSV 64.18% 52.55%
CMYK 0.00% 55.22% 64.18%
47.45%

Color #863C30 in popluar number systems.

HEX 86 3C 30
Decimal 134 60 48
Binary 10000110 111100 110000
Octal 206 74 60

Shades and tints

Shades of #863C30

#863C30
(134,60,48)
#7A372C
(122,55,44)
#6E3228
(110,50,40)
#622D24
(98,45,36)
#562820
(86,40,32)
#4A231C
(74,35,28)
#3E1E18
(62,30,24)
#321914
(50,25,20)
#261410
(38,20,16)
#1A0F0C
(26,15,12)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #863C30

#863C30
(134,60,48)
#914D42
(145,77,66)
#9C5E54
(156,94,84)
#A76F66
(167,111,102)
#B28078
(178,128,120)
#BD918A
(189,145,138)
#C8A29C
(200,162,156)
#D3B3AE
(211,179,174)
#DEC4C0
(222,196,192)
#E9D5D2
(233,213,210)
#F4E6E4
(244,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863C30 color. Also use rgb(134,60,48) instead hex code.

Text Font Color

.myTextColor { color: #863C30; }

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

This text font color is #863C30.

Background Color

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

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

This div background color is #863C30.

Border color

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

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

This div border color is #863C30.

Opacity

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

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

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

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

This text has shadow with #863C30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #863C30.

Preview

Color preview on black background

This text has color #863C30 on black background.


Color preview on white background

This text has color #863C30 on white background.


Black color preview on #863C30 background

This text has black color on #863C30 background.


White color preview on #863C30 background

This text has white color on #863C30 background.


Related colors

Complementary color

Complementary color for #hex is #79C3CF.


I love getcolorcode.com

Triadic colors

1 #30863C and #3C3086 with #863C30 are triadic colors.

2 #303C86 and #3C8630 with #863C30 are triadic colors.