COLOR #847283

HEX: #847283
RGB: (132,114,131)

Color info

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

RGB color model

#847283 color RGB value is (132,114,131).

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

RGB channels and saturation

R 132 of 255 = 52%
G 114 of 255 = 45%
B 131 of 255 = 51%

132
114
131

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

Portions of RGB colors in percentages

R + G + B =
132 + 114 + 131 = 377 (100%)
R 132 of 377 ~ 35.01%
G 114 of 377 ~ 30.24%
B 131 of 377 ~ 34.75%

%35.01
%30.24
%34.75

CMYK color model

#847283 color CMYK value is (0,14,1,48).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 0.76%
  • key color value is 48.24%
CMYK:
(0,14,1,48)
C0M14Y1K48 
(0%,14%,1%,48%)
(0.00/0.14/0.01/0.48)	

CMYK percentages

%0
%13.64
%0.76
%48.24

Codes

Color #847283 in popluar color models

847283
RGB132114131
HSL303°7.32%48.24%
HSB/HSV303°13.64%51.76%
CMYK0.00%13.64%0.76%
48.24%

Color #847283 in popluar number systems.

HEX847283
Decimal132114131
Binary10000100111001010000011
Octal204162203

Shades and tints

Shades of #847283

#847283
(132,114,131)
#786878
(120,104,120)
#6C5E6D
(108,94,109)
#605462
(96,84,98)
#544A57
(84,74,87)
#48404C
(72,64,76)
#3C3641
(60,54,65)
#302C36
(48,44,54)
#24222B
(36,34,43)
#181820
(24,24,32)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #847283

#847283
(132,114,131)
#8F7E8E
(143,126,142)
#9A8A99
(154,138,153)
#A596A4
(165,150,164)
#B0A2AF
(176,162,175)
#BBAEBA
(187,174,186)
#C6BAC5
(198,186,197)
#D1C6D0
(209,198,208)
#DCD2DB
(220,210,219)
#E7DEE6
(231,222,230)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847283; }

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

This text font color is #847283.


Background Color

.myBgColor { background-color: #847283; }

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

This div background color is #847283.


Border color

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

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

This div border color is #847283.


Opacity

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

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

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

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

This text has shadow with #847283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847283 on black background.


Color preview on white background

This text has color #847283 on white background.



Black color preview on #847283 background

This text has black color on #847283 background.


White color preview on #847283 background

This text has white color on #847283 background.