COLOR #845A69

HEX: #845A69
RGB: (132,90,105)

Color info

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

RGB color model

#845A69 color RGB value is (132,90,105).

  • red value is 132;
  • green value is 90;
  • blue value is 105.
RGB:
(132,90,105)
(52%,35%,41%)

RGB channels and saturation

R 132 of 255 = 52%
G 90 of 255 = 35%
B 105 of 255 = 41%

132
90
105

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

Portions of RGB colors in percentages

R + G + B =
132 + 90 + 105 = 327 (100%)
R 132 of 327 ~ 40.37%
G 90 of 327 ~ 27.52%
B 105 of 327 ~ 32.11%

%40.37
%27.52
%32.11

CMYK color model

#845A69 color CMYK value is (0,32,20,48).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 20.45%
  • key color value is 48.24%
CMYK:
(0,32,20,48)
C0M32Y20K48 
(0%,32%,20%,48%)
(0.00/0.32/0.20/0.48)	

CMYK percentages

%0
%31.82
%20.45
%48.24

Codes

Color #845A69 in popluar color models

845A69
RGB13290105
HSL339°18.92%43.53%
HSB/HSV339°31.82%51.76%
CMYK0.00%31.82%20.45%
48.24%

Color #845A69 in popluar number systems.

HEX845A69
Decimal13290105
Binary1000010010110101101001
Octal204132151

Shades and tints

Shades of #845A69

#845A69
(132,90,105)
#785260
(120,82,96)
#6C4A57
(108,74,87)
#60424E
(96,66,78)
#543A45
(84,58,69)
#48323C
(72,50,60)
#3C2A33
(60,42,51)
#30222A
(48,34,42)
#241A21
(36,26,33)
#181218
(24,18,24)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #845A69

#845A69
(132,90,105)
#8F6976
(143,105,118)
#9A7883
(154,120,131)
#A58790
(165,135,144)
#B0969D
(176,150,157)
#BBA5AA
(187,165,170)
#C6B4B7
(198,180,183)
#D1C3C4
(209,195,196)
#DCD2D1
(220,210,209)
#E7E1DE
(231,225,222)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845A69 color. Also use rgb(132,90,105) instead hex code.

Text Font Color

.myTextColor { color: #845A69; }

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

This text font color is #845A69.


Background Color

.myBgColor { background-color: #845A69; }

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

This div background color is #845A69.


Border color

.myBorderColor { border: 1px solid #845A69; }

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

This div border color is #845A69.


Opacity

.myOpacity80 { color: #845A69; opacity: 0.8; }

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

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

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

This text has shadow with #845A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845A69 on black background.


Color preview on white background

This text has color #845A69 on white background.



Black color preview on #845A69 background

This text has black color on #845A69 background.


White color preview on #845A69 background

This text has white color on #845A69 background.