COLOR #865832

HEX: #865832
RGB: (134,88,50)

Color info

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

RGB color model

#865832 color RGB value is (134,88,50).

  • red value is 134;
  • green value is 88;
  • blue value is 50.
RGB:
(134,88,50)
(53%,35%,20%)

RGB channels and saturation

R 134 of 255 = 53%
G 88 of 255 = 35%
B 50 of 255 = 20%

134
88
50

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

Portions of RGB colors in percentages

R + G + B =
134 + 88 + 50 = 272 (100%)
R 134 of 272 ~ 49.26%
G 88 of 272 ~ 32.35%
B 50 of 272 ~ 18.38%

%49.26
%32.35
%18.38

CMYK color model

#865832 color CMYK value is (0,34,63,47).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 62.69%
  • key color value is 47.45%
CMYK:
(0,34,63,47)
C0M34Y63K47 
(0%,34%,63%,47%)
(0.00/0.34/0.63/0.47)	

CMYK percentages

%0
%34.33
%62.69
%47.45

Codes

Color #865832 in popluar color models

865832
RGB1348850
HSL27°45.65%36.08%
HSB/HSV27°62.69%52.55%
CMYK0.00%34.33%62.69%
47.45%

Color #865832 in popluar number systems.

HEX865832
Decimal1348850
Binary100001101011000110010
Octal20613062

Shades and tints

Shades of #865832

#865832
(134,88,50)
#7A502E
(122,80,46)
#6E482A
(110,72,42)
#624026
(98,64,38)
#563822
(86,56,34)
#4A301E
(74,48,30)
#3E281A
(62,40,26)
#322016
(50,32,22)
#261812
(38,24,18)
#1A100E
(26,16,14)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #865832

#865832
(134,88,50)
#916744
(145,103,68)
#9C7656
(156,118,86)
#A78568
(167,133,104)
#B2947A
(178,148,122)
#BDA38C
(189,163,140)
#C8B29E
(200,178,158)
#D3C1B0
(211,193,176)
#DED0C2
(222,208,194)
#E9DFD4
(233,223,212)
#F4EEE6
(244,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865832 color. Also use rgb(134,88,50) instead hex code.

Text Font Color

.myTextColor { color: #865832; }

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

This text font color is #865832.


Background Color

.myBgColor { background-color: #865832; }

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

This div background color is #865832.


Border color

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

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

This div border color is #865832.


Opacity

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

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

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

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

This text has shadow with #865832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865832 on black background.


Color preview on white background

This text has color #865832 on white background.



Black color preview on #865832 background

This text has black color on #865832 background.


White color preview on #865832 background

This text has white color on #865832 background.