COLOR #864F53

HEX: #864F53
RGB: (134,79,83)

Color info

#864F53 contains red, green and blue colors in about the same proportion. Web safe color of #864F53 is #996666 (or #966).

RGB color model

#864F53 color RGB value is (134,79,83).

  • red value is 134;
  • green value is 79;
  • blue value is 83.
RGB:
(134,79,83)
(53%,31%,33%)

RGB channels and saturation

R 134 of 255 = 53%
G 79 of 255 = 31%
B 83 of 255 = 33%

134
79
83

R + G + B ~ 39%. #864F53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 79 + 83 = 296 (100%)
R 134 of 296 ~ 45.27%
G 79 of 296 ~ 26.69%
B 83 of 296 ~ 28.04%

%45.27
%26.69
%28.04

CMYK color model

#864F53 color CMYK value is (0,41,38,47).

  • cyan value is 0.00%
  • magenta value is 41.04%
  • yellow value is 38.06%
  • key color value is 47.45%
CMYK:
(0,41,38,47)
C0M41Y38K47 
(0%,41%,38%,47%)
(0.00/0.41/0.38/0.47)	

CMYK percentages

%0
%41.04
%38.06
%47.45

Codes

Color #864F53 in popluar color models

864F53
RGB1347983
HSL356°25.82%41.76%
HSB/HSV356°41.04%52.55%
CMYK0.00%41.04%38.06%
47.45%

Color #864F53 in popluar number systems.

HEX864F53
Decimal1347983
Binary1000011010011111010011
Octal206117123

Shades and tints

Shades of #864F53

#864F53
(134,79,83)
#7A484C
(122,72,76)
#6E4145
(110,65,69)
#623A3E
(98,58,62)
#563337
(86,51,55)
#4A2C30
(74,44,48)
#3E2529
(62,37,41)
#321E22
(50,30,34)
#26171B
(38,23,27)
#1A1014
(26,16,20)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #864F53

#864F53
(134,79,83)
#915F62
(145,95,98)
#9C6F71
(156,111,113)
#A77F80
(167,127,128)
#B28F8F
(178,143,143)
#BD9F9E
(189,159,158)
#C8AFAD
(200,175,173)
#D3BFBC
(211,191,188)
#DECFCB
(222,207,203)
#E9DFDA
(233,223,218)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864F53 color. Also use rgb(134,79,83) instead hex code.

Text Font Color

.myTextColor { color: #864F53; }

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

This text font color is #864F53.


Background Color

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

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

This div background color is #864F53.


Border color

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

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

This div border color is #864F53.


Opacity

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

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

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

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

This text has shadow with #864F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864F53 on black background.


Color preview on white background

This text has color #864F53 on white background.



Black color preview on #864F53 background

This text has black color on #864F53 background.


White color preview on #864F53 background

This text has white color on #864F53 background.