COLOR #848824

HEX: #848824
RGB: (132,136,36)

Color info

#848824 contains mainly red and green colors. Web safe color of #848824 is #999933 (or #993).

RGB color model

#848824 color RGB value is (132,136,36).

  • red value is 132;
  • green value is 136;
  • blue value is 36.
RGB:
(132,136,36)
(52%,53%,14%)

RGB channels and saturation

R 132 of 255 = 52%
G 136 of 255 = 53%
B 36 of 255 = 14%

132
136
36

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

Portions of RGB colors in percentages

R + G + B =
132 + 136 + 36 = 304 (100%)
R 132 of 304 ~ 43.42%
G 136 of 304 ~ 44.74%
B 36 of 304 ~ 11.84%

%43.42
%44.74
%11.84

CMYK color model

#848824 color CMYK value is (3,0,74,47).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 73.53%
  • key color value is 46.67%
CMYK:
(3,0,74,47)
C3M0Y74K47 
(3%,0%,74%,47%)
(0.03/0.00/0.74/0.47)	

CMYK percentages

%2.94
%0
%73.53
%46.67

Codes

Color #848824 in popluar color models

848824
RGB13213636
HSL62°58.14%33.73%
HSB/HSV62°73.53%53.33%
CMYK2.94%0.00%73.53%
46.67%

Color #848824 in popluar number systems.

HEX848824
Decimal13213636
Binary1000010010001000100100
Octal20421044

Shades and tints

Shades of #848824

#848824
(132,136,36)
#787C21
(120,124,33)
#6C701E
(108,112,30)
#60641B
(96,100,27)
#545818
(84,88,24)
#484C15
(72,76,21)
#3C4012
(60,64,18)
#30340F
(48,52,15)
#24280C
(36,40,12)
#181C09
(24,28,9)
#0C1006
(12,16,6)
#000000
(0,0,0)

Tints of #848824

#848824
(132,136,36)
#8F9237
(143,146,55)
#9A9C4A
(154,156,74)
#A5A65D
(165,166,93)
#B0B070
(176,176,112)
#BBBA83
(187,186,131)
#C6C496
(198,196,150)
#D1CEA9
(209,206,169)
#DCD8BC
(220,216,188)
#E7E2CF
(231,226,207)
#F2ECE2
(242,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848824; }

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

This text font color is #848824.


Background Color

.myBgColor { background-color: #848824; }

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

This div background color is #848824.


Border color

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

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

This div border color is #848824.


Opacity

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

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

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

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

This text has shadow with #848824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848824 on black background.


Color preview on white background

This text has color #848824 on white background.



Black color preview on #848824 background

This text has black color on #848824 background.


White color preview on #848824 background

This text has white color on #848824 background.