COLOR #80735D

HEX: #80735D
RGB: (128,115,93)

Color info

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

RGB color model

#80735D color RGB value is (128,115,93).

  • red value is 128;
  • green value is 115;
  • blue value is 93.
RGB:
(128,115,93)
(50%,45%,36%)

RGB channels and saturation

R 128 of 255 = 50%
G 115 of 255 = 45%
B 93 of 255 = 36%

128
115
93

R + G + B ~ 44%. #80735D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 115 + 93 = 336 (100%)
R 128 of 336 ~ 38.1%
G 115 of 336 ~ 34.23%
B 93 of 336 ~ 27.68%

%38.1
%34.23
%27.68

CMYK color model

#80735D color CMYK value is (0,10,27,50).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 27.34%
  • key color value is 49.80%
CMYK:
(0,10,27,50)
C0M10Y27K50 
(0%,10%,27%,50%)
(0.00/0.10/0.27/0.50)	

CMYK percentages

%0
%10.16
%27.34
%49.8

Codes

Color #80735D in popluar color models

80735D
RGB12811593
HSL38°15.84%43.33%
HSB/HSV38°27.34%50.20%
CMYK0.00%10.16%27.34%
49.80%

Color #80735D in popluar number systems.

HEX80735D
Decimal12811593
Binary1000000011100111011101
Octal200163135

Shades and tints

Shades of #80735D

#80735D
(128,115,93)
#756955
(117,105,85)
#6A5F4D
(106,95,77)
#5F5545
(95,85,69)
#544B3D
(84,75,61)
#494135
(73,65,53)
#3E372D
(62,55,45)
#332D25
(51,45,37)
#28231D
(40,35,29)
#1D1915
(29,25,21)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #80735D

#80735D
(128,115,93)
#8B7F6B
(139,127,107)
#968B79
(150,139,121)
#A19787
(161,151,135)
#ACA395
(172,163,149)
#B7AFA3
(183,175,163)
#C2BBB1
(194,187,177)
#CDC7BF
(205,199,191)
#D8D3CD
(216,211,205)
#E3DFDB
(227,223,219)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80735D color. Also use rgb(128,115,93) instead hex code.

Text Font Color

.myTextColor { color: #80735D; }

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

This text font color is #80735D.


Background Color

.myBgColor { background-color: #80735D; }

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

This div background color is #80735D.


Border color

.myBorderColor { border: 1px solid #80735D; }

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

This div border color is #80735D.


Opacity

.myOpacity80 { color: #80735D; opacity: 0.8; }

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

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

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

This text has shadow with #80735D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80735D on black background.


Color preview on white background

This text has color #80735D on white background.



Black color preview on #80735D background

This text has black color on #80735D background.


White color preview on #80735D background

This text has white color on #80735D background.