COLOR #865C6A

HEX: #865C6A
RGB: (134,92,106)

Color info

#865C6A contains red, green and blue colors in about the same proportion. Web safe color of #865C6A is #996666 (or #966).

RGB color model

#865C6A color RGB value is (134,92,106).

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

RGB channels and saturation

R 134 of 255 = 53%
G 92 of 255 = 36%
B 106 of 255 = 42%

134
92
106

R + G + B ~ 44%. #865C6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 92 + 106 = 332 (100%)
R 134 of 332 ~ 40.36%
G 92 of 332 ~ 27.71%
B 106 of 332 ~ 31.93%

%40.36
%27.71
%31.93

CMYK color model

#865C6A color CMYK value is (0,31,21,47).

  • cyan value is 0.00%
  • magenta value is 31.34%
  • yellow value is 20.90%
  • key color value is 47.45%
CMYK:
(0,31,21,47)
C0M31Y21K47 
(0%,31%,21%,47%)
(0.00/0.31/0.21/0.47)	

CMYK percentages

%0
%31.34
%20.9
%47.45

Codes

Color #865C6A in popluar color models

865C6A
RGB13492106
HSL340°18.58%44.31%
HSB/HSV340°31.34%52.55%
CMYK0.00%31.34%20.90%
47.45%

Color #865C6A in popluar number systems.

HEX865C6A
Decimal13492106
Binary1000011010111001101010
Octal206134152

Shades and tints

Shades of #865C6A

#865C6A
(134,92,106)
#7A5461
(122,84,97)
#6E4C58
(110,76,88)
#62444F
(98,68,79)
#563C46
(86,60,70)
#4A343D
(74,52,61)
#3E2C34
(62,44,52)
#32242B
(50,36,43)
#261C22
(38,28,34)
#1A1419
(26,20,25)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #865C6A

#865C6A
(134,92,106)
#916A77
(145,106,119)
#9C7884
(156,120,132)
#A78691
(167,134,145)
#B2949E
(178,148,158)
#BDA2AB
(189,162,171)
#C8B0B8
(200,176,184)
#D3BEC5
(211,190,197)
#DECCD2
(222,204,210)
#E9DADF
(233,218,223)
#F4E8EC
(244,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865C6A; }

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

This text font color is #865C6A.


Background Color

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

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

This div background color is #865C6A.


Border color

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

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

This div border color is #865C6A.


Opacity

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

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

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

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

This text has shadow with #865C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865C6A on black background.


Color preview on white background

This text has color #865C6A on white background.



Black color preview on #865C6A background

This text has black color on #865C6A background.


White color preview on #865C6A background

This text has white color on #865C6A background.