COLOR #848883

HEX: #848883 RGB: (132,136,131)

Color info

#848883 contains red, green and blue colors in about the same proportion. Web safe color of #848883 is #999999 (or #999).

RGB color model

#848883 color RGB value is (132,136,131).

RGB: (132,136,131) (52%, 53%, 51%)

RGB channels and saturation

R 132 of 255 = 52%
G 136 of 255 = 53%
B 131 of 255 = 51%

132
136
131

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

Portions of RGB colors in percentages

R + G + B = 132 + 136 + 131 = 399 (100%)
R 132 of 399 ~ 33.08%
G 136 of 399 ~ 34.09%
B 131 of 399 ~ 32.83'%

%33.08
%34.09
%32.83

CMYK color model

#848883 color CMYK value is (3,0,4,47).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 46.67%

CMYK: (3,0,4,47)
C3M0Y4K47 (3%, 0%, 4%, 47%)
(0.03 / 0.00 / 0.04 / 0.47)

CMYK percentages

%2.94
%0
%3.68
%46.67

Codes

Color #848883 in popluar color models

84 88 83
RGB 132 136 131
HSL 108° 2.06% 52.35%
HSB/HSV 108° 3.68% 53.33%
CMYK 2.94% 0.00% 3.68%
46.67%

Color #848883 in popluar number systems.

HEX 84 88 83
Decimal 132 136 131
Binary 10000100 10001000 10000011
Octal 204 210 203

Shades and tints

Shades of #848883

#848883
(132,136,131)
#787C78
(120,124,120)
#6C706D
(108,112,109)
#606462
(96,100,98)
#545857
(84,88,87)
#484C4C
(72,76,76)
#3C4041
(60,64,65)
#303436
(48,52,54)
#24282B
(36,40,43)
#181C20
(24,28,32)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #848883

#848883
(132,136,131)
#8F928E
(143,146,142)
#9A9C99
(154,156,153)
#A5A6A4
(165,166,164)
#B0B0AF
(176,176,175)
#BBBABA
(187,186,186)
#C6C4C5
(198,196,197)
#D1CED0
(209,206,208)
#DCD8DB
(220,216,219)
#E7E2E6
(231,226,230)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848883; }

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

This text font color is #848883.

Background Color

.myBgColor { background-color: #848883; }

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

This div background color is #848883.

Border color

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

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

This div border color is #848883.

Opacity

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

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

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

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

This text has shadow with #848883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848883.

Preview

Color preview on black background

This text has color #848883 on black background.


Color preview on white background

This text has color #848883 on white background.


Black color preview on #848883 background

This text has black color on #848883 background.


White color preview on #848883 background

This text has white color on #848883 background.


Related colors

Complementary color

Complementary color for #hex is #7B777C.


I love getcolorcode.com

Triadic colors

1 #838488 and #888384 with #848883 are triadic colors.

2 #838884 and #888483 with #848883 are triadic colors.