COLOR #863F44

HEX: #863F44
RGB: (134,63,68)

Color info

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

RGB color model

#863F44 color RGB value is (134,63,68).

  • red value is 134;
  • green value is 63;
  • blue value is 68.
RGB:
(134,63,68)
(53%,25%,27%)

RGB channels and saturation

R 134 of 255 = 53%
G 63 of 255 = 25%
B 68 of 255 = 27%

134
63
68

R + G + B ~ 35%. #863F44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 63 + 68 = 265 (100%)
R 134 of 265 ~ 50.57%
G 63 of 265 ~ 23.77%
B 68 of 265 ~ 25.66%

%50.57
%23.77
%25.66

CMYK color model

#863F44 color CMYK value is (0,53,49,47).

  • cyan value is 0.00%
  • magenta value is 52.99%
  • yellow value is 49.25%
  • key color value is 47.45%
CMYK:
(0,53,49,47)
C0M53Y49K47 
(0%,53%,49%,47%)
(0.00/0.53/0.49/0.47)	

CMYK percentages

%0
%52.99
%49.25
%47.45

Codes

Color #863F44 in popluar color models

863F44
RGB1346368
HSL356°36.04%38.63%
HSB/HSV356°52.99%52.55%
CMYK0.00%52.99%49.25%
47.45%

Color #863F44 in popluar number systems.

HEX863F44
Decimal1346368
Binary100001101111111000100
Octal20677104

Shades and tints

Shades of #863F44

#863F44
(134,63,68)
#7A3A3E
(122,58,62)
#6E3538
(110,53,56)
#623032
(98,48,50)
#562B2C
(86,43,44)
#4A2626
(74,38,38)
#3E2120
(62,33,32)
#321C1A
(50,28,26)
#261714
(38,23,20)
#1A120E
(26,18,14)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #863F44

#863F44
(134,63,68)
#915055
(145,80,85)
#9C6166
(156,97,102)
#A77277
(167,114,119)
#B28388
(178,131,136)
#BD9499
(189,148,153)
#C8A5AA
(200,165,170)
#D3B6BB
(211,182,187)
#DEC7CC
(222,199,204)
#E9D8DD
(233,216,221)
#F4E9EE
(244,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863F44 color. Also use rgb(134,63,68) instead hex code.

Text Font Color

.myTextColor { color: #863F44; }

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

This text font color is #863F44.


Background Color

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

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

This div background color is #863F44.


Border color

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

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

This div border color is #863F44.


Opacity

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

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

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

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

This text has shadow with #863F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863F44 on black background.


Color preview on white background

This text has color #863F44 on white background.



Black color preview on #863F44 background

This text has black color on #863F44 background.


White color preview on #863F44 background

This text has white color on #863F44 background.