COLOR #848181

HEX: #848181
RGB: (132,129,129)

Color info

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

RGB color model

#848181 color RGB value is (132,129,129).

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

RGB channels and saturation

R 132 of 255 = 52%
G 129 of 255 = 51%
B 129 of 255 = 51%

132
129
129

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

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 129 = 390 (100%)
R 132 of 390 ~ 33.85%
G 129 of 390 ~ 33.08%
B 129 of 390 ~ 33.08%

%33.85
%33.08
%33.08

CMYK color model

#848181 color CMYK value is (0,2,2,48).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 2.27%
  • key color value is 48.24%
CMYK:
(0,2,2,48)
C0M2Y2K48 
(0%,2%,2%,48%)
(0.00/0.02/0.02/0.48)	

CMYK percentages

%0
%2.27
%2.27
%48.24

Codes

Color #848181 in popluar color models

848181
RGB132129129
HSL1.20%51.18%
HSB/HSV2.27%51.76%
CMYK0.00%2.27%2.27%
48.24%

Color #848181 in popluar number systems.

HEX848181
Decimal132129129
Binary100001001000000110000001
Octal204201201

Shades and tints

Shades of #848181

#848181
(132,129,129)
#787676
(120,118,118)
#6C6B6B
(108,107,107)
#606060
(96,96,96)
#545555
(84,85,85)
#484A4A
(72,74,74)
#3C3F3F
(60,63,63)
#303434
(48,52,52)
#242929
(36,41,41)
#181E1E
(24,30,30)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #848181

#848181
(132,129,129)
#8F8C8C
(143,140,140)
#9A9797
(154,151,151)
#A5A2A2
(165,162,162)
#B0ADAD
(176,173,173)
#BBB8B8
(187,184,184)
#C6C3C3
(198,195,195)
#D1CECE
(209,206,206)
#DCD9D9
(220,217,217)
#E7E4E4
(231,228,228)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848181; }

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

This text font color is #848181.


Background Color

.myBgColor { background-color: #848181; }

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

This div background color is #848181.


Border color

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

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

This div border color is #848181.


Opacity

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

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

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

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

This text has shadow with #848181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848181 on black background.


Color preview on white background

This text has color #848181 on white background.



Black color preview on #848181 background

This text has black color on #848181 background.


White color preview on #848181 background

This text has white color on #848181 background.