COLOR #845765

HEX: #845765
RGB: (132,87,101)

Color info

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

RGB color model

#845765 color RGB value is (132,87,101).

  • red value is 132;
  • green value is 87;
  • blue value is 101.
RGB:
(132,87,101)
(52%,34%,40%)

RGB channels and saturation

R 132 of 255 = 52%
G 87 of 255 = 34%
B 101 of 255 = 40%

132
87
101

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

Portions of RGB colors in percentages

R + G + B =
132 + 87 + 101 = 320 (100%)
R 132 of 320 ~ 41.25%
G 87 of 320 ~ 27.19%
B 101 of 320 ~ 31.56%

%41.25
%27.19
%31.56

CMYK color model

#845765 color CMYK value is (0,34,23,48).

  • cyan value is 0.00%
  • magenta value is 34.09%
  • yellow value is 23.48%
  • key color value is 48.24%
CMYK:
(0,34,23,48)
C0M34Y23K48 
(0%,34%,23%,48%)
(0.00/0.34/0.23/0.48)	

CMYK percentages

%0
%34.09
%23.48
%48.24

Codes

Color #845765 in popluar color models

845765
RGB13287101
HSL341°20.55%42.94%
HSB/HSV341°34.09%51.76%
CMYK0.00%34.09%23.48%
48.24%

Color #845765 in popluar number systems.

HEX845765
Decimal13287101
Binary1000010010101111100101
Octal204127145

Shades and tints

Shades of #845765

#845765
(132,87,101)
#78505C
(120,80,92)
#6C4953
(108,73,83)
#60424A
(96,66,74)
#543B41
(84,59,65)
#483438
(72,52,56)
#3C2D2F
(60,45,47)
#302626
(48,38,38)
#241F1D
(36,31,29)
#181814
(24,24,20)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #845765

#845765
(132,87,101)
#8F6673
(143,102,115)
#9A7581
(154,117,129)
#A5848F
(165,132,143)
#B0939D
(176,147,157)
#BBA2AB
(187,162,171)
#C6B1B9
(198,177,185)
#D1C0C7
(209,192,199)
#DCCFD5
(220,207,213)
#E7DEE3
(231,222,227)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845765 color. Also use rgb(132,87,101) instead hex code.

Text Font Color

.myTextColor { color: #845765; }

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

This text font color is #845765.


Background Color

.myBgColor { background-color: #845765; }

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

This div background color is #845765.


Border color

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

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

This div border color is #845765.


Opacity

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

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

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

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

This text has shadow with #845765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845765 on black background.


Color preview on white background

This text has color #845765 on white background.



Black color preview on #845765 background

This text has black color on #845765 background.


White color preview on #845765 background

This text has white color on #845765 background.