COLOR #863239

HEX: #863239
RGB: (134,50,57)

Color info

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

RGB color model

#863239 color RGB value is (134,50,57).

  • red value is 134;
  • green value is 50;
  • blue value is 57.
RGB:
(134,50,57)
(53%,20%,22%)

RGB channels and saturation

R 134 of 255 = 53%
G 50 of 255 = 20%
B 57 of 255 = 22%

134
50
57

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

Portions of RGB colors in percentages

R + G + B =
134 + 50 + 57 = 241 (100%)
R 134 of 241 ~ 55.6%
G 50 of 241 ~ 20.75%
B 57 of 241 ~ 23.65%

%55.6
%20.75
%23.65

CMYK color model

#863239 color CMYK value is (0,63,57,47).

  • cyan value is 0.00%
  • magenta value is 62.69%
  • yellow value is 57.46%
  • key color value is 47.45%
CMYK:
(0,63,57,47)
C0M63Y57K47 
(0%,63%,57%,47%)
(0.00/0.63/0.57/0.47)	

CMYK percentages

%0
%62.69
%57.46
%47.45

Codes

Color #863239 in popluar color models

863239
RGB1345057
HSL355°45.65%36.08%
HSB/HSV355°62.69%52.55%
CMYK0.00%62.69%57.46%
47.45%

Color #863239 in popluar number systems.

HEX863239
Decimal1345057
Binary10000110110010111001
Octal2066271

Shades and tints

Shades of #863239

#863239
(134,50,57)
#7A2E34
(122,46,52)
#6E2A2F
(110,42,47)
#62262A
(98,38,42)
#562225
(86,34,37)
#4A1E20
(74,30,32)
#3E1A1B
(62,26,27)
#321616
(50,22,22)
#261211
(38,18,17)
#1A0E0C
(26,14,12)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #863239

#863239
(134,50,57)
#91444B
(145,68,75)
#9C565D
(156,86,93)
#A7686F
(167,104,111)
#B27A81
(178,122,129)
#BD8C93
(189,140,147)
#C89EA5
(200,158,165)
#D3B0B7
(211,176,183)
#DEC2C9
(222,194,201)
#E9D4DB
(233,212,219)
#F4E6ED
(244,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #863239; }

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

This text font color is #863239.


Background Color

.myBgColor { background-color: #863239; }

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

This div background color is #863239.


Border color

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

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

This div border color is #863239.


Opacity

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

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

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

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

This text has shadow with #863239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863239 on black background.


Color preview on white background

This text has color #863239 on white background.



Black color preview on #863239 background

This text has black color on #863239 background.


White color preview on #863239 background

This text has white color on #863239 background.