COLOR #865A5C

HEX: #865A5C
RGB: (134,90,92)

Color info

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

RGB color model

#865A5C color RGB value is (134,90,92).

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

RGB channels and saturation

R 134 of 255 = 53%
G 90 of 255 = 35%
B 92 of 255 = 36%

134
90
92

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

Portions of RGB colors in percentages

R + G + B =
134 + 90 + 92 = 316 (100%)
R 134 of 316 ~ 42.41%
G 90 of 316 ~ 28.48%
B 92 of 316 ~ 29.11%

%42.41
%28.48
%29.11

CMYK color model

#865A5C color CMYK value is (0,33,31,47).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 31.34%
  • key color value is 47.45%
CMYK:
(0,33,31,47)
C0M33Y31K47 
(0%,33%,31%,47%)
(0.00/0.33/0.31/0.47)	

CMYK percentages

%0
%32.84
%31.34
%47.45

Codes

Color #865A5C in popluar color models

865A5C
RGB1349092
HSL357°19.64%43.92%
HSB/HSV357°32.84%52.55%
CMYK0.00%32.84%31.34%
47.45%

Color #865A5C in popluar number systems.

HEX865A5C
Decimal1349092
Binary1000011010110101011100
Octal206132134

Shades and tints

Shades of #865A5C

#865A5C
(134,90,92)
#7A5254
(122,82,84)
#6E4A4C
(110,74,76)
#624244
(98,66,68)
#563A3C
(86,58,60)
#4A3234
(74,50,52)
#3E2A2C
(62,42,44)
#322224
(50,34,36)
#261A1C
(38,26,28)
#1A1214
(26,18,20)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #865A5C

#865A5C
(134,90,92)
#91696A
(145,105,106)
#9C7878
(156,120,120)
#A78786
(167,135,134)
#B29694
(178,150,148)
#BDA5A2
(189,165,162)
#C8B4B0
(200,180,176)
#D3C3BE
(211,195,190)
#DED2CC
(222,210,204)
#E9E1DA
(233,225,218)
#F4F0E8
(244,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865A5C; }

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

This text font color is #865A5C.


Background Color

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

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

This div background color is #865A5C.


Border color

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

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

This div border color is #865A5C.


Opacity

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

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

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

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

This text has shadow with #865A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865A5C on black background.


Color preview on white background

This text has color #865A5C on white background.



Black color preview on #865A5C background

This text has black color on #865A5C background.


White color preview on #865A5C background

This text has white color on #865A5C background.