COLOR #864949

HEX: #864949
RGB: (134,73,73)

Color info

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

RGB color model

#864949 color RGB value is (134,73,73).

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

RGB channels and saturation

R 134 of 255 = 53%
G 73 of 255 = 29%
B 73 of 255 = 29%

134
73
73

R + G + B ~ 37%. #864949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 73 + 73 = 280 (100%)
R 134 of 280 ~ 47.86%
G 73 of 280 ~ 26.07%
B 73 of 280 ~ 26.07%

%47.86
%26.07
%26.07

CMYK color model

#864949 color CMYK value is (0,46,46,47).

  • cyan value is 0.00%
  • magenta value is 45.52%
  • yellow value is 45.52%
  • key color value is 47.45%
CMYK:
(0,46,46,47)
C0M46Y46K47 
(0%,46%,46%,47%)
(0.00/0.46/0.46/0.47)	

CMYK percentages

%0
%45.52
%45.52
%47.45

Codes

Color #864949 in popluar color models

864949
RGB1347373
HSL29.47%40.59%
HSB/HSV45.52%52.55%
CMYK0.00%45.52%45.52%
47.45%

Color #864949 in popluar number systems.

HEX864949
Decimal1347373
Binary1000011010010011001001
Octal206111111

Shades and tints

Shades of #864949

#864949
(134,73,73)
#7A4343
(122,67,67)
#6E3D3D
(110,61,61)
#623737
(98,55,55)
#563131
(86,49,49)
#4A2B2B
(74,43,43)
#3E2525
(62,37,37)
#321F1F
(50,31,31)
#261919
(38,25,25)
#1A1313
(26,19,19)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #864949

#864949
(134,73,73)
#915959
(145,89,89)
#9C6969
(156,105,105)
#A77979
(167,121,121)
#B28989
(178,137,137)
#BD9999
(189,153,153)
#C8A9A9
(200,169,169)
#D3B9B9
(211,185,185)
#DEC9C9
(222,201,201)
#E9D9D9
(233,217,217)
#F4E9E9
(244,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864949; }

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

This text font color is #864949.


Background Color

.myBgColor { background-color: #864949; }

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

This div background color is #864949.


Border color

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

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

This div border color is #864949.


Opacity

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

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

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

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

This text has shadow with #864949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864949 on black background.


Color preview on white background

This text has color #864949 on white background.



Black color preview on #864949 background

This text has black color on #864949 background.


White color preview on #864949 background

This text has white color on #864949 background.