COLOR #806B53

HEX: #806B53 RGB: (128,107,83)

Color info

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

RGB color model

#806B53 color RGB value is (128,107,83).

RGB: (128,107,83) (50%, 42%, 33%)

RGB channels and saturation

R 128 of 255 = 50%
G 107 of 255 = 42%
B 83 of 255 = 33%

128
107
83

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

Portions of RGB colors in percentages

R + G + B = 128 + 107 + 83 = 318 (100%)
R 128 of 318 ~ 40.25%
G 107 of 318 ~ 33.65%
B 83 of 318 ~ 26.1'%

%40.25
%33.65
%26.1

CMYK color model

#806B53 color CMYK value is (0,16,35,50).

  • cyan value is 0.00%
  • magenta value is 16.41%
  • yellow value is 35.16%
  • key color value is 49.80%

CMYK: (0,16,35,50)
C0M16Y35K50 (0%, 16%, 35%, 50%)
(0.00 / 0.16 / 0.35 / 0.50)

CMYK percentages

%0
%16.41
%35.16
%49.8

Codes

Color #806B53 in popluar color models

80 6B 53
RGB 128 107 83
HSL 32° 21.33% 41.37%
HSB/HSV 32° 35.16% 50.20%
CMYK 0.00% 16.41% 35.16%
49.80%

Color #806B53 in popluar number systems.

HEX 80 6B 53
Decimal 128 107 83
Binary 10000000 1101011 1010011
Octal 200 153 123

Shades and tints

Shades of #806B53

#806B53
(128,107,83)
#75624C
(117,98,76)
#6A5945
(106,89,69)
#5F503E
(95,80,62)
#544737
(84,71,55)
#493E30
(73,62,48)
#3E3529
(62,53,41)
#332C22
(51,44,34)
#28231B
(40,35,27)
#1D1A14
(29,26,20)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #806B53

#806B53
(128,107,83)
#8B7862
(139,120,98)
#968571
(150,133,113)
#A19280
(161,146,128)
#AC9F8F
(172,159,143)
#B7AC9E
(183,172,158)
#C2B9AD
(194,185,173)
#CDC6BC
(205,198,188)
#D8D3CB
(216,211,203)
#E3E0DA
(227,224,218)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806B53; }

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

This text font color is #806B53.

Background Color

.myBgColor { background-color: #806B53; }

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

This div background color is #806B53.

Border color

.myBorderColor { border: 1px solid #806B53; }

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

This div border color is #806B53.

Opacity

.myOpacity80 { color: #806B53; opacity: 0.8; }

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

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

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

This text has shadow with #806B53 color.


.textShadow {text-shadow: 3px 3px 1px #806B53', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #806B53; -webkit-box-shadow: 1px 1px 3px 2px #806B53; box-shadow:1px 1px 3px 2px #806B53;">
Div content here
</div>

This div box has shadow with color #806B53.

Preview

Color preview on black background

This text has color #806B53 on black background.


Color preview on white background

This text has color #806B53 on white background.


Black color preview on #806B53 background

This text has black color on #806B53 background.


White color preview on #806B53 background

This text has white color on #806B53 background.


Related colors

Complementary color

Complementary color for #hex is #7F94AC.


I love getcolorcode.com

Triadic colors

1 #53806B and #6B5380 with #806B53 are triadic colors.

2 #536B80 and #6B8053 with #806B53 are triadic colors.