COLOR #846773

HEX: #846773
RGB: (132,103,115)

Color info

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

RGB color model

#846773 color RGB value is (132,103,115).

  • red value is 132;
  • green value is 103;
  • blue value is 115.
RGB:
(132,103,115)
(52%,40%,45%)

RGB channels and saturation

R 132 of 255 = 52%
G 103 of 255 = 40%
B 115 of 255 = 45%

132
103
115

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

Portions of RGB colors in percentages

R + G + B =
132 + 103 + 115 = 350 (100%)
R 132 of 350 ~ 37.71%
G 103 of 350 ~ 29.43%
B 115 of 350 ~ 32.86%

%37.71
%29.43
%32.86

CMYK color model

#846773 color CMYK value is (0,22,13,48).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 12.88%
  • key color value is 48.24%
CMYK:
(0,22,13,48)
C0M22Y13K48 
(0%,22%,13%,48%)
(0.00/0.22/0.13/0.48)	

CMYK percentages

%0
%21.97
%12.88
%48.24

Codes

Color #846773 in popluar color models

846773
RGB132103115
HSL335°12.34%46.08%
HSB/HSV335°21.97%51.76%
CMYK0.00%21.97%12.88%
48.24%

Color #846773 in popluar number systems.

HEX846773
Decimal132103115
Binary1000010011001111110011
Octal204147163

Shades and tints

Shades of #846773

#846773
(132,103,115)
#785E69
(120,94,105)
#6C555F
(108,85,95)
#604C55
(96,76,85)
#54434B
(84,67,75)
#483A41
(72,58,65)
#3C3137
(60,49,55)
#30282D
(48,40,45)
#241F23
(36,31,35)
#181619
(24,22,25)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #846773

#846773
(132,103,115)
#8F747F
(143,116,127)
#9A818B
(154,129,139)
#A58E97
(165,142,151)
#B09BA3
(176,155,163)
#BBA8AF
(187,168,175)
#C6B5BB
(198,181,187)
#D1C2C7
(209,194,199)
#DCCFD3
(220,207,211)
#E7DCDF
(231,220,223)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846773 color. Also use rgb(132,103,115) instead hex code.

Text Font Color

.myTextColor { color: #846773; }

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

This text font color is #846773.


Background Color

.myBgColor { background-color: #846773; }

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

This div background color is #846773.


Border color

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

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

This div border color is #846773.


Opacity

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

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

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

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

This text has shadow with #846773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846773 on black background.


Color preview on white background

This text has color #846773 on white background.



Black color preview on #846773 background

This text has black color on #846773 background.


White color preview on #846773 background

This text has white color on #846773 background.