COLOR #863E34

HEX: #863E34
RGB: (134,62,52)

Color info

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

RGB color model

#863E34 color RGB value is (134,62,52).

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

RGB channels and saturation

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

134
62
52

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

Portions of RGB colors in percentages

R + G + B =
134 + 62 + 52 = 248 (100%)
R 134 of 248 ~ 54.03%
G 62 of 248 ~ 25%
B 52 of 248 ~ 20.97%

%54.03
%25
%20.97

CMYK color model

#863E34 color CMYK value is (0,54,61,47).

  • cyan value is 0.00%
  • magenta value is 53.73%
  • yellow value is 61.19%
  • key color value is 47.45%
CMYK:
(0,54,61,47)
C0M54Y61K47 
(0%,54%,61%,47%)
(0.00/0.54/0.61/0.47)	

CMYK percentages

%0
%53.73
%61.19
%47.45

Codes

Color #863E34 in popluar color models

863E34
RGB1346252
HSL44.09%36.47%
HSB/HSV61.19%52.55%
CMYK0.00%53.73%61.19%
47.45%

Color #863E34 in popluar number systems.

HEX863E34
Decimal1346252
Binary10000110111110110100
Octal2067664

Shades and tints

Shades of #863E34

#863E34
(134,62,52)
#7A3930
(122,57,48)
#6E342C
(110,52,44)
#622F28
(98,47,40)
#562A24
(86,42,36)
#4A2520
(74,37,32)
#3E201C
(62,32,28)
#321B18
(50,27,24)
#261614
(38,22,20)
#1A1110
(26,17,16)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #863E34

#863E34
(134,62,52)
#914F46
(145,79,70)
#9C6058
(156,96,88)
#A7716A
(167,113,106)
#B2827C
(178,130,124)
#BD938E
(189,147,142)
#C8A4A0
(200,164,160)
#D3B5B2
(211,181,178)
#DEC6C4
(222,198,196)
#E9D7D6
(233,215,214)
#F4E8E8
(244,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #863E34; }

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

This text font color is #863E34.


Background Color

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

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

This div background color is #863E34.


Border color

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

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

This div border color is #863E34.


Opacity

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

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

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

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

This text has shadow with #863E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863E34 on black background.


Color preview on white background

This text has color #863E34 on white background.



Black color preview on #863E34 background

This text has black color on #863E34 background.


White color preview on #863E34 background

This text has white color on #863E34 background.