COLOR #848D78

HEX: #848D78
RGB: (132,141,120)

Color info

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

RGB color model

#848D78 color RGB value is (132,141,120).

  • red value is 132;
  • green value is 141;
  • blue value is 120.
RGB:
(132,141,120)
(52%,55%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 141 of 255 = 55%
B 120 of 255 = 47%

132
141
120

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

Portions of RGB colors in percentages

R + G + B =
132 + 141 + 120 = 393 (100%)
R 132 of 393 ~ 33.59%
G 141 of 393 ~ 35.88%
B 120 of 393 ~ 30.53%

%33.59
%35.88
%30.53

CMYK color model

#848D78 color CMYK value is (6,0,15,45).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 44.71%
CMYK:
(6,0,15,45)
C6M0Y15K45 
(6%,0%,15%,45%)
(0.06/0.00/0.15/0.45)	

CMYK percentages

%6.38
%0
%14.89
%44.71

Codes

Color #848D78 in popluar color models

848D78
RGB132141120
HSL86°8.43%51.18%
HSB/HSV86°14.89%55.29%
CMYK6.38%0.00%14.89%
44.71%

Color #848D78 in popluar number systems.

HEX848D78
Decimal132141120
Binary10000100100011011111000
Octal204215170

Shades and tints

Shades of #848D78

#848D78
(132,141,120)
#78816E
(120,129,110)
#6C7564
(108,117,100)
#60695A
(96,105,90)
#545D50
(84,93,80)
#485146
(72,81,70)
#3C453C
(60,69,60)
#303932
(48,57,50)
#242D28
(36,45,40)
#18211E
(24,33,30)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #848D78

#848D78
(132,141,120)
#8F9784
(143,151,132)
#9AA190
(154,161,144)
#A5AB9C
(165,171,156)
#B0B5A8
(176,181,168)
#BBBFB4
(187,191,180)
#C6C9C0
(198,201,192)
#D1D3CC
(209,211,204)
#DCDDD8
(220,221,216)
#E7E7E4
(231,231,228)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848D78 color. Also use rgb(132,141,120) instead hex code.

Text Font Color

.myTextColor { color: #848D78; }

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

This text font color is #848D78.


Background Color

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

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

This div background color is #848D78.


Border color

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

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

This div border color is #848D78.


Opacity

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

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

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

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

This text has shadow with #848D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848D78 on black background.


Color preview on white background

This text has color #848D78 on white background.



Black color preview on #848D78 background

This text has black color on #848D78 background.


White color preview on #848D78 background

This text has white color on #848D78 background.