COLOR #86373F

HEX: #86373F
RGB: (134,55,63)

Color info

#86373F contains mainly red color. Web safe color of #86373F is #993333 (or #933).

RGB color model

#86373F color RGB value is (134,55,63).

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

RGB channels and saturation

R 134 of 255 = 53%
G 55 of 255 = 22%
B 63 of 255 = 25%

134
55
63

R + G + B ~ 33%. #86373F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 55 + 63 = 252 (100%)
R 134 of 252 ~ 53.17%
G 55 of 252 ~ 21.83%
B 63 of 252 ~ 25%

%53.17
%21.83
%25

CMYK color model

#86373F color CMYK value is (0,59,53,47).

  • cyan value is 0.00%
  • magenta value is 58.96%
  • yellow value is 52.99%
  • key color value is 47.45%
CMYK:
(0,59,53,47)
C0M59Y53K47 
(0%,59%,53%,47%)
(0.00/0.59/0.53/0.47)	

CMYK percentages

%0
%58.96
%52.99
%47.45

Codes

Color #86373F in popluar color models

86373F
RGB1345563
HSL354°41.80%37.06%
HSB/HSV354°58.96%52.55%
CMYK0.00%58.96%52.99%
47.45%

Color #86373F in popluar number systems.

HEX86373F
Decimal1345563
Binary10000110110111111111
Octal2066777

Shades and tints

Shades of #86373F

#86373F
(134,55,63)
#7A323A
(122,50,58)
#6E2D35
(110,45,53)
#622830
(98,40,48)
#56232B
(86,35,43)
#4A1E26
(74,30,38)
#3E1921
(62,25,33)
#32141C
(50,20,28)
#260F17
(38,15,23)
#1A0A12
(26,10,18)
#0E050D
(14,5,13)
#000000
(0,0,0)

Tints of #86373F

#86373F
(134,55,63)
#914950
(145,73,80)
#9C5B61
(156,91,97)
#A76D72
(167,109,114)
#B27F83
(178,127,131)
#BD9194
(189,145,148)
#C8A3A5
(200,163,165)
#D3B5B6
(211,181,182)
#DEC7C7
(222,199,199)
#E9D9D8
(233,217,216)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86373F color. Also use rgb(134,55,63) instead hex code.

Text Font Color

.myTextColor { color: #86373F; }

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

This text font color is #86373F.


Background Color

.myBgColor { background-color: #86373F; }

<div style="background-color:#86373F">Inner text</div>

This div background color is #86373F.


Border color

.myBorderColor { border: 1px solid #86373F; }

<div style="border:3px solid #86373F">Div</div>

This div border color is #86373F.


Opacity

.myOpacity80 { color: #86373F; opacity: 0.8; }

<p style="color:#86373F;opacity:0.8;">80%</p>

Text with #86373F 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 #86373F;}

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

This text has shadow with #86373F color.

.textShadow {text-shadow: 3px 3px 1px #86373F, 3px 3px 1px red;}

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

This text has shadow with #86373F primary color and red secondary color.


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

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

This text has shadow with #86373F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86373F on black background.


Color preview on white background

This text has color #86373F on white background.



Black color preview on #86373F background

This text has black color on #86373F background.


White color preview on #86373F background

This text has white color on #86373F background.