COLOR #848255

HEX: #848255
RGB: (132,130,85)

Color info

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

RGB color model

#848255 color RGB value is (132,130,85).

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

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 85 of 255 = 33%

132
130
85

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 85 = 347 (100%)
R 132 of 347 ~ 38.04%
G 130 of 347 ~ 37.46%
B 85 of 347 ~ 24.5%

%38.04
%37.46
%24.5

CMYK color model

#848255 color CMYK value is (0,2,36,48).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 35.61%
  • key color value is 48.24%
CMYK:
(0,2,36,48)
C0M2Y36K48 
(0%,2%,36%,48%)
(0.00/0.02/0.36/0.48)	

CMYK percentages

%0
%1.52
%35.61
%48.24

Codes

Color #848255 in popluar color models

848255
RGB13213085
HSL57°21.66%42.55%
HSB/HSV57°35.61%51.76%
CMYK0.00%1.52%35.61%
48.24%

Color #848255 in popluar number systems.

HEX848255
Decimal13213085
Binary10000100100000101010101
Octal204202125

Shades and tints

Shades of #848255

#848255
(132,130,85)
#78774E
(120,119,78)
#6C6C47
(108,108,71)
#606140
(96,97,64)
#545639
(84,86,57)
#484B32
(72,75,50)
#3C402B
(60,64,43)
#303524
(48,53,36)
#242A1D
(36,42,29)
#181F16
(24,31,22)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #848255

#848255
(132,130,85)
#8F8D64
(143,141,100)
#9A9873
(154,152,115)
#A5A382
(165,163,130)
#B0AE91
(176,174,145)
#BBB9A0
(187,185,160)
#C6C4AF
(198,196,175)
#D1CFBE
(209,207,190)
#DCDACD
(220,218,205)
#E7E5DC
(231,229,220)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848255; }

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

This text font color is #848255.


Background Color

.myBgColor { background-color: #848255; }

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

This div background color is #848255.


Border color

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

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

This div border color is #848255.


Opacity

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

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

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

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

This text has shadow with #848255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848255 on black background.


Color preview on white background

This text has color #848255 on white background.



Black color preview on #848255 background

This text has black color on #848255 background.


White color preview on #848255 background

This text has white color on #848255 background.