COLOR #80855D

HEX: #80855D RGB: (128,133,93)

Color info

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

RGB color model

#80855D color RGB value is (128,133,93).

RGB: (128,133,93) (50%, 52%, 36%)

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 93 of 255 = 36%

128
133
93

R + G + B ~ 46%. #80855D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 133 + 93 = 354 (100%)
R 128 of 354 ~ 36.16%
G 133 of 354 ~ 37.57%
B 93 of 354 ~ 26.27'%

%36.16
%37.57
%26.27

CMYK color model

#80855D color CMYK value is (4,0,30,48).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 47.84%

CMYK: (4,0,30,48)
C4M0Y30K48 (4%, 0%, 30%, 48%)
(0.04 / 0.00 / 0.30 / 0.48)

CMYK percentages

%3.76
%0
%30.08
%47.84

Codes

Color #80855D in popluar color models

80 85 5D
RGB 128 133 93
HSL 68° 17.70% 44.31%
HSB/HSV 68° 30.08% 52.16%
CMYK 3.76% 0.00% 30.08%
47.84%

Color #80855D in popluar number systems.

HEX 80 85 5D
Decimal 128 133 93
Binary 10000000 10000101 1011101
Octal 200 205 135

Shades and tints

Shades of #80855D

#80855D
(128,133,93)
#757955
(117,121,85)
#6A6D4D
(106,109,77)
#5F6145
(95,97,69)
#54553D
(84,85,61)
#494935
(73,73,53)
#3E3D2D
(62,61,45)
#333125
(51,49,37)
#28251D
(40,37,29)
#1D1915
(29,25,21)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #80855D

#80855D
(128,133,93)
#8B906B
(139,144,107)
#969B79
(150,155,121)
#A1A687
(161,166,135)
#ACB195
(172,177,149)
#B7BCA3
(183,188,163)
#C2C7B1
(194,199,177)
#CDD2BF
(205,210,191)
#D8DDCD
(216,221,205)
#E3E8DB
(227,232,219)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80855D color. Also use rgb(128,133,93) instead hex code.

Text Font Color

.myTextColor { color: #80855D; }

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

This text font color is #80855D.

Background Color

.myBgColor { background-color: #80855D; }

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

This div background color is #80855D.

Border color

.myBorderColor { border: 1px solid #80855D; }

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

This div border color is #80855D.

Opacity

.myOpacity80 { color: #80855D; opacity: 0.8; }

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

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

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

This text has shadow with #80855D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80855D.

Preview

Color preview on black background

This text has color #80855D on black background.


Color preview on white background

This text has color #80855D on white background.


Black color preview on #80855D background

This text has black color on #80855D background.


White color preview on #80855D background

This text has white color on #80855D background.


Related colors

Complementary color

Complementary color for #hex is #7F7AA2.


I love getcolorcode.com

Triadic colors

1 #5D8085 and #855D80 with #80855D are triadic colors.

2 #5D8580 and #85805D with #80855D are triadic colors.