COLOR #845F75

HEX: #845F75 RGB: (132,95,117)

Color info

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

RGB color model

#845F75 color RGB value is (132,95,117).

RGB: (132,95,117) (52%, 37%, 46%)

RGB channels and saturation

R 132 of 255 = 52%
G 95 of 255 = 37%
B 117 of 255 = 46%

132
95
117

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

Portions of RGB colors in percentages

R + G + B = 132 + 95 + 117 = 344 (100%)
R 132 of 344 ~ 38.37%
G 95 of 344 ~ 27.62%
B 117 of 344 ~ 34.01'%

%38.37
%27.62
%34.01

CMYK color model

#845F75 color CMYK value is (0,28,11,48).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 11.36%
  • key color value is 48.24%

CMYK: (0,28,11,48)
C0M28Y11K48 (0%, 28%, 11%, 48%)
(0.00 / 0.28 / 0.11 / 0.48)

CMYK percentages

%0
%28.03
%11.36
%48.24

Codes

Color #845F75 in popluar color models

84 5F 75
RGB 132 95 117
HSL 324° 16.30% 44.51%
HSB/HSV 324° 28.03% 51.76%
CMYK 0.00% 28.03% 11.36%
48.24%

Color #845F75 in popluar number systems.

HEX 84 5F 75
Decimal 132 95 117
Binary 10000100 1011111 1110101
Octal 204 137 165

Shades and tints

Shades of #845F75

#845F75
(132,95,117)
#78576B
(120,87,107)
#6C4F61
(108,79,97)
#604757
(96,71,87)
#543F4D
(84,63,77)
#483743
(72,55,67)
#3C2F39
(60,47,57)
#30272F
(48,39,47)
#241F25
(36,31,37)
#18171B
(24,23,27)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #845F75

#845F75
(132,95,117)
#8F6D81
(143,109,129)
#9A7B8D
(154,123,141)
#A58999
(165,137,153)
#B097A5
(176,151,165)
#BBA5B1
(187,165,177)
#C6B3BD
(198,179,189)
#D1C1C9
(209,193,201)
#DCCFD5
(220,207,213)
#E7DDE1
(231,221,225)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845F75 color. Also use rgb(132,95,117) instead hex code.

Text Font Color

.myTextColor { color: #845F75; }

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

This text font color is #845F75.

Background Color

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

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

This div background color is #845F75.

Border color

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

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

This div border color is #845F75.

Opacity

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

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

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

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

This text has shadow with #845F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #845F75.

Preview

Color preview on black background

This text has color #845F75 on black background.


Color preview on white background

This text has color #845F75 on white background.


Black color preview on #845F75 background

This text has black color on #845F75 background.


White color preview on #845F75 background

This text has white color on #845F75 background.


Related colors

Complementary color

Complementary color for #hex is #7BA08A.


I love getcolorcode.com

Triadic colors

1 #75845F and #5F7584 with #845F75 are triadic colors.

2 #755F84 and #5F8475 with #845F75 are triadic colors.