COLOR #862E3F

HEX: #862E3F
RGB: (134,46,63)

Color info

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

RGB color model

#862E3F color RGB value is (134,46,63).

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

RGB channels and saturation

R 134 of 255 = 53%
G 46 of 255 = 18%
B 63 of 255 = 25%

134
46
63

R + G + B ~ 32%. #862E3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 46 + 63 = 243 (100%)
R 134 of 243 ~ 55.14%
G 46 of 243 ~ 18.93%
B 63 of 243 ~ 25.93%

%55.14
%18.93
%25.93

CMYK color model

#862E3F color CMYK value is (0,66,53,47).

  • cyan value is 0.00%
  • magenta value is 65.67%
  • yellow value is 52.99%
  • key color value is 47.45%
CMYK:
(0,66,53,47)
C0M66Y53K47 
(0%,66%,53%,47%)
(0.00/0.66/0.53/0.47)	

CMYK percentages

%0
%65.67
%52.99
%47.45

Codes

Color #862E3F in popluar color models

862E3F
RGB1344663
HSL348°48.89%35.29%
HSB/HSV348°65.67%52.55%
CMYK0.00%65.67%52.99%
47.45%

Color #862E3F in popluar number systems.

HEX862E3F
Decimal1344663
Binary10000110101110111111
Octal2065677

Shades and tints

Shades of #862E3F

#862E3F
(134,46,63)
#7A2A3A
(122,42,58)
#6E2635
(110,38,53)
#622230
(98,34,48)
#561E2B
(86,30,43)
#4A1A26
(74,26,38)
#3E1621
(62,22,33)
#32121C
(50,18,28)
#260E17
(38,14,23)
#1A0A12
(26,10,18)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #862E3F

#862E3F
(134,46,63)
#914150
(145,65,80)
#9C5461
(156,84,97)
#A76772
(167,103,114)
#B27A83
(178,122,131)
#BD8D94
(189,141,148)
#C8A0A5
(200,160,165)
#D3B3B6
(211,179,182)
#DEC6C7
(222,198,199)
#E9D9D8
(233,217,216)
#F4ECE9
(244,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #862E3F color. Also use rgb(134,46,63) instead hex code.

Text Font Color

.myTextColor { color: #862E3F; }

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

This text font color is #862E3F.


Background Color

.myBgColor { background-color: #862E3F; }

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

This div background color is #862E3F.


Border color

.myBorderColor { border: 1px solid #862E3F; }

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

This div border color is #862E3F.


Opacity

.myOpacity80 { color: #862E3F; opacity: 0.8; }

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

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

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

This text has shadow with #862E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #862E3F on black background.


Color preview on white background

This text has color #862E3F on white background.



Black color preview on #862E3F background

This text has black color on #862E3F background.


White color preview on #862E3F background

This text has white color on #862E3F background.