COLOR #808265

HEX: #808265
RGB: (128,130,101)

Color info

#808265 contains red, green and blue colors in about the same proportion. Web safe color of #808265 is #669966 (or #696).

RGB color model

#808265 color RGB value is (128,130,101).

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

RGB channels and saturation

R 128 of 255 = 50%
G 130 of 255 = 51%
B 101 of 255 = 40%

128
130
101

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

Portions of RGB colors in percentages

R + G + B =
128 + 130 + 101 = 359 (100%)
R 128 of 359 ~ 35.65%
G 130 of 359 ~ 36.21%
B 101 of 359 ~ 28.13%

%35.65
%36.21
%28.13

CMYK color model

#808265 color CMYK value is (2,0,22,49).

  • cyan value is 1.54%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 49.02%
CMYK:
(2,0,22,49)
C2M0Y22K49 
(2%,0%,22%,49%)
(0.02/0.00/0.22/0.49)	

CMYK percentages

%1.54
%0
%22.31
%49.02

Codes

Color #808265 in popluar color models

808265
RGB128130101
HSL64°12.55%45.29%
HSB/HSV64°22.31%50.98%
CMYK1.54%0.00%22.31%
49.02%

Color #808265 in popluar number systems.

HEX808265
Decimal128130101
Binary10000000100000101100101
Octal200202145

Shades and tints

Shades of #808265

#808265
(128,130,101)
#75775C
(117,119,92)
#6A6C53
(106,108,83)
#5F614A
(95,97,74)
#545641
(84,86,65)
#494B38
(73,75,56)
#3E402F
(62,64,47)
#333526
(51,53,38)
#282A1D
(40,42,29)
#1D1F14
(29,31,20)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #808265

#808265
(128,130,101)
#8B8D73
(139,141,115)
#969881
(150,152,129)
#A1A38F
(161,163,143)
#ACAE9D
(172,174,157)
#B7B9AB
(183,185,171)
#C2C4B9
(194,196,185)
#CDCFC7
(205,207,199)
#D8DAD5
(216,218,213)
#E3E5E3
(227,229,227)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808265; }

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

This text font color is #808265.


Background Color

.myBgColor { background-color: #808265; }

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

This div background color is #808265.


Border color

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

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

This div border color is #808265.


Opacity

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

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

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

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

This text has shadow with #808265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808265 on black background.


Color preview on white background

This text has color #808265 on white background.



Black color preview on #808265 background

This text has black color on #808265 background.


White color preview on #808265 background

This text has white color on #808265 background.