COLOR #864946

HEX: #864946
RGB: (134,73,70)

Color info

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

RGB color model

#864946 color RGB value is (134,73,70).

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

RGB channels and saturation

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

134
73
70

R + G + B ~ 36%. #864946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 73 + 70 = 277 (100%)
R 134 of 277 ~ 48.38%
G 73 of 277 ~ 26.35%
B 70 of 277 ~ 25.27%

%48.38
%26.35
%25.27

CMYK color model

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

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

CMYK percentages

%0
%45.52
%47.76
%47.45

Codes

Color #864946 in popluar color models

864946
RGB1347370
HSL31.37%40.00%
HSB/HSV47.76%52.55%
CMYK0.00%45.52%47.76%
47.45%

Color #864946 in popluar number systems.

HEX864946
Decimal1347370
Binary1000011010010011000110
Octal206111106

Shades and tints

Shades of #864946

#864946
(134,73,70)
#7A4340
(122,67,64)
#6E3D3A
(110,61,58)
#623734
(98,55,52)
#56312E
(86,49,46)
#4A2B28
(74,43,40)
#3E2522
(62,37,34)
#321F1C
(50,31,28)
#261916
(38,25,22)
#1A1310
(26,19,16)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #864946

#864946
(134,73,70)
#915956
(145,89,86)
#9C6966
(156,105,102)
#A77976
(167,121,118)
#B28986
(178,137,134)
#BD9996
(189,153,150)
#C8A9A6
(200,169,166)
#D3B9B6
(211,185,182)
#DEC9C6
(222,201,198)
#E9D9D6
(233,217,214)
#F4E9E6
(244,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864946; }

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

This text font color is #864946.


Background Color

.myBgColor { background-color: #864946; }

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

This div background color is #864946.


Border color

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

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

This div border color is #864946.


Opacity

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

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

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

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

This text has shadow with #864946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864946 on black background.


Color preview on white background

This text has color #864946 on white background.



Black color preview on #864946 background

This text has black color on #864946 background.


White color preview on #864946 background

This text has white color on #864946 background.