COLOR #807753

HEX: #807753
RGB: (128,119,83)

Color info

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

RGB color model

#807753 color RGB value is (128,119,83).

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

RGB channels and saturation

R 128 of 255 = 50%
G 119 of 255 = 47%
B 83 of 255 = 33%

128
119
83

R + G + B ~ 43%. #807753 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 119 + 83 = 330 (100%)
R 128 of 330 ~ 38.79%
G 119 of 330 ~ 36.06%
B 83 of 330 ~ 25.15%

%38.79
%36.06
%25.15

CMYK color model

#807753 color CMYK value is (0,7,35,50).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 35.16%
  • key color value is 49.80%
CMYK:
(0,7,35,50)
C0M7Y35K50 
(0%,7%,35%,50%)
(0.00/0.07/0.35/0.50)	

CMYK percentages

%0
%7.03
%35.16
%49.8

Codes

Color #807753 in popluar color models

807753
RGB12811983
HSL48°21.33%41.37%
HSB/HSV48°35.16%50.20%
CMYK0.00%7.03%35.16%
49.80%

Color #807753 in popluar number systems.

HEX807753
Decimal12811983
Binary1000000011101111010011
Octal200167123

Shades and tints

Shades of #807753

#807753
(128,119,83)
#756D4C
(117,109,76)
#6A6345
(106,99,69)
#5F593E
(95,89,62)
#544F37
(84,79,55)
#494530
(73,69,48)
#3E3B29
(62,59,41)
#333122
(51,49,34)
#28271B
(40,39,27)
#1D1D14
(29,29,20)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #807753

#807753
(128,119,83)
#8B8362
(139,131,98)
#968F71
(150,143,113)
#A19B80
(161,155,128)
#ACA78F
(172,167,143)
#B7B39E
(183,179,158)
#C2BFAD
(194,191,173)
#CDCBBC
(205,203,188)
#D8D7CB
(216,215,203)
#E3E3DA
(227,227,218)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807753; }

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

This text font color is #807753.


Background Color

.myBgColor { background-color: #807753; }

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

This div background color is #807753.


Border color

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

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

This div border color is #807753.


Opacity

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

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

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

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

This text has shadow with #807753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807753 on black background.


Color preview on white background

This text has color #807753 on white background.



Black color preview on #807753 background

This text has black color on #807753 background.


White color preview on #807753 background

This text has white color on #807753 background.