COLOR #848C67

HEX: #848C67 RGB: (132,140,103)

Color info

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

RGB color model

#848C67 color RGB value is (132,140,103).

RGB: (132,140,103) (52%, 55%, 40%)

RGB channels and saturation

R 132 of 255 = 52%
G 140 of 255 = 55%
B 103 of 255 = 40%

132
140
103

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

Portions of RGB colors in percentages

R + G + B = 132 + 140 + 103 = 375 (100%)
R 132 of 375 ~ 35.2%
G 140 of 375 ~ 37.33%
B 103 of 375 ~ 27.47'%

%35.2
%37.33
%27.47

CMYK color model

#848C67 color CMYK value is (6,0,26,45).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 26.43%
  • key color value is 45.10%

CMYK: (6,0,26,45)
C6M0Y26K45 (6%, 0%, 26%, 45%)
(0.06 / 0.00 / 0.26 / 0.45)

CMYK percentages

%5.71
%0
%26.43
%45.1

Codes

Color #848C67 in popluar color models

84 8C 67
RGB 132 140 103
HSL 73° 15.23% 47.65%
HSB/HSV 73° 26.43% 54.90%
CMYK 5.71% 0.00% 26.43%
45.10%

Color #848C67 in popluar number systems.

HEX 84 8C 67
Decimal 132 140 103
Binary 10000100 10001100 1100111
Octal 204 214 147

Shades and tints

Shades of #848C67

#848C67
(132,140,103)
#78805E
(120,128,94)
#6C7455
(108,116,85)
#60684C
(96,104,76)
#545C43
(84,92,67)
#48503A
(72,80,58)
#3C4431
(60,68,49)
#303828
(48,56,40)
#242C1F
(36,44,31)
#182016
(24,32,22)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #848C67

#848C67
(132,140,103)
#8F9674
(143,150,116)
#9AA081
(154,160,129)
#A5AA8E
(165,170,142)
#B0B49B
(176,180,155)
#BBBEA8
(187,190,168)
#C6C8B5
(198,200,181)
#D1D2C2
(209,210,194)
#DCDCCF
(220,220,207)
#E7E6DC
(231,230,220)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848C67; }

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

This text font color is #848C67.

Background Color

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

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

This div background color is #848C67.

Border color

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

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

This div border color is #848C67.

Opacity

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

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

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

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

This text has shadow with #848C67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848C67.

Preview

Color preview on black background

This text has color #848C67 on black background.


Color preview on white background

This text has color #848C67 on white background.


Black color preview on #848C67 background

This text has black color on #848C67 background.


White color preview on #848C67 background

This text has white color on #848C67 background.


Related colors

Complementary color

Complementary color for #hex is #7B7398.


I love getcolorcode.com

Triadic colors

1 #67848C and #8C6784 with #848C67 are triadic colors.

2 #678C84 and #8C8467 with #848C67 are triadic colors.