COLOR #864A52

HEX: #864A52
RGB: (134,74,82)

Color info

#864A52 contains mainly red and blue colors. Web safe color of #864A52 is #993366 (or #936).

RGB color model

#864A52 color RGB value is (134,74,82).

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

RGB channels and saturation

R 134 of 255 = 53%
G 74 of 255 = 29%
B 82 of 255 = 32%

134
74
82

R + G + B ~ 38%. #864A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 74 + 82 = 290 (100%)
R 134 of 290 ~ 46.21%
G 74 of 290 ~ 25.52%
B 82 of 290 ~ 28.28%

%46.21
%25.52
%28.28

CMYK color model

#864A52 color CMYK value is (0,45,39,47).

  • cyan value is 0.00%
  • magenta value is 44.78%
  • yellow value is 38.81%
  • key color value is 47.45%
CMYK:
(0,45,39,47)
C0M45Y39K47 
(0%,45%,39%,47%)
(0.00/0.45/0.39/0.47)	

CMYK percentages

%0
%44.78
%38.81
%47.45

Codes

Color #864A52 in popluar color models

864A52
RGB1347482
HSL352°28.85%40.78%
HSB/HSV352°44.78%52.55%
CMYK0.00%44.78%38.81%
47.45%

Color #864A52 in popluar number systems.

HEX864A52
Decimal1347482
Binary1000011010010101010010
Octal206112122

Shades and tints

Shades of #864A52

#864A52
(134,74,82)
#7A444B
(122,68,75)
#6E3E44
(110,62,68)
#62383D
(98,56,61)
#563236
(86,50,54)
#4A2C2F
(74,44,47)
#3E2628
(62,38,40)
#322021
(50,32,33)
#261A1A
(38,26,26)
#1A1413
(26,20,19)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #864A52

#864A52
(134,74,82)
#915A61
(145,90,97)
#9C6A70
(156,106,112)
#A77A7F
(167,122,127)
#B28A8E
(178,138,142)
#BD9A9D
(189,154,157)
#C8AAAC
(200,170,172)
#D3BABB
(211,186,187)
#DECACA
(222,202,202)
#E9DAD9
(233,218,217)
#F4EAE8
(244,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864A52 color. Also use rgb(134,74,82) instead hex code.

Text Font Color

.myTextColor { color: #864A52; }

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

This text font color is #864A52.


Background Color

.myBgColor { background-color: #864A52; }

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

This div background color is #864A52.


Border color

.myBorderColor { border: 1px solid #864A52; }

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

This div border color is #864A52.


Opacity

.myOpacity80 { color: #864A52; opacity: 0.8; }

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

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

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

This text has shadow with #864A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864A52 on black background.


Color preview on white background

This text has color #864A52 on white background.



Black color preview on #864A52 background

This text has black color on #864A52 background.


White color preview on #864A52 background

This text has white color on #864A52 background.