COLOR #846E75

HEX: #846E75 RGB: (132,110,117)

Color info

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

RGB color model

#846E75 color RGB value is (132,110,117).

RGB: (132,110,117) (52%, 43%, 46%)

RGB channels and saturation

R 132 of 255 = 52%
G 110 of 255 = 43%
B 117 of 255 = 46%

132
110
117

R + G + B ~ 47%. #846E75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 110 + 117 = 359 (100%)
R 132 of 359 ~ 36.77%
G 110 of 359 ~ 30.64%
B 117 of 359 ~ 32.59'%

%36.77
%30.64
%32.59

CMYK color model

#846E75 color CMYK value is (0,17,11,48).

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

CMYK: (0,17,11,48)
C0M17Y11K48 (0%, 17%, 11%, 48%)
(0.00 / 0.17 / 0.11 / 0.48)

CMYK percentages

%0
%16.67
%11.36
%48.24

Codes

Color #846E75 in popluar color models

84 6E 75
RGB 132 110 117
HSL 341° 9.09% 47.45%
HSB/HSV 341° 16.67% 51.76%
CMYK 0.00% 16.67% 11.36%
48.24%

Color #846E75 in popluar number systems.

HEX 84 6E 75
Decimal 132 110 117
Binary 10000100 1101110 1110101
Octal 204 156 165

Shades and tints

Shades of #846E75

#846E75
(132,110,117)
#78646B
(120,100,107)
#6C5A61
(108,90,97)
#605057
(96,80,87)
#54464D
(84,70,77)
#483C43
(72,60,67)
#3C3239
(60,50,57)
#30282F
(48,40,47)
#241E25
(36,30,37)
#18141B
(24,20,27)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #846E75

#846E75
(132,110,117)
#8F7B81
(143,123,129)
#9A888D
(154,136,141)
#A59599
(165,149,153)
#B0A2A5
(176,162,165)
#BBAFB1
(187,175,177)
#C6BCBD
(198,188,189)
#D1C9C9
(209,201,201)
#DCD6D5
(220,214,213)
#E7E3E1
(231,227,225)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846E75 color. Also use rgb(132,110,117) instead hex code.

Text Font Color

.myTextColor { color: #846E75; }

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

This text font color is #846E75.

Background Color

.myBgColor { background-color: #846E75; }

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

This div background color is #846E75.

Border color

.myBorderColor { border: 1px solid #846E75; }

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

This div border color is #846E75.

Opacity

.myOpacity80 { color: #846E75; opacity: 0.8; }

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

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

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

This text has shadow with #846E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846E75.

Preview

Color preview on black background

This text has color #846E75 on black background.


Color preview on white background

This text has color #846E75 on white background.


Black color preview on #846E75 background

This text has black color on #846E75 background.


White color preview on #846E75 background

This text has white color on #846E75 background.


Related colors

Complementary color

Complementary color for #hex is #7B918A.


I love getcolorcode.com

Triadic colors

1 #75846E and #6E7584 with #846E75 are triadic colors.

2 #756E84 and #6E8475 with #846E75 are triadic colors.