COLOR #805053

HEX: #805053
RGB: (128,80,83)

Color info

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

RGB color model

#805053 color RGB value is (128,80,83).

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

RGB channels and saturation

R 128 of 255 = 50%
G 80 of 255 = 31%
B 83 of 255 = 33%

128
80
83

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

Portions of RGB colors in percentages

R + G + B =
128 + 80 + 83 = 291 (100%)
R 128 of 291 ~ 43.99%
G 80 of 291 ~ 27.49%
B 83 of 291 ~ 28.52%

%43.99
%27.49
%28.52

CMYK color model

#805053 color CMYK value is (0,38,35,50).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 35.16%
  • key color value is 49.80%
CMYK:
(0,38,35,50)
C0M38Y35K50 
(0%,38%,35%,50%)
(0.00/0.38/0.35/0.50)	

CMYK percentages

%0
%37.5
%35.16
%49.8

Codes

Color #805053 in popluar color models

805053
RGB1288083
HSL356°23.08%40.78%
HSB/HSV356°37.50%50.20%
CMYK0.00%37.50%35.16%
49.80%

Color #805053 in popluar number systems.

HEX805053
Decimal1288083
Binary1000000010100001010011
Octal200120123

Shades and tints

Shades of #805053

#805053
(128,80,83)
#75494C
(117,73,76)
#6A4245
(106,66,69)
#5F3B3E
(95,59,62)
#543437
(84,52,55)
#492D30
(73,45,48)
#3E2629
(62,38,41)
#331F22
(51,31,34)
#28181B
(40,24,27)
#1D1114
(29,17,20)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #805053

#805053
(128,80,83)
#8B5F62
(139,95,98)
#966E71
(150,110,113)
#A17D80
(161,125,128)
#AC8C8F
(172,140,143)
#B79B9E
(183,155,158)
#C2AAAD
(194,170,173)
#CDB9BC
(205,185,188)
#D8C8CB
(216,200,203)
#E3D7DA
(227,215,218)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805053; }

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

This text font color is #805053.


Background Color

.myBgColor { background-color: #805053; }

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

This div background color is #805053.


Border color

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

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

This div border color is #805053.


Opacity

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

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

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

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

This text has shadow with #805053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805053 on black background.


Color preview on white background

This text has color #805053 on white background.



Black color preview on #805053 background

This text has black color on #805053 background.


White color preview on #805053 background

This text has white color on #805053 background.