COLOR #848681

HEX: #848681
RGB: (132,134,129)

Color info

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

RGB color model

#848681 color RGB value is (132,134,129).

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

RGB channels and saturation

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

132
134
129

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

Portions of RGB colors in percentages

R + G + B =
132 + 134 + 129 = 395 (100%)
R 132 of 395 ~ 33.42%
G 134 of 395 ~ 33.92%
B 129 of 395 ~ 32.66%

%33.42
%33.92
%32.66

CMYK color model

#848681 color CMYK value is (1,0,4,47).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(1,0,4,47)
C1M0Y4K47 
(1%,0%,4%,47%)
(0.01/0.00/0.04/0.47)	

CMYK percentages

%1.49
%0
%3.73
%47.45

Codes

Color #848681 in popluar color models

848681
RGB132134129
HSL84°2.02%51.57%
HSB/HSV84°3.73%52.55%
CMYK1.49%0.00%3.73%
47.45%

Color #848681 in popluar number systems.

HEX848681
Decimal132134129
Binary100001001000011010000001
Octal204206201

Shades and tints

Shades of #848681

#848681
(132,134,129)
#787A76
(120,122,118)
#6C6E6B
(108,110,107)
#606260
(96,98,96)
#545655
(84,86,85)
#484A4A
(72,74,74)
#3C3E3F
(60,62,63)
#303234
(48,50,52)
#242629
(36,38,41)
#181A1E
(24,26,30)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #848681

#848681
(132,134,129)
#8F918C
(143,145,140)
#9A9C97
(154,156,151)
#A5A7A2
(165,167,162)
#B0B2AD
(176,178,173)
#BBBDB8
(187,189,184)
#C6C8C3
(198,200,195)
#D1D3CE
(209,211,206)
#DCDED9
(220,222,217)
#E7E9E4
(231,233,228)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848681; }

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

This text font color is #848681.


Background Color

.myBgColor { background-color: #848681; }

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

This div background color is #848681.


Border color

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

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

This div border color is #848681.


Opacity

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

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

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

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

This text has shadow with #848681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848681 on black background.


Color preview on white background

This text has color #848681 on white background.



Black color preview on #848681 background

This text has black color on #848681 background.


White color preview on #848681 background

This text has white color on #848681 background.