COLOR #846F74

HEX: #846F74
RGB: (132,111,116)

Color info

#846F74 contains red, green and blue colors in about the same proportion. Web safe color of #846F74 is #996666 (or #966).

RGB color model

#846F74 color RGB value is (132,111,116).

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

RGB channels and saturation

R 132 of 255 = 52%
G 111 of 255 = 44%
B 116 of 255 = 45%

132
111
116

R + G + B ~ 47%. #846F74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 111 + 116 = 359 (100%)
R 132 of 359 ~ 36.77%
G 111 of 359 ~ 30.92%
B 116 of 359 ~ 32.31%

%36.77
%30.92
%32.31

CMYK color model

#846F74 color CMYK value is (0,16,12,48).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 12.12%
  • key color value is 48.24%
CMYK:
(0,16,12,48)
C0M16Y12K48 
(0%,16%,12%,48%)
(0.00/0.16/0.12/0.48)	

CMYK percentages

%0
%15.91
%12.12
%48.24

Codes

Color #846F74 in popluar color models

846F74
RGB132111116
HSL346°8.64%47.65%
HSB/HSV346°15.91%51.76%
CMYK0.00%15.91%12.12%
48.24%

Color #846F74 in popluar number systems.

HEX846F74
Decimal132111116
Binary1000010011011111110100
Octal204157164

Shades and tints

Shades of #846F74

#846F74
(132,111,116)
#78656A
(120,101,106)
#6C5B60
(108,91,96)
#605156
(96,81,86)
#54474C
(84,71,76)
#483D42
(72,61,66)
#3C3338
(60,51,56)
#30292E
(48,41,46)
#241F24
(36,31,36)
#18151A
(24,21,26)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #846F74

#846F74
(132,111,116)
#8F7C80
(143,124,128)
#9A898C
(154,137,140)
#A59698
(165,150,152)
#B0A3A4
(176,163,164)
#BBB0B0
(187,176,176)
#C6BDBC
(198,189,188)
#D1CAC8
(209,202,200)
#DCD7D4
(220,215,212)
#E7E4E0
(231,228,224)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846F74; }

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

This text font color is #846F74.


Background Color

.myBgColor { background-color: #846F74; }

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

This div background color is #846F74.


Border color

.myBorderColor { border: 1px solid #846F74; }

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

This div border color is #846F74.


Opacity

.myOpacity80 { color: #846F74; opacity: 0.8; }

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

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

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

This text has shadow with #846F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846F74 on black background.


Color preview on white background

This text has color #846F74 on white background.



Black color preview on #846F74 background

This text has black color on #846F74 background.


White color preview on #846F74 background

This text has white color on #846F74 background.