COLOR #848667

HEX: #848667
RGB: (132,134,103)

Color info

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

RGB color model

#848667 color RGB value is (132,134,103).

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

RGB channels and saturation

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

132
134
103

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

Portions of RGB colors in percentages

R + G + B =
132 + 134 + 103 = 369 (100%)
R 132 of 369 ~ 35.77%
G 134 of 369 ~ 36.31%
B 103 of 369 ~ 27.91%

%35.77
%36.31
%27.91

CMYK color model

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

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

CMYK percentages

%1.49
%0
%23.13
%47.45

Codes

Color #848667 in popluar color models

848667
RGB132134103
HSL64°13.08%46.47%
HSB/HSV64°23.13%52.55%
CMYK1.49%0.00%23.13%
47.45%

Color #848667 in popluar number systems.

HEX848667
Decimal132134103
Binary10000100100001101100111
Octal204206147

Shades and tints

Shades of #848667

#848667
(132,134,103)
#787A5E
(120,122,94)
#6C6E55
(108,110,85)
#60624C
(96,98,76)
#545643
(84,86,67)
#484A3A
(72,74,58)
#3C3E31
(60,62,49)
#303228
(48,50,40)
#24261F
(36,38,31)
#181A16
(24,26,22)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #848667

#848667
(132,134,103)
#8F9174
(143,145,116)
#9A9C81
(154,156,129)
#A5A78E
(165,167,142)
#B0B29B
(176,178,155)
#BBBDA8
(187,189,168)
#C6C8B5
(198,200,181)
#D1D3C2
(209,211,194)
#DCDECF
(220,222,207)
#E7E9DC
(231,233,220)
#F2F4E9
(242,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848667; }

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

This text font color is #848667.


Background Color

.myBgColor { background-color: #848667; }

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

This div background color is #848667.


Border color

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

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

This div border color is #848667.


Opacity

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

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

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

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

This text has shadow with #848667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848667 on black background.


Color preview on white background

This text has color #848667 on white background.



Black color preview on #848667 background

This text has black color on #848667 background.


White color preview on #848667 background

This text has white color on #848667 background.