COLOR #848844

HEX: #848844
RGB: (132,136,68)

Color info

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

RGB color model

#848844 color RGB value is (132,136,68).

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

RGB channels and saturation

R 132 of 255 = 52%
G 136 of 255 = 53%
B 68 of 255 = 27%

132
136
68

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

Portions of RGB colors in percentages

R + G + B =
132 + 136 + 68 = 336 (100%)
R 132 of 336 ~ 39.29%
G 136 of 336 ~ 40.48%
B 68 of 336 ~ 20.24%

%39.29
%40.48
%20.24

CMYK color model

#848844 color CMYK value is (3,0,50,47).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 46.67%
CMYK:
(3,0,50,47)
C3M0Y50K47 
(3%,0%,50%,47%)
(0.03/0.00/0.50/0.47)	

CMYK percentages

%2.94
%0
%50
%46.67

Codes

Color #848844 in popluar color models

848844
RGB13213668
HSL64°33.33%40.00%
HSB/HSV64°50.00%53.33%
CMYK2.94%0.00%50.00%
46.67%

Color #848844 in popluar number systems.

HEX848844
Decimal13213668
Binary10000100100010001000100
Octal204210104

Shades and tints

Shades of #848844

#848844
(132,136,68)
#787C3E
(120,124,62)
#6C7038
(108,112,56)
#606432
(96,100,50)
#54582C
(84,88,44)
#484C26
(72,76,38)
#3C4020
(60,64,32)
#30341A
(48,52,26)
#242814
(36,40,20)
#181C0E
(24,28,14)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #848844

#848844
(132,136,68)
#8F9255
(143,146,85)
#9A9C66
(154,156,102)
#A5A677
(165,166,119)
#B0B088
(176,176,136)
#BBBA99
(187,186,153)
#C6C4AA
(198,196,170)
#D1CEBB
(209,206,187)
#DCD8CC
(220,216,204)
#E7E2DD
(231,226,221)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848844; }

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

This text font color is #848844.


Background Color

.myBgColor { background-color: #848844; }

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

This div background color is #848844.


Border color

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

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

This div border color is #848844.


Opacity

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

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

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

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

This text has shadow with #848844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848844 on black background.


Color preview on white background

This text has color #848844 on white background.



Black color preview on #848844 background

This text has black color on #848844 background.


White color preview on #848844 background

This text has white color on #848844 background.