COLOR #8B822F

HEX: #8B822F
RGB: (139,130,47)

Color info

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

RGB color model

#8B822F color RGB value is (139,130,47).

  • red value is 139;
  • green value is 130;
  • blue value is 47.
RGB:
(139,130,47)
(55%,51%,18%)

RGB channels and saturation

R 139 of 255 = 55%
G 130 of 255 = 51%
B 47 of 255 = 18%

139
130
47

R + G + B ~ 41%. #8B822F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 130 + 47 = 316 (100%)
R 139 of 316 ~ 43.99%
G 130 of 316 ~ 41.14%
B 47 of 316 ~ 14.87%

%43.99
%41.14
%14.87

CMYK color model

#8B822F color CMYK value is (0,6,66,45).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 66.19%
  • key color value is 45.49%
CMYK:
(0,6,66,45)
C0M6Y66K45 
(0%,6%,66%,45%)
(0.00/0.06/0.66/0.45)	

CMYK percentages

%0
%6.47
%66.19
%45.49

Codes

Color #8B822F in popluar color models

8B822F
RGB13913047
HSL54°49.46%36.47%
HSB/HSV54°66.19%54.51%
CMYK0.00%6.47%66.19%
45.49%

Color #8B822F in popluar number systems.

HEX8B822F
Decimal13913047
Binary1000101110000010101111
Octal21320257

Shades and tints

Shades of #8B822F

#8B822F
(139,130,47)
#7F772B
(127,119,43)
#736C27
(115,108,39)
#676123
(103,97,35)
#5B561F
(91,86,31)
#4F4B1B
(79,75,27)
#434017
(67,64,23)
#373513
(55,53,19)
#2B2A0F
(43,42,15)
#1F1F0B
(31,31,11)
#131407
(19,20,7)
#000000
(0,0,0)

Tints of #8B822F

#8B822F
(139,130,47)
#958D41
(149,141,65)
#9F9853
(159,152,83)
#A9A365
(169,163,101)
#B3AE77
(179,174,119)
#BDB989
(189,185,137)
#C7C49B
(199,196,155)
#D1CFAD
(209,207,173)
#DBDABF
(219,218,191)
#E5E5D1
(229,229,209)
#EFF0E3
(239,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B822F color. Also use rgb(139,130,47) instead hex code.

Text Font Color

.myTextColor { color: #8B822F; }

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

This text font color is #8B822F.


Background Color

.myBgColor { background-color: #8B822F; }

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

This div background color is #8B822F.


Border color

.myBorderColor { border: 1px solid #8B822F; }

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

This div border color is #8B822F.


Opacity

.myOpacity80 { color: #8B822F; opacity: 0.8; }

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

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

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

This text has shadow with #8B822F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B822F on black background.


Color preview on white background

This text has color #8B822F on white background.



Black color preview on #8B822F background

This text has black color on #8B822F background.


White color preview on #8B822F background

This text has white color on #8B822F background.