COLOR #809B6D

HEX: #809B6D
RGB: (128,155,109)

Color info

#809B6D contains red, green and blue colors in about the same proportion. Web safe color of #809B6D is #669966 (or #696).

RGB color model

#809B6D color RGB value is (128,155,109).

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

RGB channels and saturation

R 128 of 255 = 50%
G 155 of 255 = 61%
B 109 of 255 = 43%

128
155
109

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

Portions of RGB colors in percentages

R + G + B =
128 + 155 + 109 = 392 (100%)
R 128 of 392 ~ 32.65%
G 155 of 392 ~ 39.54%
B 109 of 392 ~ 27.81%

%32.65
%39.54
%27.81

CMYK color model

#809B6D color CMYK value is (17,0,30,39).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 29.68%
  • key color value is 39.22%
CMYK:
(17,0,30,39)
C17M0Y30K39 
(17%,0%,30%,39%)
(0.17/0.00/0.30/0.39)	

CMYK percentages

%17.42
%0
%29.68
%39.22

Codes

Color #809B6D in popluar color models

809B6D
RGB128155109
HSL95°18.70%51.76%
HSB/HSV95°29.68%60.78%
CMYK17.42%0.00%29.68%
39.22%

Color #809B6D in popluar number systems.

HEX809B6D
Decimal128155109
Binary10000000100110111101101
Octal200233155

Shades and tints

Shades of #809B6D

#809B6D
(128,155,109)
#758D64
(117,141,100)
#6A7F5B
(106,127,91)
#5F7152
(95,113,82)
#546349
(84,99,73)
#495540
(73,85,64)
#3E4737
(62,71,55)
#33392E
(51,57,46)
#282B25
(40,43,37)
#1D1D1C
(29,29,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #809B6D

#809B6D
(128,155,109)
#8BA47A
(139,164,122)
#96AD87
(150,173,135)
#A1B694
(161,182,148)
#ACBFA1
(172,191,161)
#B7C8AE
(183,200,174)
#C2D1BB
(194,209,187)
#CDDAC8
(205,218,200)
#D8E3D5
(216,227,213)
#E3ECE2
(227,236,226)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809B6D; }

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

This text font color is #809B6D.


Background Color

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

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

This div background color is #809B6D.


Border color

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

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

This div border color is #809B6D.


Opacity

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

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

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

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

This text has shadow with #809B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809B6D on black background.


Color preview on white background

This text has color #809B6D on white background.



Black color preview on #809B6D background

This text has black color on #809B6D background.


White color preview on #809B6D background

This text has white color on #809B6D background.