COLOR #865C30

HEX: #865C30
RGB: (134,92,48)

Color info

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

RGB color model

#865C30 color RGB value is (134,92,48).

  • red value is 134;
  • green value is 92;
  • blue value is 48.
RGB:
(134,92,48)
(53%,36%,19%)

RGB channels and saturation

R 134 of 255 = 53%
G 92 of 255 = 36%
B 48 of 255 = 19%

134
92
48

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

Portions of RGB colors in percentages

R + G + B =
134 + 92 + 48 = 274 (100%)
R 134 of 274 ~ 48.91%
G 92 of 274 ~ 33.58%
B 48 of 274 ~ 17.52%

%48.91
%33.58
%17.52

CMYK color model

#865C30 color CMYK value is (0,31,64,47).

  • cyan value is 0.00%
  • magenta value is 31.34%
  • yellow value is 64.18%
  • key color value is 47.45%
CMYK:
(0,31,64,47)
C0M31Y64K47 
(0%,31%,64%,47%)
(0.00/0.31/0.64/0.47)	

CMYK percentages

%0
%31.34
%64.18
%47.45

Codes

Color #865C30 in popluar color models

865C30
RGB1349248
HSL31°47.25%35.69%
HSB/HSV31°64.18%52.55%
CMYK0.00%31.34%64.18%
47.45%

Color #865C30 in popluar number systems.

HEX865C30
Decimal1349248
Binary100001101011100110000
Octal20613460

Shades and tints

Shades of #865C30

#865C30
(134,92,48)
#7A542C
(122,84,44)
#6E4C28
(110,76,40)
#624424
(98,68,36)
#563C20
(86,60,32)
#4A341C
(74,52,28)
#3E2C18
(62,44,24)
#322414
(50,36,20)
#261C10
(38,28,16)
#1A140C
(26,20,12)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #865C30

#865C30
(134,92,48)
#916A42
(145,106,66)
#9C7854
(156,120,84)
#A78666
(167,134,102)
#B29478
(178,148,120)
#BDA28A
(189,162,138)
#C8B09C
(200,176,156)
#D3BEAE
(211,190,174)
#DECCC0
(222,204,192)
#E9DAD2
(233,218,210)
#F4E8E4
(244,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865C30 color. Also use rgb(134,92,48) instead hex code.

Text Font Color

.myTextColor { color: #865C30; }

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

This text font color is #865C30.


Background Color

.myBgColor { background-color: #865C30; }

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

This div background color is #865C30.


Border color

.myBorderColor { border: 1px solid #865C30; }

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

This div border color is #865C30.


Opacity

.myOpacity80 { color: #865C30; opacity: 0.8; }

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

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

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

This text has shadow with #865C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865C30 on black background.


Color preview on white background

This text has color #865C30 on white background.



Black color preview on #865C30 background

This text has black color on #865C30 background.


White color preview on #865C30 background

This text has white color on #865C30 background.