COLOR #865445

HEX: #865445
RGB: (134,84,69)

Color info

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

RGB color model

#865445 color RGB value is (134,84,69).

  • red value is 134;
  • green value is 84;
  • blue value is 69.
RGB:
(134,84,69)
(53%,33%,27%)

RGB channels and saturation

R 134 of 255 = 53%
G 84 of 255 = 33%
B 69 of 255 = 27%

134
84
69

R + G + B ~ 38%. #865445 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 84 + 69 = 287 (100%)
R 134 of 287 ~ 46.69%
G 84 of 287 ~ 29.27%
B 69 of 287 ~ 24.04%

%46.69
%29.27
%24.04

CMYK color model

#865445 color CMYK value is (0,37,49,47).

  • cyan value is 0.00%
  • magenta value is 37.31%
  • yellow value is 48.51%
  • key color value is 47.45%
CMYK:
(0,37,49,47)
C0M37Y49K47 
(0%,37%,49%,47%)
(0.00/0.37/0.49/0.47)	

CMYK percentages

%0
%37.31
%48.51
%47.45

Codes

Color #865445 in popluar color models

865445
RGB1348469
HSL14°32.02%39.80%
HSB/HSV14°48.51%52.55%
CMYK0.00%37.31%48.51%
47.45%

Color #865445 in popluar number systems.

HEX865445
Decimal1348469
Binary1000011010101001000101
Octal206124105

Shades and tints

Shades of #865445

#865445
(134,84,69)
#7A4D3F
(122,77,63)
#6E4639
(110,70,57)
#623F33
(98,63,51)
#56382D
(86,56,45)
#4A3127
(74,49,39)
#3E2A21
(62,42,33)
#32231B
(50,35,27)
#261C15
(38,28,21)
#1A150F
(26,21,15)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #865445

#865445
(134,84,69)
#916355
(145,99,85)
#9C7265
(156,114,101)
#A78175
(167,129,117)
#B29085
(178,144,133)
#BD9F95
(189,159,149)
#C8AEA5
(200,174,165)
#D3BDB5
(211,189,181)
#DECCC5
(222,204,197)
#E9DBD5
(233,219,213)
#F4EAE5
(244,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865445 color. Also use rgb(134,84,69) instead hex code.

Text Font Color

.myTextColor { color: #865445; }

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

This text font color is #865445.


Background Color

.myBgColor { background-color: #865445; }

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

This div background color is #865445.


Border color

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

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

This div border color is #865445.


Opacity

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

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

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

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

This text has shadow with #865445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865445 on black background.


Color preview on white background

This text has color #865445 on white background.



Black color preview on #865445 background

This text has black color on #865445 background.


White color preview on #865445 background

This text has white color on #865445 background.