COLOR #807055

HEX: #807055
RGB: (128,112,85)

Color info

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

RGB color model

#807055 color RGB value is (128,112,85).

  • red value is 128;
  • green value is 112;
  • blue value is 85.
RGB:
(128,112,85)
(50%,44%,33%)

RGB channels and saturation

R 128 of 255 = 50%
G 112 of 255 = 44%
B 85 of 255 = 33%

128
112
85

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

Portions of RGB colors in percentages

R + G + B =
128 + 112 + 85 = 325 (100%)
R 128 of 325 ~ 39.38%
G 112 of 325 ~ 34.46%
B 85 of 325 ~ 26.15%

%39.38
%34.46
%26.15

CMYK color model

#807055 color CMYK value is (0,13,34,50).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 33.59%
  • key color value is 49.80%
CMYK:
(0,13,34,50)
C0M13Y34K50 
(0%,13%,34%,50%)
(0.00/0.13/0.34/0.50)	

CMYK percentages

%0
%12.5
%33.59
%49.8

Codes

Color #807055 in popluar color models

807055
RGB12811285
HSL38°20.19%41.76%
HSB/HSV38°33.59%50.20%
CMYK0.00%12.50%33.59%
49.80%

Color #807055 in popluar number systems.

HEX807055
Decimal12811285
Binary1000000011100001010101
Octal200160125

Shades and tints

Shades of #807055

#807055
(128,112,85)
#75664E
(117,102,78)
#6A5C47
(106,92,71)
#5F5240
(95,82,64)
#544839
(84,72,57)
#493E32
(73,62,50)
#3E342B
(62,52,43)
#332A24
(51,42,36)
#28201D
(40,32,29)
#1D1616
(29,22,22)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #807055

#807055
(128,112,85)
#8B7D64
(139,125,100)
#968A73
(150,138,115)
#A19782
(161,151,130)
#ACA491
(172,164,145)
#B7B1A0
(183,177,160)
#C2BEAF
(194,190,175)
#CDCBBE
(205,203,190)
#D8D8CD
(216,216,205)
#E3E5DC
(227,229,220)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807055 color. Also use rgb(128,112,85) instead hex code.

Text Font Color

.myTextColor { color: #807055; }

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

This text font color is #807055.


Background Color

.myBgColor { background-color: #807055; }

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

This div background color is #807055.


Border color

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

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

This div border color is #807055.


Opacity

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

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

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

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

This text has shadow with #807055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807055 on black background.


Color preview on white background

This text has color #807055 on white background.



Black color preview on #807055 background

This text has black color on #807055 background.


White color preview on #807055 background

This text has white color on #807055 background.