COLOR #807955

HEX: #807955 RGB: (128,121,85)

Color info

#807955 contains red, green and blue colors in about the same proportion. Web safe color of #807955 is #666666 (or #666).

RGB color model

#807955 color RGB value is (128,121,85).

RGB: (128,121,85) (50%, 47%, 33%)

RGB channels and saturation

R 128 of 255 = 50%
G 121 of 255 = 47%
B 85 of 255 = 33%

128
121
85

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

Portions of RGB colors in percentages

R + G + B = 128 + 121 + 85 = 334 (100%)
R 128 of 334 ~ 38.32%
G 121 of 334 ~ 36.23%
B 85 of 334 ~ 25.45'%

%38.32
%36.23
%25.45

CMYK color model

#807955 color CMYK value is (0,5,34,50).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 33.59%
  • key color value is 49.80%

CMYK: (0,5,34,50)
C0M5Y34K50 (0%, 5%, 34%, 50%)
(0.00 / 0.05 / 0.34 / 0.50)

CMYK percentages

%0
%5.47
%33.59
%49.8

Codes

Color #807955 in popluar color models

80 79 55
RGB 128 121 85
HSL 50° 20.19% 41.76%
HSB/HSV 50° 33.59% 50.20%
CMYK 0.00% 5.47% 33.59%
49.80%

Color #807955 in popluar number systems.

HEX 80 79 55
Decimal 128 121 85
Binary 10000000 1111001 1010101
Octal 200 171 125

Shades and tints

Shades of #807955

#807955
(128,121,85)
#756E4E
(117,110,78)
#6A6347
(106,99,71)
#5F5840
(95,88,64)
#544D39
(84,77,57)
#494232
(73,66,50)
#3E372B
(62,55,43)
#332C24
(51,44,36)
#28211D
(40,33,29)
#1D1616
(29,22,22)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #807955

#807955
(128,121,85)
#8B8564
(139,133,100)
#969173
(150,145,115)
#A19D82
(161,157,130)
#ACA991
(172,169,145)
#B7B5A0
(183,181,160)
#C2C1AF
(194,193,175)
#CDCDBE
(205,205,190)
#D8D9CD
(216,217,205)
#E3E5DC
(227,229,220)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807955 color. Also use rgb(128,121,85) instead hex code.

Text Font Color

.myTextColor { color: #807955; }

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

This text font color is #807955.

Background Color

.myBgColor { background-color: #807955; }

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

This div background color is #807955.

Border color

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

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

This div border color is #807955.

Opacity

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

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

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

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

This text has shadow with #807955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807955.

Preview

Color preview on black background

This text has color #807955 on black background.


Color preview on white background

This text has color #807955 on white background.


Black color preview on #807955 background

This text has black color on #807955 background.


White color preview on #807955 background

This text has white color on #807955 background.


Related colors

Complementary color

Complementary color for #hex is #7F86AA.


I love getcolorcode.com

Triadic colors

1 #558079 and #795580 with #807955 are triadic colors.

2 #557980 and #798055 with #807955 are triadic colors.