COLOR #848641

HEX: #848641
RGB: (132,134,65)

Color info

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

RGB color model

#848641 color RGB value is (132,134,65).

  • red value is 132;
  • green value is 134;
  • blue value is 65.
RGB:
(132,134,65)
(52%,53%,25%)

RGB channels and saturation

R 132 of 255 = 52%
G 134 of 255 = 53%
B 65 of 255 = 25%

132
134
65

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

Portions of RGB colors in percentages

R + G + B =
132 + 134 + 65 = 331 (100%)
R 132 of 331 ~ 39.88%
G 134 of 331 ~ 40.48%
B 65 of 331 ~ 19.64%

%39.88
%40.48
%19.64

CMYK color model

#848641 color CMYK value is (1,0,51,47).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 51.49%
  • key color value is 47.45%
CMYK:
(1,0,51,47)
C1M0Y51K47 
(1%,0%,51%,47%)
(0.01/0.00/0.51/0.47)	

CMYK percentages

%1.49
%0
%51.49
%47.45

Codes

Color #848641 in popluar color models

848641
RGB13213465
HSL62°34.67%39.02%
HSB/HSV62°51.49%52.55%
CMYK1.49%0.00%51.49%
47.45%

Color #848641 in popluar number systems.

HEX848641
Decimal13213465
Binary10000100100001101000001
Octal204206101

Shades and tints

Shades of #848641

#848641
(132,134,65)
#787A3C
(120,122,60)
#6C6E37
(108,110,55)
#606232
(96,98,50)
#54562D
(84,86,45)
#484A28
(72,74,40)
#3C3E23
(60,62,35)
#30321E
(48,50,30)
#242619
(36,38,25)
#181A14
(24,26,20)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #848641

#848641
(132,134,65)
#8F9152
(143,145,82)
#9A9C63
(154,156,99)
#A5A774
(165,167,116)
#B0B285
(176,178,133)
#BBBD96
(187,189,150)
#C6C8A7
(198,200,167)
#D1D3B8
(209,211,184)
#DCDEC9
(220,222,201)
#E7E9DA
(231,233,218)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848641 color. Also use rgb(132,134,65) instead hex code.

Text Font Color

.myTextColor { color: #848641; }

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

This text font color is #848641.


Background Color

.myBgColor { background-color: #848641; }

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

This div background color is #848641.


Border color

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

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

This div border color is #848641.


Opacity

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

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

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

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

This text has shadow with #848641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848641 on black background.


Color preview on white background

This text has color #848641 on white background.



Black color preview on #848641 background

This text has black color on #848641 background.


White color preview on #848641 background

This text has white color on #848641 background.