COLOR #846048

HEX: #846048
RGB: (132,96,72)

Color info

#846048 contains mainly red and green colors. Web safe color of #846048 is #996633 (or #963).

RGB color model

#846048 color RGB value is (132,96,72).

  • red value is 132;
  • green value is 96;
  • blue value is 72.
RGB:
(132,96,72)
(52%,38%,28%)

RGB channels and saturation

R 132 of 255 = 52%
G 96 of 255 = 38%
B 72 of 255 = 28%

132
96
72

R + G + B ~ 39%. #846048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 96 + 72 = 300 (100%)
R 132 of 300 ~ 44%
G 96 of 300 ~ 32%
B 72 of 300 ~ 24%

%44
%32
%24

CMYK color model

#846048 color CMYK value is (0,27,45,48).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 45.45%
  • key color value is 48.24%
CMYK:
(0,27,45,48)
C0M27Y45K48 
(0%,27%,45%,48%)
(0.00/0.27/0.45/0.48)	

CMYK percentages

%0
%27.27
%45.45
%48.24

Codes

Color #846048 in popluar color models

846048
RGB1329672
HSL24°29.41%40.00%
HSB/HSV24°45.45%51.76%
CMYK0.00%27.27%45.45%
48.24%

Color #846048 in popluar number systems.

HEX846048
Decimal1329672
Binary1000010011000001001000
Octal204140110

Shades and tints

Shades of #846048

#846048
(132,96,72)
#785842
(120,88,66)
#6C503C
(108,80,60)
#604836
(96,72,54)
#544030
(84,64,48)
#48382A
(72,56,42)
#3C3024
(60,48,36)
#30281E
(48,40,30)
#242018
(36,32,24)
#181812
(24,24,18)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #846048

#846048
(132,96,72)
#8F6E58
(143,110,88)
#9A7C68
(154,124,104)
#A58A78
(165,138,120)
#B09888
(176,152,136)
#BBA698
(187,166,152)
#C6B4A8
(198,180,168)
#D1C2B8
(209,194,184)
#DCD0C8
(220,208,200)
#E7DED8
(231,222,216)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846048; }

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

This text font color is #846048.


Background Color

.myBgColor { background-color: #846048; }

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

This div background color is #846048.


Border color

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

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

This div border color is #846048.


Opacity

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

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

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

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

This text has shadow with #846048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846048 on black background.


Color preview on white background

This text has color #846048 on white background.



Black color preview on #846048 background

This text has black color on #846048 background.


White color preview on #846048 background

This text has white color on #846048 background.