COLOR #846F83

HEX: #846F83
RGB: (132,111,131)

Color info

#846F83 contains red, green and blue colors in about the same proportion. Web safe color of #846F83 is #996699 (or #969).

RGB color model

#846F83 color RGB value is (132,111,131).

  • red value is 132;
  • green value is 111;
  • blue value is 131.
RGB:
(132,111,131)
(52%,44%,51%)

RGB channels and saturation

R 132 of 255 = 52%
G 111 of 255 = 44%
B 131 of 255 = 51%

132
111
131

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

Portions of RGB colors in percentages

R + G + B =
132 + 111 + 131 = 374 (100%)
R 132 of 374 ~ 35.29%
G 111 of 374 ~ 29.68%
B 131 of 374 ~ 35.03%

%35.29
%29.68
%35.03

CMYK color model

#846F83 color CMYK value is (0,16,1,48).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 0.76%
  • key color value is 48.24%
CMYK:
(0,16,1,48)
C0M16Y1K48 
(0%,16%,1%,48%)
(0.00/0.16/0.01/0.48)	

CMYK percentages

%0
%15.91
%0.76
%48.24

Codes

Color #846F83 in popluar color models

846F83
RGB132111131
HSL303°8.64%47.65%
HSB/HSV303°15.91%51.76%
CMYK0.00%15.91%0.76%
48.24%

Color #846F83 in popluar number systems.

HEX846F83
Decimal132111131
Binary10000100110111110000011
Octal204157203

Shades and tints

Shades of #846F83

#846F83
(132,111,131)
#786578
(120,101,120)
#6C5B6D
(108,91,109)
#605162
(96,81,98)
#544757
(84,71,87)
#483D4C
(72,61,76)
#3C3341
(60,51,65)
#302936
(48,41,54)
#241F2B
(36,31,43)
#181520
(24,21,32)
#0C0B15
(12,11,21)
#000000
(0,0,0)

Tints of #846F83

#846F83
(132,111,131)
#8F7C8E
(143,124,142)
#9A8999
(154,137,153)
#A596A4
(165,150,164)
#B0A3AF
(176,163,175)
#BBB0BA
(187,176,186)
#C6BDC5
(198,189,197)
#D1CAD0
(209,202,208)
#DCD7DB
(220,215,219)
#E7E4E6
(231,228,230)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846F83 color. Also use rgb(132,111,131) instead hex code.

Text Font Color

.myTextColor { color: #846F83; }

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

This text font color is #846F83.


Background Color

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

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

This div background color is #846F83.


Border color

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

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

This div border color is #846F83.


Opacity

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

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

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

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

This text has shadow with #846F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846F83 on black background.


Color preview on white background

This text has color #846F83 on white background.



Black color preview on #846F83 background

This text has black color on #846F83 background.


White color preview on #846F83 background

This text has white color on #846F83 background.