COLOR #848C74

HEX: #848C74
RGB: (132,140,116)

Color info

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

RGB color model

#848C74 color RGB value is (132,140,116).

  • red value is 132;
  • green value is 140;
  • blue value is 116.
RGB:
(132,140,116)
(52%,55%,45%)

RGB channels and saturation

R 132 of 255 = 52%
G 140 of 255 = 55%
B 116 of 255 = 45%

132
140
116

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

Portions of RGB colors in percentages

R + G + B =
132 + 140 + 116 = 388 (100%)
R 132 of 388 ~ 34.02%
G 140 of 388 ~ 36.08%
B 116 of 388 ~ 29.9%

%34.02
%36.08
%29.9

CMYK color model

#848C74 color CMYK value is (6,0,17,45).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 45.10%
CMYK:
(6,0,17,45)
C6M0Y17K45 
(6%,0%,17%,45%)
(0.06/0.00/0.17/0.45)	

CMYK percentages

%5.71
%0
%17.14
%45.1

Codes

Color #848C74 in popluar color models

848C74
RGB132140116
HSL80°9.45%50.20%
HSB/HSV80°17.14%54.90%
CMYK5.71%0.00%17.14%
45.10%

Color #848C74 in popluar number systems.

HEX848C74
Decimal132140116
Binary10000100100011001110100
Octal204214164

Shades and tints

Shades of #848C74

#848C74
(132,140,116)
#78806A
(120,128,106)
#6C7460
(108,116,96)
#606856
(96,104,86)
#545C4C
(84,92,76)
#485042
(72,80,66)
#3C4438
(60,68,56)
#30382E
(48,56,46)
#242C24
(36,44,36)
#18201A
(24,32,26)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #848C74

#848C74
(132,140,116)
#8F9680
(143,150,128)
#9AA08C
(154,160,140)
#A5AA98
(165,170,152)
#B0B4A4
(176,180,164)
#BBBEB0
(187,190,176)
#C6C8BC
(198,200,188)
#D1D2C8
(209,210,200)
#DCDCD4
(220,220,212)
#E7E6E0
(231,230,224)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848C74; }

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

This text font color is #848C74.


Background Color

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

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

This div background color is #848C74.


Border color

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

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

This div border color is #848C74.


Opacity

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

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

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

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

This text has shadow with #848C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848C74 on black background.


Color preview on white background

This text has color #848C74 on white background.



Black color preview on #848C74 background

This text has black color on #848C74 background.


White color preview on #848C74 background

This text has white color on #848C74 background.