COLOR #863C08

HEX: #863C08 RGB: (134,60,8)

Color info

#863C08 contains mainly red color. Web safe color of #863C08 is #993300 (or #930).

RGB color model

#863C08 color RGB value is (134,60,8).

RGB: (134,60,8) (53%, 24%, 3%)

RGB channels and saturation

R 134 of 255 = 53%
G 60 of 255 = 24%
B 8 of 255 = 3%

134
60
8

R + G + B ~ 27%. #863C08 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 134 + 60 + 8 = 202 (100%)
R 134 of 202 ~ 66.34%
G 60 of 202 ~ 29.7%
B 8 of 202 ~ 3.96'%

%66.34
%29.7

CMYK color model

#863C08 color CMYK value is (0,55,94,47).

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

CMYK: (0,55,94,47)
C0M55Y94K47 (0%, 55%, 94%, 47%)
(0.00 / 0.55 / 0.94 / 0.47)

CMYK percentages

%0
%55.22
%94.03
%47.45

Codes

Color #863C08 in popluar color models

86 3C 08
RGB 134 60 8
HSL 25° 88.73% 27.84%
HSB/HSV 25° 94.03% 52.55%
CMYK 0.00% 55.22% 94.03%
47.45%

Color #863C08 in popluar number systems.

HEX 86 3C 08
Decimal 134 60 8
Binary 10000110 111100 1000
Octal 206 74 10

Shades and tints

Shades of #863C08

#863C08
(134,60,8)
#7A3708
(122,55,8)
#6E3208
(110,50,8)
#622D08
(98,45,8)
#562808
(86,40,8)
#4A2308
(74,35,8)
#3E1E08
(62,30,8)
#321908
(50,25,8)
#261408
(38,20,8)
#1A0F08
(26,15,8)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #863C08

#863C08
(134,60,8)
#914D1E
(145,77,30)
#9C5E34
(156,94,52)
#A76F4A
(167,111,74)
#B28060
(178,128,96)
#BD9176
(189,145,118)
#C8A28C
(200,162,140)
#D3B3A2
(211,179,162)
#DEC4B8
(222,196,184)
#E9D5CE
(233,213,206)
#F4E6E4
(244,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #863C08; }

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

This text font color is #863C08.

Background Color

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

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

This div background color is #863C08.

Border color

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

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

This div border color is #863C08.

Opacity

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

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

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

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

This text has shadow with #863C08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #863C08.

Preview

Color preview on black background

This text has color #863C08 on black background.


Color preview on white background

This text has color #863C08 on white background.


Black color preview on #863C08 background

This text has black color on #863C08 background.


White color preview on #863C08 background

This text has white color on #863C08 background.


Related colors

Complementary color

Complementary color for #hex is #79C3F7.


I love getcolorcode.com

Triadic colors

1 #08863C and #3C0886 with #863C08 are triadic colors.

2 #083C86 and #3C8608 with #863C08 are triadic colors.