COLOR #865569

HEX: #865569
RGB: (134,85,105)

Color info

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

RGB color model

#865569 color RGB value is (134,85,105).

  • red value is 134;
  • green value is 85;
  • blue value is 105.
RGB:
(134,85,105)
(53%,33%,41%)

RGB channels and saturation

R 134 of 255 = 53%
G 85 of 255 = 33%
B 105 of 255 = 41%

134
85
105

R + G + B ~ 42%. #865569 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 85 + 105 = 324 (100%)
R 134 of 324 ~ 41.36%
G 85 of 324 ~ 26.23%
B 105 of 324 ~ 32.41%

%41.36
%26.23
%32.41

CMYK color model

#865569 color CMYK value is (0,37,22,47).

  • cyan value is 0.00%
  • magenta value is 36.57%
  • yellow value is 21.64%
  • key color value is 47.45%
CMYK:
(0,37,22,47)
C0M37Y22K47 
(0%,37%,22%,47%)
(0.00/0.37/0.22/0.47)	

CMYK percentages

%0
%36.57
%21.64
%47.45

Codes

Color #865569 in popluar color models

865569
RGB13485105
HSL336°22.37%42.94%
HSB/HSV336°36.57%52.55%
CMYK0.00%36.57%21.64%
47.45%

Color #865569 in popluar number systems.

HEX865569
Decimal13485105
Binary1000011010101011101001
Octal206125151

Shades and tints

Shades of #865569

#865569
(134,85,105)
#7A4E60
(122,78,96)
#6E4757
(110,71,87)
#62404E
(98,64,78)
#563945
(86,57,69)
#4A323C
(74,50,60)
#3E2B33
(62,43,51)
#32242A
(50,36,42)
#261D21
(38,29,33)
#1A1618
(26,22,24)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #865569

#865569
(134,85,105)
#916476
(145,100,118)
#9C7383
(156,115,131)
#A78290
(167,130,144)
#B2919D
(178,145,157)
#BDA0AA
(189,160,170)
#C8AFB7
(200,175,183)
#D3BEC4
(211,190,196)
#DECDD1
(222,205,209)
#E9DCDE
(233,220,222)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865569 color. Also use rgb(134,85,105) instead hex code.

Text Font Color

.myTextColor { color: #865569; }

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

This text font color is #865569.


Background Color

.myBgColor { background-color: #865569; }

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

This div background color is #865569.


Border color

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

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

This div border color is #865569.


Opacity

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

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

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

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

This text has shadow with #865569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865569 on black background.


Color preview on white background

This text has color #865569 on white background.



Black color preview on #865569 background

This text has black color on #865569 background.


White color preview on #865569 background

This text has white color on #865569 background.