COLOR #848679

HEX: #848679
RGB: (132,134,121)

Color info

#848679 contains red, green and blue colors in about the same proportion. Web safe color of #848679 is #999966 (or #996).

RGB color model

#848679 color RGB value is (132,134,121).

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

RGB channels and saturation

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

132
134
121

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

Portions of RGB colors in percentages

R + G + B =
132 + 134 + 121 = 387 (100%)
R 132 of 387 ~ 34.11%
G 134 of 387 ~ 34.63%
B 121 of 387 ~ 31.27%

%34.11
%34.63
%31.27

CMYK color model

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

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

CMYK percentages

%1.49
%0
%9.7
%47.45

Codes

Color #848679 in popluar color models

848679
RGB132134121
HSL69°5.10%50.00%
HSB/HSV69°9.70%52.55%
CMYK1.49%0.00%9.70%
47.45%

Color #848679 in popluar number systems.

HEX848679
Decimal132134121
Binary10000100100001101111001
Octal204206171

Shades and tints

Shades of #848679

#848679
(132,134,121)
#787A6E
(120,122,110)
#6C6E63
(108,110,99)
#606258
(96,98,88)
#54564D
(84,86,77)
#484A42
(72,74,66)
#3C3E37
(60,62,55)
#30322C
(48,50,44)
#242621
(36,38,33)
#181A16
(24,26,22)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #848679

#848679
(132,134,121)
#8F9185
(143,145,133)
#9A9C91
(154,156,145)
#A5A79D
(165,167,157)
#B0B2A9
(176,178,169)
#BBBDB5
(187,189,181)
#C6C8C1
(198,200,193)
#D1D3CD
(209,211,205)
#DCDED9
(220,222,217)
#E7E9E5
(231,233,229)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848679; }

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

This text font color is #848679.


Background Color

.myBgColor { background-color: #848679; }

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

This div background color is #848679.


Border color

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

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

This div border color is #848679.


Opacity

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

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

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

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

This text has shadow with #848679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848679 on black background.


Color preview on white background

This text has color #848679 on white background.



Black color preview on #848679 background

This text has black color on #848679 background.


White color preview on #848679 background

This text has white color on #848679 background.