COLOR #848611

HEX: #848611
RGB: (132,134,17)

Color info

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

RGB color model

#848611 color RGB value is (132,134,17).

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

RGB channels and saturation

R 132 of 255 = 52%
G 134 of 255 = 53%
B 17 of 255 = 7%

132
134
17

R + G + B ~ 37%. #848611 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 134 + 17 = 283 (100%)
R 132 of 283 ~ 46.64%
G 134 of 283 ~ 47.35%
B 17 of 283 ~ 6.01%

%46.64
%47.35

CMYK color model

#848611 color CMYK value is (1,0,87,47).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 87.31%
  • key color value is 47.45%
CMYK:
(1,0,87,47)
C1M0Y87K47 
(1%,0%,87%,47%)
(0.01/0.00/0.87/0.47)	

CMYK percentages

%1.49
%0
%87.31
%47.45

Codes

Color #848611 in popluar color models

848611
RGB13213417
HSL61°77.48%29.61%
HSB/HSV61°87.31%52.55%
CMYK1.49%0.00%87.31%
47.45%

Color #848611 in popluar number systems.

HEX848611
Decimal13213417
Binary100001001000011010001
Octal20420621

Shades and tints

Shades of #848611

#848611
(132,134,17)
#787A10
(120,122,16)
#6C6E0F
(108,110,15)
#60620E
(96,98,14)
#54560D
(84,86,13)
#484A0C
(72,74,12)
#3C3E0B
(60,62,11)
#30320A
(48,50,10)
#242609
(36,38,9)
#181A08
(24,26,8)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #848611

#848611
(132,134,17)
#8F9126
(143,145,38)
#9A9C3B
(154,156,59)
#A5A750
(165,167,80)
#B0B265
(176,178,101)
#BBBD7A
(187,189,122)
#C6C88F
(198,200,143)
#D1D3A4
(209,211,164)
#DCDEB9
(220,222,185)
#E7E9CE
(231,233,206)
#F2F4E3
(242,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848611; }

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

This text font color is #848611.


Background Color

.myBgColor { background-color: #848611; }

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

This div background color is #848611.


Border color

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

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

This div border color is #848611.


Opacity

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

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

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

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

This text has shadow with #848611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848611 on black background.


Color preview on white background

This text has color #848611 on white background.



Black color preview on #848611 background

This text has black color on #848611 background.


White color preview on #848611 background

This text has white color on #848611 background.