COLOR #848469

HEX: #848469 RGB: (132,132,105)

Color info

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

RGB color model

#848469 color RGB value is (132,132,105).

RGB: (132,132,105) (52%, 52%, 41%)

RGB channels and saturation

R 132 of 255 = 52%
G 132 of 255 = 52%
B 105 of 255 = 41%

132
132
105

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

Portions of RGB colors in percentages

R + G + B = 132 + 132 + 105 = 369 (100%)
R 132 of 369 ~ 35.77%
G 132 of 369 ~ 35.77%
B 105 of 369 ~ 28.46'%

%35.77
%35.77
%28.46

CMYK color model

#848469 color CMYK value is (0,0,20,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.45%
  • key color value is 48.24%

CMYK: (0,0,20,48)
C0M0Y20K48 (0%, 0%, 20%, 48%)
(0.00 / 0.00 / 0.20 / 0.48)

CMYK percentages

%0
%0
%20.45
%48.24

Codes

Color #848469 in popluar color models

84 84 69
RGB 132 132 105
HSL 60° 11.39% 46.47%
HSB/HSV 60° 20.45% 51.76%
CMYK 0.00% 0.00% 20.45%
48.24%

Color #848469 in popluar number systems.

HEX 84 84 69
Decimal 132 132 105
Binary 10000100 10000100 1101001
Octal 204 204 151

Shades and tints

Shades of #848469

#848469
(132,132,105)
#787860
(120,120,96)
#6C6C57
(108,108,87)
#60604E
(96,96,78)
#545445
(84,84,69)
#48483C
(72,72,60)
#3C3C33
(60,60,51)
#30302A
(48,48,42)
#242421
(36,36,33)
#181818
(24,24,24)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #848469

#848469
(132,132,105)
#8F8F76
(143,143,118)
#9A9A83
(154,154,131)
#A5A590
(165,165,144)
#B0B09D
(176,176,157)
#BBBBAA
(187,187,170)
#C6C6B7
(198,198,183)
#D1D1C4
(209,209,196)
#DCDCD1
(220,220,209)
#E7E7DE
(231,231,222)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848469; }

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

This text font color is #848469.

Background Color

.myBgColor { background-color: #848469; }

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

This div background color is #848469.

Border color

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

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

This div border color is #848469.

Opacity

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

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

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

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

This text has shadow with #848469 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848469.

Preview

Color preview on black background

This text has color #848469 on black background.


Color preview on white background

This text has color #848469 on white background.


Black color preview on #848469 background

This text has black color on #848469 background.


White color preview on #848469 background

This text has white color on #848469 background.


Related colors

Complementary color

Complementary color for #hex is #7B7B96.


I love getcolorcode.com