COLOR #807265

HEX: #807265
RGB: (128,114,101)

Color info

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

RGB color model

#807265 color RGB value is (128,114,101).

  • red value is 128;
  • green value is 114;
  • blue value is 101.
RGB:
(128,114,101)
(50%,45%,40%)

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 101 of 255 = 40%

128
114
101

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

Portions of RGB colors in percentages

R + G + B =
128 + 114 + 101 = 343 (100%)
R 128 of 343 ~ 37.32%
G 114 of 343 ~ 33.24%
B 101 of 343 ~ 29.45%

%37.32
%33.24
%29.45

CMYK color model

#807265 color CMYK value is (0,11,21,50).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 21.09%
  • key color value is 49.80%
CMYK:
(0,11,21,50)
C0M11Y21K50 
(0%,11%,21%,50%)
(0.00/0.11/0.21/0.50)	

CMYK percentages

%0
%10.94
%21.09
%49.8

Codes

Color #807265 in popluar color models

807265
RGB128114101
HSL29°11.79%44.90%
HSB/HSV29°21.09%50.20%
CMYK0.00%10.94%21.09%
49.80%

Color #807265 in popluar number systems.

HEX807265
Decimal128114101
Binary1000000011100101100101
Octal200162145

Shades and tints

Shades of #807265

#807265
(128,114,101)
#75685C
(117,104,92)
#6A5E53
(106,94,83)
#5F544A
(95,84,74)
#544A41
(84,74,65)
#494038
(73,64,56)
#3E362F
(62,54,47)
#332C26
(51,44,38)
#28221D
(40,34,29)
#1D1814
(29,24,20)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #807265

#807265
(128,114,101)
#8B7E73
(139,126,115)
#968A81
(150,138,129)
#A1968F
(161,150,143)
#ACA29D
(172,162,157)
#B7AEAB
(183,174,171)
#C2BAB9
(194,186,185)
#CDC6C7
(205,198,199)
#D8D2D5
(216,210,213)
#E3DEE3
(227,222,227)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807265 color. Also use rgb(128,114,101) instead hex code.

Text Font Color

.myTextColor { color: #807265; }

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

This text font color is #807265.


Background Color

.myBgColor { background-color: #807265; }

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

This div background color is #807265.


Border color

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

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

This div border color is #807265.


Opacity

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

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

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

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

This text has shadow with #807265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807265 on black background.


Color preview on white background

This text has color #807265 on white background.



Black color preview on #807265 background

This text has black color on #807265 background.


White color preview on #807265 background

This text has white color on #807265 background.