COLOR #83766A

HEX: #83766A RGB: (131,118,106)

Color info

#83766A contains red, green and blue colors in about the same proportion. Web safe color of #83766A is #996666 (or #966).

RGB color model

#83766A color RGB value is (131,118,106).

RGB: (131,118,106) (51%, 46%, 42%)

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 106 of 255 = 42%

131
118
106

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

Portions of RGB colors in percentages

R + G + B = 131 + 118 + 106 = 355 (100%)
R 131 of 355 ~ 36.9%
G 118 of 355 ~ 33.24%
B 106 of 355 ~ 29.86'%

%36.9
%33.24
%29.86

CMYK color model

#83766A color CMYK value is (0,10,19,49).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 19.08%
  • key color value is 48.63%

CMYK: (0,10,19,49)
C0M10Y19K49 (0%, 10%, 19%, 49%)
(0.00 / 0.10 / 0.19 / 0.49)

CMYK percentages

%0
%9.92
%19.08
%48.63

Codes

Color #83766A in popluar color models

83 76 6A
RGB 131 118 106
HSL 29° 10.55% 46.47%
HSB/HSV 29° 19.08% 51.37%
CMYK 0.00% 9.92% 19.08%
48.63%

Color #83766A in popluar number systems.

HEX 83 76 6A
Decimal 131 118 106
Binary 10000011 1110110 1101010
Octal 203 166 152

Shades and tints

Shades of #83766A

#83766A
(131,118,106)
#786C61
(120,108,97)
#6D6258
(109,98,88)
#62584F
(98,88,79)
#574E46
(87,78,70)
#4C443D
(76,68,61)
#413A34
(65,58,52)
#36302B
(54,48,43)
#2B2622
(43,38,34)
#201C19
(32,28,25)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #83766A

#83766A
(131,118,106)
#8E8277
(142,130,119)
#998E84
(153,142,132)
#A49A91
(164,154,145)
#AFA69E
(175,166,158)
#BAB2AB
(186,178,171)
#C5BEB8
(197,190,184)
#D0CAC5
(208,202,197)
#DBD6D2
(219,214,210)
#E6E2DF
(230,226,223)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83766A color. Also use rgb(131,118,106) instead hex code.

Text Font Color

.myTextColor { color: #83766A; }

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

This text font color is #83766A.

Background Color

.myBgColor { background-color: #83766A; }

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

This div background color is #83766A.

Border color

.myBorderColor { border: 1px solid #83766A; }

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

This div border color is #83766A.

Opacity

.myOpacity80 { color: #83766A; opacity: 0.8; }

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

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

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

This text has shadow with #83766A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83766A.

Preview

Color preview on black background

This text has color #83766A on black background.


Color preview on white background

This text has color #83766A on white background.


Black color preview on #83766A background

This text has black color on #83766A background.


White color preview on #83766A background

This text has white color on #83766A background.


Related colors

Complementary color

Complementary color for #hex is #7C8995.


I love getcolorcode.com

Triadic colors

1 #6A8376 and #766A83 with #83766A are triadic colors.

2 #6A7683 and #76836A with #83766A are triadic colors.