COLOR #864B34

HEX: #864B34
RGB: (134,75,52)

Color info

#864B34 contains mainly red and green colors. Web safe color of #864B34 is #993333 (or #933).

RGB color model

#864B34 color RGB value is (134,75,52).

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

RGB channels and saturation

R 134 of 255 = 53%
G 75 of 255 = 29%
B 52 of 255 = 20%

134
75
52

R + G + B ~ 34%. #864B34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 75 + 52 = 261 (100%)
R 134 of 261 ~ 51.34%
G 75 of 261 ~ 28.74%
B 52 of 261 ~ 19.92%

%51.34
%28.74
%19.92

CMYK color model

#864B34 color CMYK value is (0,44,61,47).

  • cyan value is 0.00%
  • magenta value is 44.03%
  • yellow value is 61.19%
  • key color value is 47.45%
CMYK:
(0,44,61,47)
C0M44Y61K47 
(0%,44%,61%,47%)
(0.00/0.44/0.61/0.47)	

CMYK percentages

%0
%44.03
%61.19
%47.45

Codes

Color #864B34 in popluar color models

864B34
RGB1347552
HSL17°44.09%36.47%
HSB/HSV17°61.19%52.55%
CMYK0.00%44.03%61.19%
47.45%

Color #864B34 in popluar number systems.

HEX864B34
Decimal1347552
Binary100001101001011110100
Octal20611364

Shades and tints

Shades of #864B34

#864B34
(134,75,52)
#7A4530
(122,69,48)
#6E3F2C
(110,63,44)
#623928
(98,57,40)
#563324
(86,51,36)
#4A2D20
(74,45,32)
#3E271C
(62,39,28)
#322118
(50,33,24)
#261B14
(38,27,20)
#1A1510
(26,21,16)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #864B34

#864B34
(134,75,52)
#915B46
(145,91,70)
#9C6B58
(156,107,88)
#A77B6A
(167,123,106)
#B28B7C
(178,139,124)
#BD9B8E
(189,155,142)
#C8ABA0
(200,171,160)
#D3BBB2
(211,187,178)
#DECBC4
(222,203,196)
#E9DBD6
(233,219,214)
#F4EBE8
(244,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864B34 color. Also use rgb(134,75,52) instead hex code.

Text Font Color

.myTextColor { color: #864B34; }

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

This text font color is #864B34.


Background Color

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

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

This div background color is #864B34.


Border color

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

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

This div border color is #864B34.


Opacity

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

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

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

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

This text has shadow with #864B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864B34 on black background.


Color preview on white background

This text has color #864B34 on white background.



Black color preview on #864B34 background

This text has black color on #864B34 background.


White color preview on #864B34 background

This text has white color on #864B34 background.