COLOR #805E50

HEX: #805E50
RGB: (128,94,80)

Color info

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

RGB color model

#805E50 color RGB value is (128,94,80).

  • red value is 128;
  • green value is 94;
  • blue value is 80.
RGB:
(128,94,80)
(50%,37%,31%)

RGB channels and saturation

R 128 of 255 = 50%
G 94 of 255 = 37%
B 80 of 255 = 31%

128
94
80

R + G + B ~ 39%. #805E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 94 + 80 = 302 (100%)
R 128 of 302 ~ 42.38%
G 94 of 302 ~ 31.13%
B 80 of 302 ~ 26.49%

%42.38
%31.13
%26.49

CMYK color model

#805E50 color CMYK value is (0,27,38,50).

  • cyan value is 0.00%
  • magenta value is 26.56%
  • yellow value is 37.50%
  • key color value is 49.80%
CMYK:
(0,27,38,50)
C0M27Y38K50 
(0%,27%,38%,50%)
(0.00/0.27/0.38/0.50)	

CMYK percentages

%0
%26.56
%37.5
%49.8

Codes

Color #805E50 in popluar color models

805E50
RGB1289480
HSL18°23.08%40.78%
HSB/HSV18°37.50%50.20%
CMYK0.00%26.56%37.50%
49.80%

Color #805E50 in popluar number systems.

HEX805E50
Decimal1289480
Binary1000000010111101010000
Octal200136120

Shades and tints

Shades of #805E50

#805E50
(128,94,80)
#755649
(117,86,73)
#6A4E42
(106,78,66)
#5F463B
(95,70,59)
#543E34
(84,62,52)
#49362D
(73,54,45)
#3E2E26
(62,46,38)
#33261F
(51,38,31)
#281E18
(40,30,24)
#1D1611
(29,22,17)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #805E50

#805E50
(128,94,80)
#8B6C5F
(139,108,95)
#967A6E
(150,122,110)
#A1887D
(161,136,125)
#AC968C
(172,150,140)
#B7A49B
(183,164,155)
#C2B2AA
(194,178,170)
#CDC0B9
(205,192,185)
#D8CEC8
(216,206,200)
#E3DCD7
(227,220,215)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805E50 color. Also use rgb(128,94,80) instead hex code.

Text Font Color

.myTextColor { color: #805E50; }

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

This text font color is #805E50.


Background Color

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

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

This div background color is #805E50.


Border color

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

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

This div border color is #805E50.


Opacity

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

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

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

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

This text has shadow with #805E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805E50 on black background.


Color preview on white background

This text has color #805E50 on white background.



Black color preview on #805E50 background

This text has black color on #805E50 background.


White color preview on #805E50 background

This text has white color on #805E50 background.