COLOR #80836B

HEX: #80836B RGB: (128,131,107)

Color info

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

RGB color model

#80836B color RGB value is (128,131,107).

RGB: (128,131,107) (50%, 51%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 131 of 255 = 51%
B 107 of 255 = 42%

128
131
107

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

Portions of RGB colors in percentages

R + G + B = 128 + 131 + 107 = 366 (100%)
R 128 of 366 ~ 34.97%
G 131 of 366 ~ 35.79%
B 107 of 366 ~ 29.23'%

%34.97
%35.79
%29.23

CMYK color model

#80836B color CMYK value is (2,0,18,49).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 48.63%

CMYK: (2,0,18,49)
C2M0Y18K49 (2%, 0%, 18%, 49%)
(0.02 / 0.00 / 0.18 / 0.49)

CMYK percentages

%2.29
%0
%18.32
%48.63

Codes

Color #80836B in popluar color models

80 83 6B
RGB 128 131 107
HSL 68° 10.08% 46.67%
HSB/HSV 68° 18.32% 51.37%
CMYK 2.29% 0.00% 18.32%
48.63%

Color #80836B in popluar number systems.

HEX 80 83 6B
Decimal 128 131 107
Binary 10000000 10000011 1101011
Octal 200 203 153

Shades and tints

Shades of #80836B

#80836B
(128,131,107)
#757862
(117,120,98)
#6A6D59
(106,109,89)
#5F6250
(95,98,80)
#545747
(84,87,71)
#494C3E
(73,76,62)
#3E4135
(62,65,53)
#33362C
(51,54,44)
#282B23
(40,43,35)
#1D201A
(29,32,26)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #80836B

#80836B
(128,131,107)
#8B8E78
(139,142,120)
#969985
(150,153,133)
#A1A492
(161,164,146)
#ACAF9F
(172,175,159)
#B7BAAC
(183,186,172)
#C2C5B9
(194,197,185)
#CDD0C6
(205,208,198)
#D8DBD3
(216,219,211)
#E3E6E0
(227,230,224)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80836B color. Also use rgb(128,131,107) instead hex code.

Text Font Color

.myTextColor { color: #80836B; }

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

This text font color is #80836B.

Background Color

.myBgColor { background-color: #80836B; }

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

This div background color is #80836B.

Border color

.myBorderColor { border: 1px solid #80836B; }

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

This div border color is #80836B.

Opacity

.myOpacity80 { color: #80836B; opacity: 0.8; }

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

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

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

This text has shadow with #80836B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80836B.

Preview

Color preview on black background

This text has color #80836B on black background.


Color preview on white background

This text has color #80836B on white background.


Black color preview on #80836B background

This text has black color on #80836B background.


White color preview on #80836B background

This text has white color on #80836B background.


Related colors

Complementary color

Complementary color for #hex is #7F7C94.


I love getcolorcode.com

Triadic colors

1 #6B8083 and #836B80 with #80836B are triadic colors.

2 #6B8380 and #83806B with #80836B are triadic colors.