COLOR #848684

HEX: #848684
RGB: (132,134,132)

Color info

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

RGB color model

#848684 color RGB value is (132,134,132).

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

RGB channels and saturation

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

132
134
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 134 + 132 = 398 (100%)
R 132 of 398 ~ 33.17%
G 134 of 398 ~ 33.67%
B 132 of 398 ~ 33.17%

%33.17
%33.67
%33.17

CMYK color model

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

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

CMYK percentages

%1.49
%0
%1.49
%47.45

Codes

Color #848684 in popluar color models

848684
RGB132134132
HSL120°0.82%52.16%
HSB/HSV120°1.49%52.55%
CMYK1.49%0.00%1.49%
47.45%

Color #848684 in popluar number systems.

HEX848684
Decimal132134132
Binary100001001000011010000100
Octal204206204

Shades and tints

Shades of #848684

#848684
(132,134,132)
#787A78
(120,122,120)
#6C6E6C
(108,110,108)
#606260
(96,98,96)
#545654
(84,86,84)
#484A48
(72,74,72)
#3C3E3C
(60,62,60)
#303230
(48,50,48)
#242624
(36,38,36)
#181A18
(24,26,24)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #848684

#848684
(132,134,132)
#8F918F
(143,145,143)
#9A9C9A
(154,156,154)
#A5A7A5
(165,167,165)
#B0B2B0
(176,178,176)
#BBBDBB
(187,189,187)
#C6C8C6
(198,200,198)
#D1D3D1
(209,211,209)
#DCDEDC
(220,222,220)
#E7E9E7
(231,233,231)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848684; }

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

This text font color is #848684.


Background Color

.myBgColor { background-color: #848684; }

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

This div background color is #848684.


Border color

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

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

This div border color is #848684.


Opacity

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

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

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

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

This text has shadow with #848684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848684 on black background.


Color preview on white background

This text has color #848684 on white background.



Black color preview on #848684 background

This text has black color on #848684 background.


White color preview on #848684 background

This text has white color on #848684 background.