COLOR #846969

HEX: #846969 RGB: (132,105,105)

Color info

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

RGB color model

#846969 color RGB value is (132,105,105).

RGB: (132,105,105) (52%, 41%, 41%)

RGB channels and saturation

R 132 of 255 = 52%
G 105 of 255 = 41%
B 105 of 255 = 41%

132
105
105

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

Portions of RGB colors in percentages

R + G + B = 132 + 105 + 105 = 342 (100%)
R 132 of 342 ~ 38.6%
G 105 of 342 ~ 30.7%
B 105 of 342 ~ 30.7'%

%38.6
%30.7
%30.7

CMYK color model

#846969 color CMYK value is (0,20,20,48).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 20.45%
  • key color value is 48.24%

CMYK: (0,20,20,48)
C0M20Y20K48 (0%, 20%, 20%, 48%)
(0.00 / 0.20 / 0.20 / 0.48)

CMYK percentages

%0
%20.45
%20.45
%48.24

Codes

Color #846969 in popluar color models

84 69 69
RGB 132 105 105
HSL 11.39% 46.47%
HSB/HSV 20.45% 51.76%
CMYK 0.00% 20.45% 20.45%
48.24%

Color #846969 in popluar number systems.

HEX 84 69 69
Decimal 132 105 105
Binary 10000100 1101001 1101001
Octal 204 151 151

Shades and tints

Shades of #846969

#846969
(132,105,105)
#786060
(120,96,96)
#6C5757
(108,87,87)
#604E4E
(96,78,78)
#544545
(84,69,69)
#483C3C
(72,60,60)
#3C3333
(60,51,51)
#302A2A
(48,42,42)
#242121
(36,33,33)
#181818
(24,24,24)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #846969

#846969
(132,105,105)
#8F7676
(143,118,118)
#9A8383
(154,131,131)
#A59090
(165,144,144)
#B09D9D
(176,157,157)
#BBAAAA
(187,170,170)
#C6B7B7
(198,183,183)
#D1C4C4
(209,196,196)
#DCD1D1
(220,209,209)
#E7DEDE
(231,222,222)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846969; }

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

This text font color is #846969.

Background Color

.myBgColor { background-color: #846969; }

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

This div background color is #846969.

Border color

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

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

This div border color is #846969.

Opacity

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

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

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

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

This text has shadow with #846969 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846969.

Preview

Color preview on black background

This text has color #846969 on black background.


Color preview on white background

This text has color #846969 on white background.


Black color preview on #846969 background

This text has black color on #846969 background.


White color preview on #846969 background

This text has white color on #846969 background.


Related colors

Complementary color

Complementary color for #hex is #7B9696.


I love getcolorcode.com