COLOR #805051

HEX: #805051
RGB: (128,80,81)

Color info

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

RGB color model

#805051 color RGB value is (128,80,81).

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

RGB channels and saturation

R 128 of 255 = 50%
G 80 of 255 = 31%
B 81 of 255 = 32%

128
80
81

R + G + B ~ 38%. #805051 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 80 + 81 = 289 (100%)
R 128 of 289 ~ 44.29%
G 80 of 289 ~ 27.68%
B 81 of 289 ~ 28.03%

%44.29
%27.68
%28.03

CMYK color model

#805051 color CMYK value is (0,38,37,50).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 36.72%
  • key color value is 49.80%
CMYK:
(0,38,37,50)
C0M38Y37K50 
(0%,38%,37%,50%)
(0.00/0.38/0.37/0.50)	

CMYK percentages

%0
%37.5
%36.72
%49.8

Codes

Color #805051 in popluar color models

805051
RGB1288081
HSL359°23.08%40.78%
HSB/HSV359°37.50%50.20%
CMYK0.00%37.50%36.72%
49.80%

Color #805051 in popluar number systems.

HEX805051
Decimal1288081
Binary1000000010100001010001
Octal200120121

Shades and tints

Shades of #805051

#805051
(128,80,81)
#75494A
(117,73,74)
#6A4243
(106,66,67)
#5F3B3C
(95,59,60)
#543435
(84,52,53)
#492D2E
(73,45,46)
#3E2627
(62,38,39)
#331F20
(51,31,32)
#281819
(40,24,25)
#1D1112
(29,17,18)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #805051

#805051
(128,80,81)
#8B5F60
(139,95,96)
#966E6F
(150,110,111)
#A17D7E
(161,125,126)
#AC8C8D
(172,140,141)
#B79B9C
(183,155,156)
#C2AAAB
(194,170,171)
#CDB9BA
(205,185,186)
#D8C8C9
(216,200,201)
#E3D7D8
(227,215,216)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805051; }

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

This text font color is #805051.


Background Color

.myBgColor { background-color: #805051; }

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

This div background color is #805051.


Border color

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

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

This div border color is #805051.


Opacity

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

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

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

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

This text has shadow with #805051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805051 on black background.


Color preview on white background

This text has color #805051 on white background.



Black color preview on #805051 background

This text has black color on #805051 background.


White color preview on #805051 background

This text has white color on #805051 background.