COLOR #805753

HEX: #805753
RGB: (128,87,83)

Color info

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

RGB color model

#805753 color RGB value is (128,87,83).

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

RGB channels and saturation

R 128 of 255 = 50%
G 87 of 255 = 34%
B 83 of 255 = 33%

128
87
83

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

Portions of RGB colors in percentages

R + G + B =
128 + 87 + 83 = 298 (100%)
R 128 of 298 ~ 42.95%
G 87 of 298 ~ 29.19%
B 83 of 298 ~ 27.85%

%42.95
%29.19
%27.85

CMYK color model

#805753 color CMYK value is (0,32,35,50).

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 35.16%
  • key color value is 49.80%
CMYK:
(0,32,35,50)
C0M32Y35K50 
(0%,32%,35%,50%)
(0.00/0.32/0.35/0.50)	

CMYK percentages

%0
%32.03
%35.16
%49.8

Codes

Color #805753 in popluar color models

805753
RGB1288783
HSL21.33%41.37%
HSB/HSV35.16%50.20%
CMYK0.00%32.03%35.16%
49.80%

Color #805753 in popluar number systems.

HEX805753
Decimal1288783
Binary1000000010101111010011
Octal200127123

Shades and tints

Shades of #805753

#805753
(128,87,83)
#75504C
(117,80,76)
#6A4945
(106,73,69)
#5F423E
(95,66,62)
#543B37
(84,59,55)
#493430
(73,52,48)
#3E2D29
(62,45,41)
#332622
(51,38,34)
#281F1B
(40,31,27)
#1D1814
(29,24,20)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #805753

#805753
(128,87,83)
#8B6662
(139,102,98)
#967571
(150,117,113)
#A18480
(161,132,128)
#AC938F
(172,147,143)
#B7A29E
(183,162,158)
#C2B1AD
(194,177,173)
#CDC0BC
(205,192,188)
#D8CFCB
(216,207,203)
#E3DEDA
(227,222,218)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805753; }

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

This text font color is #805753.


Background Color

.myBgColor { background-color: #805753; }

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

This div background color is #805753.


Border color

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

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

This div border color is #805753.


Opacity

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

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

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

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

This text has shadow with #805753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805753 on black background.


Color preview on white background

This text has color #805753 on white background.



Black color preview on #805753 background

This text has black color on #805753 background.


White color preview on #805753 background

This text has white color on #805753 background.