COLOR #865073

HEX: #865073
RGB: (134,80,115)

Color info

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

RGB color model

#865073 color RGB value is (134,80,115).

  • red value is 134;
  • green value is 80;
  • blue value is 115.
RGB:
(134,80,115)
(53%,31%,45%)

RGB channels and saturation

R 134 of 255 = 53%
G 80 of 255 = 31%
B 115 of 255 = 45%

134
80
115

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

Portions of RGB colors in percentages

R + G + B =
134 + 80 + 115 = 329 (100%)
R 134 of 329 ~ 40.73%
G 80 of 329 ~ 24.32%
B 115 of 329 ~ 34.95%

%40.73
%24.32
%34.95

CMYK color model

#865073 color CMYK value is (0,40,14,47).

  • cyan value is 0.00%
  • magenta value is 40.30%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK:
(0,40,14,47)
C0M40Y14K47 
(0%,40%,14%,47%)
(0.00/0.40/0.14/0.47)	

CMYK percentages

%0
%40.3
%14.18
%47.45

Codes

Color #865073 in popluar color models

865073
RGB13480115
HSL321°25.23%41.96%
HSB/HSV321°40.30%52.55%
CMYK0.00%40.30%14.18%
47.45%

Color #865073 in popluar number systems.

HEX865073
Decimal13480115
Binary1000011010100001110011
Octal206120163

Shades and tints

Shades of #865073

#865073
(134,80,115)
#7A4969
(122,73,105)
#6E425F
(110,66,95)
#623B55
(98,59,85)
#56344B
(86,52,75)
#4A2D41
(74,45,65)
#3E2637
(62,38,55)
#321F2D
(50,31,45)
#261823
(38,24,35)
#1A1119
(26,17,25)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #865073

#865073
(134,80,115)
#915F7F
(145,95,127)
#9C6E8B
(156,110,139)
#A77D97
(167,125,151)
#B28CA3
(178,140,163)
#BD9BAF
(189,155,175)
#C8AABB
(200,170,187)
#D3B9C7
(211,185,199)
#DEC8D3
(222,200,211)
#E9D7DF
(233,215,223)
#F4E6EB
(244,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865073 color. Also use rgb(134,80,115) instead hex code.

Text Font Color

.myTextColor { color: #865073; }

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

This text font color is #865073.


Background Color

.myBgColor { background-color: #865073; }

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

This div background color is #865073.


Border color

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

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

This div border color is #865073.


Opacity

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

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

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

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

This text has shadow with #865073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865073 on black background.


Color preview on white background

This text has color #865073 on white background.



Black color preview on #865073 background

This text has black color on #865073 background.


White color preview on #865073 background

This text has white color on #865073 background.