COLOR #848911

HEX: #848911
RGB: (132,137,17)

Color info

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

RGB color model

#848911 color RGB value is (132,137,17).

  • red value is 132;
  • green value is 137;
  • blue value is 17.
RGB:
(132,137,17)
(52%,54%,7%)

RGB channels and saturation

R 132 of 255 = 52%
G 137 of 255 = 54%
B 17 of 255 = 7%

132
137
17

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

Portions of RGB colors in percentages

R + G + B =
132 + 137 + 17 = 286 (100%)
R 132 of 286 ~ 46.15%
G 137 of 286 ~ 47.9%
B 17 of 286 ~ 5.94%

%46.15
%47.9

CMYK color model

#848911 color CMYK value is (4,0,88,46).

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 87.59%
  • key color value is 46.27%
CMYK:
(4,0,88,46)
C4M0Y88K46 
(4%,0%,88%,46%)
(0.04/0.00/0.88/0.46)	

CMYK percentages

%3.65
%0
%87.59
%46.27

Codes

Color #848911 in popluar color models

848911
RGB13213717
HSL63°77.92%30.20%
HSB/HSV63°87.59%53.73%
CMYK3.65%0.00%87.59%
46.27%

Color #848911 in popluar number systems.

HEX848911
Decimal13213717
Binary100001001000100110001
Octal20421121

Shades and tints

Shades of #848911

#848911
(132,137,17)
#787D10
(120,125,16)
#6C710F
(108,113,15)
#60650E
(96,101,14)
#54590D
(84,89,13)
#484D0C
(72,77,12)
#3C410B
(60,65,11)
#30350A
(48,53,10)
#242909
(36,41,9)
#181D08
(24,29,8)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #848911

#848911
(132,137,17)
#8F9326
(143,147,38)
#9A9D3B
(154,157,59)
#A5A750
(165,167,80)
#B0B165
(176,177,101)
#BBBB7A
(187,187,122)
#C6C58F
(198,197,143)
#D1CFA4
(209,207,164)
#DCD9B9
(220,217,185)
#E7E3CE
(231,227,206)
#F2EDE3
(242,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848911 color. Also use rgb(132,137,17) instead hex code.

Text Font Color

.myTextColor { color: #848911; }

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

This text font color is #848911.


Background Color

.myBgColor { background-color: #848911; }

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

This div background color is #848911.


Border color

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

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

This div border color is #848911.


Opacity

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

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

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

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

This text has shadow with #848911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848911 on black background.


Color preview on white background

This text has color #848911 on white background.



Black color preview on #848911 background

This text has black color on #848911 background.


White color preview on #848911 background

This text has white color on #848911 background.