COLOR #866334

HEX: #866334
RGB: (134,99,52)

Color info

#866334 contains mainly red and green colors. Web safe color of #866334 is #996633 (or #963).

RGB color model

#866334 color RGB value is (134,99,52).

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

RGB channels and saturation

R 134 of 255 = 53%
G 99 of 255 = 39%
B 52 of 255 = 20%

134
99
52

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

Portions of RGB colors in percentages

R + G + B =
134 + 99 + 52 = 285 (100%)
R 134 of 285 ~ 47.02%
G 99 of 285 ~ 34.74%
B 52 of 285 ~ 18.25%

%47.02
%34.74
%18.25

CMYK color model

#866334 color CMYK value is (0,26,61,47).

  • cyan value is 0.00%
  • magenta value is 26.12%
  • yellow value is 61.19%
  • key color value is 47.45%
CMYK:
(0,26,61,47)
C0M26Y61K47 
(0%,26%,61%,47%)
(0.00/0.26/0.61/0.47)	

CMYK percentages

%0
%26.12
%61.19
%47.45

Codes

Color #866334 in popluar color models

866334
RGB1349952
HSL34°44.09%36.47%
HSB/HSV34°61.19%52.55%
CMYK0.00%26.12%61.19%
47.45%

Color #866334 in popluar number systems.

HEX866334
Decimal1349952
Binary100001101100011110100
Octal20614364

Shades and tints

Shades of #866334

#866334
(134,99,52)
#7A5A30
(122,90,48)
#6E512C
(110,81,44)
#624828
(98,72,40)
#563F24
(86,63,36)
#4A3620
(74,54,32)
#3E2D1C
(62,45,28)
#322418
(50,36,24)
#261B14
(38,27,20)
#1A1210
(26,18,16)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #866334

#866334
(134,99,52)
#917146
(145,113,70)
#9C7F58
(156,127,88)
#A78D6A
(167,141,106)
#B29B7C
(178,155,124)
#BDA98E
(189,169,142)
#C8B7A0
(200,183,160)
#D3C5B2
(211,197,178)
#DED3C4
(222,211,196)
#E9E1D6
(233,225,214)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866334; }

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

This text font color is #866334.


Background Color

.myBgColor { background-color: #866334; }

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

This div background color is #866334.


Border color

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

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

This div border color is #866334.


Opacity

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

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

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

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

This text has shadow with #866334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866334 on black background.


Color preview on white background

This text has color #866334 on white background.



Black color preview on #866334 background

This text has black color on #866334 background.


White color preview on #866334 background

This text has white color on #866334 background.