COLOR #83816B

HEX: #83816B RGB: (131,129,107)

Color info

#83816B contains red, green and blue colors in about the same proportion. Web safe color of #83816B is #999966 (or #996).

RGB color model

#83816B color RGB value is (131,129,107).

RGB: (131,129,107) (51%, 51%, 42%)

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 107 of 255 = 42%

131
129
107

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

Portions of RGB colors in percentages

R + G + B = 131 + 129 + 107 = 367 (100%)
R 131 of 367 ~ 35.69%
G 129 of 367 ~ 35.15%
B 107 of 367 ~ 29.16'%

%35.69
%35.15
%29.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 18.32%
  • key color value is 48.63%
CMYK: (0,2,18,49) C0M2Y18K49 (0%,2%,18%,49%) (0.00/0.02/0.18/0.49) 

CMYK percentages

%0
%1.53
%18.32
%48.63

Codes

Color #83816B in popluar color models

83 81 6B
RGB 131 129 107
HSL 55° 10.08% 46.67%
HSB/HSV 55° 18.32% 51.37%
CMYK 0.00% 1.53% 18.32%
48.63%

Color #83816B in popluar number systems.

HEX 83 81 6B
Decimal 131 129 107
Binary 10000011 10000001 1101011
Octal 203 201 153

Shades and tints

Shades of #83816B

#83816B
(131,129,107)
#787662
(120,118,98)
#6D6B59
(109,107,89)
#626050
(98,96,80)
#575547
(87,85,71)
#4C4A3E
(76,74,62)
#413F35
(65,63,53)
#36342C
(54,52,44)
#2B2923
(43,41,35)
#201E1A
(32,30,26)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #83816B

#83816B
(131,129,107)
#8E8C78
(142,140,120)
#999785
(153,151,133)
#A4A292
(164,162,146)
#AFAD9F
(175,173,159)
#BAB8AC
(186,184,172)
#C5C3B9
(197,195,185)
#D0CEC6
(208,206,198)
#DBD9D3
(219,217,211)
#E6E4E0
(230,228,224)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83816B; }

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

This text font color is #83816B.

Background Color

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

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

This div background color is #83816B.

Border color

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

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

This div border color is #83816B.

Opacity

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

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

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

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

This text has shadow with #83816B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83816B.

Preview

Color preview on black background

This text has color #83816B on black background.


Color preview on white background

This text has color #83816B on white background.


Black color preview on #83816B background

This text has black color on #83816B background.


White color preview on #83816B background

This text has white color on #83816B background.


Related colors

Complementary color

Complementary color for #hex is #7C7E94.


I love getcolorcode.com

Triadic colors

1 #6B8381 and #816B83 with #83816B are triadic colors.

2 #6B8183 and #81836B with #83816B are triadic colors.