COLOR #808761

HEX: #808761 RGB: (128,135,97)

Color info

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

RGB color model

#808761 color RGB value is (128,135,97).

RGB: (128,135,97) (50%, 53%, 38%)

RGB channels and saturation

R 128 of 255 = 50%
G 135 of 255 = 53%
B 97 of 255 = 38%

128
135
97

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

Portions of RGB colors in percentages

R + G + B = 128 + 135 + 97 = 360 (100%)
R 128 of 360 ~ 35.56%
G 135 of 360 ~ 37.5%
B 97 of 360 ~ 26.94'%

%35.56
%37.5
%26.94

CMYK color model

#808761 color CMYK value is (5,0,28,47).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 28.15%
  • key color value is 47.06%
CMYK: (5,0,28,47) C5M0Y28K47 (5%,0%,28%,47%) (0.05/0.00/0.28/0.47) 

CMYK percentages

%5.19
%0
%28.15
%47.06

Codes

Color #808761 in popluar color models

80 87 61
RGB 128 135 97
HSL 71° 16.38% 45.49%
HSB/HSV 71° 28.15% 52.94%
CMYK 5.19% 0.00% 28.15%
47.06%

Color #808761 in popluar number systems.

HEX 80 87 61
Decimal 128 135 97
Binary 10000000 10000111 1100001
Octal 200 207 141

Shades and tints

Shades of #808761

#808761
(128,135,97)
#757B59
(117,123,89)
#6A6F51
(106,111,81)
#5F6349
(95,99,73)
#545741
(84,87,65)
#494B39
(73,75,57)
#3E3F31
(62,63,49)
#333329
(51,51,41)
#282721
(40,39,33)
#1D1B19
(29,27,25)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #808761

#808761
(128,135,97)
#8B916F
(139,145,111)
#969B7D
(150,155,125)
#A1A58B
(161,165,139)
#ACAF99
(172,175,153)
#B7B9A7
(183,185,167)
#C2C3B5
(194,195,181)
#CDCDC3
(205,205,195)
#D8D7D1
(216,215,209)
#E3E1DF
(227,225,223)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808761 color. Also use rgb(128,135,97) instead hex code.

Text Font Color

.myTextColor { color: #808761; }

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

This text font color is #808761.

Background Color

.myBgColor { background-color: #808761; }

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

This div background color is #808761.

Border color

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

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

This div border color is #808761.

Opacity

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

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

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

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

This text has shadow with #808761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808761.

Preview

Color preview on black background

This text has color #808761 on black background.


Color preview on white background

This text has color #808761 on white background.


Black color preview on #808761 background

This text has black color on #808761 background.


White color preview on #808761 background

This text has white color on #808761 background.


Related colors

Complementary color

Complementary color for #hex is #7F789E.


I love getcolorcode.com

Triadic colors

1 #618087 and #876180 with #808761 are triadic colors.

2 #618780 and #878061 with #808761 are triadic colors.