COLOR #863E14

HEX: #863E14
RGB: (134,62,20)

Color info

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

RGB color model

#863E14 color RGB value is (134,62,20).

  • red value is 134;
  • green value is 62;
  • blue value is 20.
RGB:
(134,62,20)
(53%,24%,8%)

RGB channels and saturation

R 134 of 255 = 53%
G 62 of 255 = 24%
B 20 of 255 = 8%

134
62
20

R + G + B ~ 28%. #863E14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 62 + 20 = 216 (100%)
R 134 of 216 ~ 62.04%
G 62 of 216 ~ 28.7%
B 20 of 216 ~ 9.26%

%62.04
%28.7

CMYK color model

#863E14 color CMYK value is (0,54,85,47).

  • cyan value is 0.00%
  • magenta value is 53.73%
  • yellow value is 85.07%
  • key color value is 47.45%
CMYK:
(0,54,85,47)
C0M54Y85K47 
(0%,54%,85%,47%)
(0.00/0.54/0.85/0.47)	

CMYK percentages

%0
%53.73
%85.07
%47.45

Codes

Color #863E14 in popluar color models

863E14
RGB1346220
HSL22°74.03%30.20%
HSB/HSV22°85.07%52.55%
CMYK0.00%53.73%85.07%
47.45%

Color #863E14 in popluar number systems.

HEX863E14
Decimal1346220
Binary1000011011111010100
Octal2067624

Shades and tints

Shades of #863E14

#863E14
(134,62,20)
#7A3913
(122,57,19)
#6E3412
(110,52,18)
#622F11
(98,47,17)
#562A10
(86,42,16)
#4A250F
(74,37,15)
#3E200E
(62,32,14)
#321B0D
(50,27,13)
#26160C
(38,22,12)
#1A110B
(26,17,11)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #863E14

#863E14
(134,62,20)
#914F29
(145,79,41)
#9C603E
(156,96,62)
#A77153
(167,113,83)
#B28268
(178,130,104)
#BD937D
(189,147,125)
#C8A492
(200,164,146)
#D3B5A7
(211,181,167)
#DEC6BC
(222,198,188)
#E9D7D1
(233,215,209)
#F4E8E6
(244,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863E14 color. Also use rgb(134,62,20) instead hex code.

Text Font Color

.myTextColor { color: #863E14; }

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

This text font color is #863E14.


Background Color

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

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

This div background color is #863E14.


Border color

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

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

This div border color is #863E14.


Opacity

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

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

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

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

This text has shadow with #863E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863E14 on black background.


Color preview on white background

This text has color #863E14 on white background.



Black color preview on #863E14 background

This text has black color on #863E14 background.


White color preview on #863E14 background

This text has white color on #863E14 background.