COLOR #848219

HEX: #848219
RGB: (132,130,25)

Color info

#848219 contains mainly red and green colors. Web safe color of #848219 is #999900 (or #990).

RGB color model

#848219 color RGB value is (132,130,25).

  • red value is 132;
  • green value is 130;
  • blue value is 25.
RGB:
(132,130,25)
(52%,51%,10%)

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 25 of 255 = 10%

132
130
25

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 25 = 287 (100%)
R 132 of 287 ~ 45.99%
G 130 of 287 ~ 45.3%
B 25 of 287 ~ 8.71%

%45.99
%45.3

CMYK color model

#848219 color CMYK value is (0,2,81,48).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 81.06%
  • key color value is 48.24%
CMYK:
(0,2,81,48)
C0M2Y81K48 
(0%,2%,81%,48%)
(0.00/0.02/0.81/0.48)	

CMYK percentages

%0
%1.52
%81.06
%48.24

Codes

Color #848219 in popluar color models

848219
RGB13213025
HSL59°68.15%30.78%
HSB/HSV59°81.06%51.76%
CMYK0.00%1.52%81.06%
48.24%

Color #848219 in popluar number systems.

HEX848219
Decimal13213025
Binary100001001000001011001
Octal20420231

Shades and tints

Shades of #848219

#848219
(132,130,25)
#787717
(120,119,23)
#6C6C15
(108,108,21)
#606113
(96,97,19)
#545611
(84,86,17)
#484B0F
(72,75,15)
#3C400D
(60,64,13)
#30350B
(48,53,11)
#242A09
(36,42,9)
#181F07
(24,31,7)
#0C1405
(12,20,5)
#000000
(0,0,0)

Tints of #848219

#848219
(132,130,25)
#8F8D2D
(143,141,45)
#9A9841
(154,152,65)
#A5A355
(165,163,85)
#B0AE69
(176,174,105)
#BBB97D
(187,185,125)
#C6C491
(198,196,145)
#D1CFA5
(209,207,165)
#DCDAB9
(220,218,185)
#E7E5CD
(231,229,205)
#F2F0E1
(242,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848219; }

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

This text font color is #848219.


Background Color

.myBgColor { background-color: #848219; }

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

This div background color is #848219.


Border color

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

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

This div border color is #848219.


Opacity

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

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

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

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

This text has shadow with #848219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848219 on black background.


Color preview on white background

This text has color #848219 on white background.



Black color preview on #848219 background

This text has black color on #848219 background.


White color preview on #848219 background

This text has white color on #848219 background.