COLOR #809B4F

HEX: #809B4F
RGB: (128,155,79)

Color info

#809B4F contains mainly red and green colors. Web safe color of #809B4F is #669966 (or #696).

RGB color model

#809B4F color RGB value is (128,155,79).

  • red value is 128;
  • green value is 155;
  • blue value is 79.
RGB:
(128,155,79)
(50%,61%,31%)

RGB channels and saturation

R 128 of 255 = 50%
G 155 of 255 = 61%
B 79 of 255 = 31%

128
155
79

R + G + B ~ 47%. #809B4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 155 + 79 = 362 (100%)
R 128 of 362 ~ 35.36%
G 155 of 362 ~ 42.82%
B 79 of 362 ~ 21.82%

%35.36
%42.82
%21.82

CMYK color model

#809B4F color CMYK value is (17,0,49,39).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 49.03%
  • key color value is 39.22%
CMYK:
(17,0,49,39)
C17M0Y49K39 
(17%,0%,49%,39%)
(0.17/0.00/0.49/0.39)	

CMYK percentages

%17.42
%0
%49.03
%39.22

Codes

Color #809B4F in popluar color models

809B4F
RGB12815579
HSL81°32.48%45.88%
HSB/HSV81°49.03%60.78%
CMYK17.42%0.00%49.03%
39.22%

Color #809B4F in popluar number systems.

HEX809B4F
Decimal12815579
Binary10000000100110111001111
Octal200233117

Shades and tints

Shades of #809B4F

#809B4F
(128,155,79)
#758D48
(117,141,72)
#6A7F41
(106,127,65)
#5F713A
(95,113,58)
#546333
(84,99,51)
#49552C
(73,85,44)
#3E4725
(62,71,37)
#33391E
(51,57,30)
#282B17
(40,43,23)
#1D1D10
(29,29,16)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #809B4F

#809B4F
(128,155,79)
#8BA45F
(139,164,95)
#96AD6F
(150,173,111)
#A1B67F
(161,182,127)
#ACBF8F
(172,191,143)
#B7C89F
(183,200,159)
#C2D1AF
(194,209,175)
#CDDABF
(205,218,191)
#D8E3CF
(216,227,207)
#E3ECDF
(227,236,223)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809B4F color. Also use rgb(128,155,79) instead hex code.

Text Font Color

.myTextColor { color: #809B4F; }

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

This text font color is #809B4F.


Background Color

.myBgColor { background-color: #809B4F; }

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

This div background color is #809B4F.


Border color

.myBorderColor { border: 1px solid #809B4F; }

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

This div border color is #809B4F.


Opacity

.myOpacity80 { color: #809B4F; opacity: 0.8; }

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

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

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

This text has shadow with #809B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809B4F on black background.


Color preview on white background

This text has color #809B4F on white background.



Black color preview on #809B4F background

This text has black color on #809B4F background.


White color preview on #809B4F background

This text has white color on #809B4F background.