COLOR #848674

HEX: #848674
RGB: (132,134,116)

Color info

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

RGB color model

#848674 color RGB value is (132,134,116).

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

RGB channels and saturation

R 132 of 255 = 52%
G 134 of 255 = 53%
B 116 of 255 = 45%

132
134
116

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

Portions of RGB colors in percentages

R + G + B =
132 + 134 + 116 = 382 (100%)
R 132 of 382 ~ 34.55%
G 134 of 382 ~ 35.08%
B 116 of 382 ~ 30.37%

%34.55
%35.08
%30.37

CMYK color model

#848674 color CMYK value is (1,0,13,47).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 47.45%
CMYK:
(1,0,13,47)
C1M0Y13K47 
(1%,0%,13%,47%)
(0.01/0.00/0.13/0.47)	

CMYK percentages

%1.49
%0
%13.43
%47.45

Codes

Color #848674 in popluar color models

848674
RGB132134116
HSL67°7.20%49.02%
HSB/HSV67°13.43%52.55%
CMYK1.49%0.00%13.43%
47.45%

Color #848674 in popluar number systems.

HEX848674
Decimal132134116
Binary10000100100001101110100
Octal204206164

Shades and tints

Shades of #848674

#848674
(132,134,116)
#787A6A
(120,122,106)
#6C6E60
(108,110,96)
#606256
(96,98,86)
#54564C
(84,86,76)
#484A42
(72,74,66)
#3C3E38
(60,62,56)
#30322E
(48,50,46)
#242624
(36,38,36)
#181A1A
(24,26,26)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #848674

#848674
(132,134,116)
#8F9180
(143,145,128)
#9A9C8C
(154,156,140)
#A5A798
(165,167,152)
#B0B2A4
(176,178,164)
#BBBDB0
(187,189,176)
#C6C8BC
(198,200,188)
#D1D3C8
(209,211,200)
#DCDED4
(220,222,212)
#E7E9E0
(231,233,224)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848674; }

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

This text font color is #848674.


Background Color

.myBgColor { background-color: #848674; }

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

This div background color is #848674.


Border color

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

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

This div border color is #848674.


Opacity

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

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

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

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

This text has shadow with #848674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848674 on black background.


Color preview on white background

This text has color #848674 on white background.



Black color preview on #848674 background

This text has black color on #848674 background.


White color preview on #848674 background

This text has white color on #848674 background.