COLOR #808361

HEX: #808361 RGB: (128,131,97)

Color info

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

RGB color model

#808361 color RGB value is (128,131,97).

RGB: (128,131,97) (50%, 51%, 38%)

RGB channels and saturation

R 128 of 255 = 50%
G 131 of 255 = 51%
B 97 of 255 = 38%

128
131
97

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

Portions of RGB colors in percentages

R + G + B = 128 + 131 + 97 = 356 (100%)
R 128 of 356 ~ 35.96%
G 131 of 356 ~ 36.8%
B 97 of 356 ~ 27.25'%

%35.96
%36.8
%27.25

CMYK color model

#808361 color CMYK value is (2,0,26,49).

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

CMYK: (2,0,26,49)
C2M0Y26K49 (2%, 0%, 26%, 49%)
(0.02 / 0.00 / 0.26 / 0.49)

CMYK percentages

%2.29
%0
%25.95
%48.63

Codes

Color #808361 in popluar color models

80 83 61
RGB 128 131 97
HSL 65° 14.91% 44.71%
HSB/HSV 65° 25.95% 51.37%
CMYK 2.29% 0.00% 25.95%
48.63%

Color #808361 in popluar number systems.

HEX 80 83 61
Decimal 128 131 97
Binary 10000000 10000011 1100001
Octal 200 203 141

Shades and tints

Shades of #808361

#808361
(128,131,97)
#757859
(117,120,89)
#6A6D51
(106,109,81)
#5F6249
(95,98,73)
#545741
(84,87,65)
#494C39
(73,76,57)
#3E4131
(62,65,49)
#333629
(51,54,41)
#282B21
(40,43,33)
#1D2019
(29,32,25)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #808361

#808361
(128,131,97)
#8B8E6F
(139,142,111)
#96997D
(150,153,125)
#A1A48B
(161,164,139)
#ACAF99
(172,175,153)
#B7BAA7
(183,186,167)
#C2C5B5
(194,197,181)
#CDD0C3
(205,208,195)
#D8DBD1
(216,219,209)
#E3E6DF
(227,230,223)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808361; }

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

This text font color is #808361.

Background Color

.myBgColor { background-color: #808361; }

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

This div background color is #808361.

Border color

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

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

This div border color is #808361.

Opacity

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

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

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

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

This text has shadow with #808361 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808361.

Preview

Color preview on black background

This text has color #808361 on black background.


Color preview on white background

This text has color #808361 on white background.


Black color preview on #808361 background

This text has black color on #808361 background.


White color preview on #808361 background

This text has white color on #808361 background.


Related colors

Complementary color

Complementary color for #hex is #7F7C9E.


I love getcolorcode.com

Triadic colors

1 #618083 and #836180 with #808361 are triadic colors.

2 #618380 and #838061 with #808361 are triadic colors.