COLOR #862727

HEX: #862727
RGB: (134,39,39)

Color info

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

RGB color model

#862727 color RGB value is (134,39,39).

  • red value is 134;
  • green value is 39;
  • blue value is 39.
RGB:
(134,39,39)
(53%,15%,15%)

RGB channels and saturation

R 134 of 255 = 53%
G 39 of 255 = 15%
B 39 of 255 = 15%

134
39
39

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

Portions of RGB colors in percentages

R + G + B =
134 + 39 + 39 = 212 (100%)
R 134 of 212 ~ 63.21%
G 39 of 212 ~ 18.4%
B 39 of 212 ~ 18.4%

%63.21
%18.4
%18.4

CMYK color model

#862727 color CMYK value is (0,71,71,47).

  • cyan value is 0.00%
  • magenta value is 70.90%
  • yellow value is 70.90%
  • key color value is 47.45%
CMYK:
(0,71,71,47)
C0M71Y71K47 
(0%,71%,71%,47%)
(0.00/0.71/0.71/0.47)	

CMYK percentages

%0
%70.9
%70.9
%47.45

Codes

Color #862727 in popluar color models

862727
RGB1343939
HSL54.91%33.92%
HSB/HSV70.90%52.55%
CMYK0.00%70.90%70.90%
47.45%

Color #862727 in popluar number systems.

HEX862727
Decimal1343939
Binary10000110100111100111
Octal2064747

Shades and tints

Shades of #862727

#862727
(134,39,39)
#7A2424
(122,36,36)
#6E2121
(110,33,33)
#621E1E
(98,30,30)
#561B1B
(86,27,27)
#4A1818
(74,24,24)
#3E1515
(62,21,21)
#321212
(50,18,18)
#260F0F
(38,15,15)
#1A0C0C
(26,12,12)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #862727

#862727
(134,39,39)
#913A3A
(145,58,58)
#9C4D4D
(156,77,77)
#A76060
(167,96,96)
#B27373
(178,115,115)
#BD8686
(189,134,134)
#C89999
(200,153,153)
#D3ACAC
(211,172,172)
#DEBFBF
(222,191,191)
#E9D2D2
(233,210,210)
#F4E5E5
(244,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #862727 color. Also use rgb(134,39,39) instead hex code.

Text Font Color

.myTextColor { color: #862727; }

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

This text font color is #862727.


Background Color

.myBgColor { background-color: #862727; }

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

This div background color is #862727.


Border color

.myBorderColor { border: 1px solid #862727; }

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

This div border color is #862727.


Opacity

.myOpacity80 { color: #862727; opacity: 0.8; }

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

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

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

This text has shadow with #862727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #862727 on black background.


Color preview on white background

This text has color #862727 on white background.



Black color preview on #862727 background

This text has black color on #862727 background.


White color preview on #862727 background

This text has white color on #862727 background.