COLOR #849711

HEX: #849711
RGB: (132,151,17)

Color info

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

RGB color model

#849711 color RGB value is (132,151,17).

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

RGB channels and saturation

R 132 of 255 = 52%
G 151 of 255 = 59%
B 17 of 255 = 7%

132
151
17

R + G + B ~ 39%. #849711 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 151 + 17 = 300 (100%)
R 132 of 300 ~ 44%
G 151 of 300 ~ 50.33%
B 17 of 300 ~ 5.67%

%44
%50.33

CMYK color model

#849711 color CMYK value is (13,0,89,41).

  • cyan value is 12.58%
  • magenta value is 0.00%
  • yellow value is 88.74%
  • key color value is 40.78%
CMYK:
(13,0,89,41)
C13M0Y89K41 
(13%,0%,89%,41%)
(0.13/0.00/0.89/0.41)	

CMYK percentages

%12.58
%0
%88.74
%40.78

Codes

Color #849711 in popluar color models

849711
RGB13215117
HSL69°79.76%32.94%
HSB/HSV69°88.74%59.22%
CMYK12.58%0.00%88.74%
40.78%

Color #849711 in popluar number systems.

HEX849711
Decimal13215117
Binary100001001001011110001
Octal20422721

Shades and tints

Shades of #849711

#849711
(132,151,17)
#788A10
(120,138,16)
#6C7D0F
(108,125,15)
#60700E
(96,112,14)
#54630D
(84,99,13)
#48560C
(72,86,12)
#3C490B
(60,73,11)
#303C0A
(48,60,10)
#242F09
(36,47,9)
#182208
(24,34,8)
#0C1507
(12,21,7)
#000000
(0,0,0)

Tints of #849711

#849711
(132,151,17)
#8FA026
(143,160,38)
#9AA93B
(154,169,59)
#A5B250
(165,178,80)
#B0BB65
(176,187,101)
#BBC47A
(187,196,122)
#C6CD8F
(198,205,143)
#D1D6A4
(209,214,164)
#DCDFB9
(220,223,185)
#E7E8CE
(231,232,206)
#F2F1E3
(242,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849711; }

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

This text font color is #849711.


Background Color

.myBgColor { background-color: #849711; }

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

This div background color is #849711.


Border color

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

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

This div border color is #849711.


Opacity

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

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

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

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

This text has shadow with #849711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849711 on black background.


Color preview on white background

This text has color #849711 on white background.



Black color preview on #849711 background

This text has black color on #849711 background.


White color preview on #849711 background

This text has white color on #849711 background.