COLOR #848682

HEX: #848682
RGB: (132,134,130)

Color info

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

RGB color model

#848682 color RGB value is (132,134,130).

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

RGB channels and saturation

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

132
134
130

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

Portions of RGB colors in percentages

R + G + B =
132 + 134 + 130 = 396 (100%)
R 132 of 396 ~ 33.33%
G 134 of 396 ~ 33.84%
B 130 of 396 ~ 32.83%

%33.33
%33.84
%32.83

CMYK color model

#848682 color CMYK value is (1,0,3,47).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 47.45%
CMYK:
(1,0,3,47)
C1M0Y3K47 
(1%,0%,3%,47%)
(0.01/0.00/0.03/0.47)	

CMYK percentages

%1.49
%0
%2.99
%47.45

Codes

Color #848682 in popluar color models

848682
RGB132134130
HSL90°1.63%51.76%
HSB/HSV90°2.99%52.55%
CMYK1.49%0.00%2.99%
47.45%

Color #848682 in popluar number systems.

HEX848682
Decimal132134130
Binary100001001000011010000010
Octal204206202

Shades and tints

Shades of #848682

#848682
(132,134,130)
#787A77
(120,122,119)
#6C6E6C
(108,110,108)
#606261
(96,98,97)
#545656
(84,86,86)
#484A4B
(72,74,75)
#3C3E40
(60,62,64)
#303235
(48,50,53)
#24262A
(36,38,42)
#181A1F
(24,26,31)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #848682

#848682
(132,134,130)
#8F918D
(143,145,141)
#9A9C98
(154,156,152)
#A5A7A3
(165,167,163)
#B0B2AE
(176,178,174)
#BBBDB9
(187,189,185)
#C6C8C4
(198,200,196)
#D1D3CF
(209,211,207)
#DCDEDA
(220,222,218)
#E7E9E5
(231,233,229)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848682; }

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

This text font color is #848682.


Background Color

.myBgColor { background-color: #848682; }

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

This div background color is #848682.


Border color

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

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

This div border color is #848682.


Opacity

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

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

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

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

This text has shadow with #848682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848682 on black background.


Color preview on white background

This text has color #848682 on white background.



Black color preview on #848682 background

This text has black color on #848682 background.


White color preview on #848682 background

This text has white color on #848682 background.