COLOR #846833

HEX: #846833
RGB: (132,104,51)

Color info

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

RGB color model

#846833 color RGB value is (132,104,51).

  • red value is 132;
  • green value is 104;
  • blue value is 51.
RGB:
(132,104,51)
(52%,41%,20%)

RGB channels and saturation

R 132 of 255 = 52%
G 104 of 255 = 41%
B 51 of 255 = 20%

132
104
51

R + G + B ~ 38%. #846833 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 104 + 51 = 287 (100%)
R 132 of 287 ~ 45.99%
G 104 of 287 ~ 36.24%
B 51 of 287 ~ 17.77%

%45.99
%36.24
%17.77

CMYK color model

#846833 color CMYK value is (0,21,61,48).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 61.36%
  • key color value is 48.24%
CMYK:
(0,21,61,48)
C0M21Y61K48 
(0%,21%,61%,48%)
(0.00/0.21/0.61/0.48)	

CMYK percentages

%0
%21.21
%61.36
%48.24

Codes

Color #846833 in popluar color models

846833
RGB13210451
HSL39°44.26%35.88%
HSB/HSV39°61.36%51.76%
CMYK0.00%21.21%61.36%
48.24%

Color #846833 in popluar number systems.

HEX846833
Decimal13210451
Binary100001001101000110011
Octal20415063

Shades and tints

Shades of #846833

#846833
(132,104,51)
#785F2F
(120,95,47)
#6C562B
(108,86,43)
#604D27
(96,77,39)
#544423
(84,68,35)
#483B1F
(72,59,31)
#3C321B
(60,50,27)
#302917
(48,41,23)
#242013
(36,32,19)
#18170F
(24,23,15)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #846833

#846833
(132,104,51)
#8F7545
(143,117,69)
#9A8257
(154,130,87)
#A58F69
(165,143,105)
#B09C7B
(176,156,123)
#BBA98D
(187,169,141)
#C6B69F
(198,182,159)
#D1C3B1
(209,195,177)
#DCD0C3
(220,208,195)
#E7DDD5
(231,221,213)
#F2EAE7
(242,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846833; }

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

This text font color is #846833.


Background Color

.myBgColor { background-color: #846833; }

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

This div background color is #846833.


Border color

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

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

This div border color is #846833.


Opacity

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

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

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

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

This text has shadow with #846833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846833 on black background.


Color preview on white background

This text has color #846833 on white background.



Black color preview on #846833 background

This text has black color on #846833 background.


White color preview on #846833 background

This text has white color on #846833 background.