COLOR #805B5A

HEX: #805B5A
RGB: (128,91,90)

Color info

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

RGB color model

#805B5A color RGB value is (128,91,90).

  • red value is 128;
  • green value is 91;
  • blue value is 90.
RGB:
(128,91,90)
(50%,36%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 91 of 255 = 36%
B 90 of 255 = 35%

128
91
90

R + G + B ~ 40%. #805B5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 91 + 90 = 309 (100%)
R 128 of 309 ~ 41.42%
G 91 of 309 ~ 29.45%
B 90 of 309 ~ 29.13%

%41.42
%29.45
%29.13

CMYK color model

#805B5A color CMYK value is (0,29,30,50).

  • cyan value is 0.00%
  • magenta value is 28.91%
  • yellow value is 29.69%
  • key color value is 49.80%
CMYK:
(0,29,30,50)
C0M29Y30K50 
(0%,29%,30%,50%)
(0.00/0.29/0.30/0.50)	

CMYK percentages

%0
%28.91
%29.69
%49.8

Codes

Color #805B5A in popluar color models

805B5A
RGB1289190
HSL17.43%42.75%
HSB/HSV29.69%50.20%
CMYK0.00%28.91%29.69%
49.80%

Color #805B5A in popluar number systems.

HEX805B5A
Decimal1289190
Binary1000000010110111011010
Octal200133132

Shades and tints

Shades of #805B5A

#805B5A
(128,91,90)
#755352
(117,83,82)
#6A4B4A
(106,75,74)
#5F4342
(95,67,66)
#543B3A
(84,59,58)
#493332
(73,51,50)
#3E2B2A
(62,43,42)
#332322
(51,35,34)
#281B1A
(40,27,26)
#1D1312
(29,19,18)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #805B5A

#805B5A
(128,91,90)
#8B6969
(139,105,105)
#967778
(150,119,120)
#A18587
(161,133,135)
#AC9396
(172,147,150)
#B7A1A5
(183,161,165)
#C2AFB4
(194,175,180)
#CDBDC3
(205,189,195)
#D8CBD2
(216,203,210)
#E3D9E1
(227,217,225)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805B5A color. Also use rgb(128,91,90) instead hex code.

Text Font Color

.myTextColor { color: #805B5A; }

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

This text font color is #805B5A.


Background Color

.myBgColor { background-color: #805B5A; }

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

This div background color is #805B5A.


Border color

.myBorderColor { border: 1px solid #805B5A; }

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

This div border color is #805B5A.


Opacity

.myOpacity80 { color: #805B5A; opacity: 0.8; }

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

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

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

This text has shadow with #805B5A color.

.textShadow {text-shadow: 3px 3px 1px #805B5A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805B5A on black background.


Color preview on white background

This text has color #805B5A on white background.



Black color preview on #805B5A background

This text has black color on #805B5A background.


White color preview on #805B5A background

This text has white color on #805B5A background.