COLOR #848B66

HEX: #848B66 RGB: (132,139,102)

Color info

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

RGB color model

#848B66 color RGB value is (132,139,102).

RGB: (132,139,102) (52%, 55%, 40%)

RGB channels and saturation

R 132 of 255 = 52%
G 139 of 255 = 55%
B 102 of 255 = 40%

132
139
102

R + G + B ~ 49%. #848B66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 139 + 102 = 373 (100%)
R 132 of 373 ~ 35.39%
G 139 of 373 ~ 37.27%
B 102 of 373 ~ 27.35'%

%35.39
%37.27
%27.35

CMYK color model

#848B66 color CMYK value is (5,0,27,45).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 26.62%
  • key color value is 45.49%

CMYK: (5,0,27,45)
C5M0Y27K45 (5%, 0%, 27%, 45%)
(0.05 / 0.00 / 0.27 / 0.45)

CMYK percentages

%5.04
%0
%26.62
%45.49

Codes

Color #848B66 in popluar color models

84 8B 66
RGB 132 139 102
HSL 71° 15.35% 47.25%
HSB/HSV 71° 26.62% 54.51%
CMYK 5.04% 0.00% 26.62%
45.49%

Color #848B66 in popluar number systems.

HEX 84 8B 66
Decimal 132 139 102
Binary 10000100 10001011 1100110
Octal 204 213 146

Shades and tints

Shades of #848B66

#848B66
(132,139,102)
#787F5D
(120,127,93)
#6C7354
(108,115,84)
#60674B
(96,103,75)
#545B42
(84,91,66)
#484F39
(72,79,57)
#3C4330
(60,67,48)
#303727
(48,55,39)
#242B1E
(36,43,30)
#181F15
(24,31,21)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #848B66

#848B66
(132,139,102)
#8F9573
(143,149,115)
#9A9F80
(154,159,128)
#A5A98D
(165,169,141)
#B0B39A
(176,179,154)
#BBBDA7
(187,189,167)
#C6C7B4
(198,199,180)
#D1D1C1
(209,209,193)
#DCDBCE
(220,219,206)
#E7E5DB
(231,229,219)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848B66 color. Also use rgb(132,139,102) instead hex code.

Text Font Color

.myTextColor { color: #848B66; }

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

This text font color is #848B66.

Background Color

.myBgColor { background-color: #848B66; }

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

This div background color is #848B66.

Border color

.myBorderColor { border: 1px solid #848B66; }

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

This div border color is #848B66.

Opacity

.myOpacity80 { color: #848B66; opacity: 0.8; }

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

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

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

This text has shadow with #848B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848B66.

Preview

Color preview on black background

This text has color #848B66 on black background.


Color preview on white background

This text has color #848B66 on white background.


Black color preview on #848B66 background

This text has black color on #848B66 background.


White color preview on #848B66 background

This text has white color on #848B66 background.


Related colors

Complementary color

Complementary color for #hex is #7B7499.


I love getcolorcode.com

Triadic colors

1 #66848B and #8B6684 with #848B66 are triadic colors.

2 #668B84 and #8B8466 with #848B66 are triadic colors.