COLOR #848264

HEX: #848264
RGB: (132,130,100)

Color info

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

RGB color model

#848264 color RGB value is (132,130,100).

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

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 100 of 255 = 39%

132
130
100

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 100 = 362 (100%)
R 132 of 362 ~ 36.46%
G 130 of 362 ~ 35.91%
B 100 of 362 ~ 27.62%

%36.46
%35.91
%27.62

CMYK color model

#848264 color CMYK value is (0,2,24,48).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 24.24%
  • key color value is 48.24%
CMYK:
(0,2,24,48)
C0M2Y24K48 
(0%,2%,24%,48%)
(0.00/0.02/0.24/0.48)	

CMYK percentages

%0
%1.52
%24.24
%48.24

Codes

Color #848264 in popluar color models

848264
RGB132130100
HSL56°13.79%45.49%
HSB/HSV56°24.24%51.76%
CMYK0.00%1.52%24.24%
48.24%

Color #848264 in popluar number systems.

HEX848264
Decimal132130100
Binary10000100100000101100100
Octal204202144

Shades and tints

Shades of #848264

#848264
(132,130,100)
#78775B
(120,119,91)
#6C6C52
(108,108,82)
#606149
(96,97,73)
#545640
(84,86,64)
#484B37
(72,75,55)
#3C402E
(60,64,46)
#303525
(48,53,37)
#242A1C
(36,42,28)
#181F13
(24,31,19)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #848264

#848264
(132,130,100)
#8F8D72
(143,141,114)
#9A9880
(154,152,128)
#A5A38E
(165,163,142)
#B0AE9C
(176,174,156)
#BBB9AA
(187,185,170)
#C6C4B8
(198,196,184)
#D1CFC6
(209,207,198)
#DCDAD4
(220,218,212)
#E7E5E2
(231,229,226)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848264; }

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

This text font color is #848264.


Background Color

.myBgColor { background-color: #848264; }

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

This div background color is #848264.


Border color

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

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

This div border color is #848264.


Opacity

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

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

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

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

This text has shadow with #848264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848264 on black background.


Color preview on white background

This text has color #848264 on white background.



Black color preview on #848264 background

This text has black color on #848264 background.


White color preview on #848264 background

This text has white color on #848264 background.