COLOR #83765B

HEX: #83765B RGB: (131,118,91)

Color info

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

RGB color model

#83765B color RGB value is (131,118,91).

RGB: (131,118,91) (51%, 46%, 36%)

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 91 of 255 = 36%

131
118
91

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

Portions of RGB colors in percentages

R + G + B = 131 + 118 + 91 = 340 (100%)
R 131 of 340 ~ 38.53%
G 118 of 340 ~ 34.71%
B 91 of 340 ~ 26.76'%

%38.53
%34.71
%26.76

CMYK color model

#83765B color CMYK value is (0,10,31,49).

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

CMYK: (0,10,31,49)
C0M10Y31K49 (0%, 10%, 31%, 49%)
(0.00 / 0.10 / 0.31 / 0.49)

CMYK percentages

%0
%9.92
%30.53
%48.63

Codes

Color #83765B in popluar color models

83 76 5B
RGB 131 118 91
HSL 41° 18.02% 43.53%
HSB/HSV 41° 30.53% 51.37%
CMYK 0.00% 9.92% 30.53%
48.63%

Color #83765B in popluar number systems.

HEX 83 76 5B
Decimal 131 118 91
Binary 10000011 1110110 1011011
Octal 203 166 133

Shades and tints

Shades of #83765B

#83765B
(131,118,91)
#786C53
(120,108,83)
#6D624B
(109,98,75)
#625843
(98,88,67)
#574E3B
(87,78,59)
#4C4433
(76,68,51)
#413A2B
(65,58,43)
#363023
(54,48,35)
#2B261B
(43,38,27)
#201C13
(32,28,19)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #83765B

#83765B
(131,118,91)
#8E8269
(142,130,105)
#998E77
(153,142,119)
#A49A85
(164,154,133)
#AFA693
(175,166,147)
#BAB2A1
(186,178,161)
#C5BEAF
(197,190,175)
#D0CABD
(208,202,189)
#DBD6CB
(219,214,203)
#E6E2D9
(230,226,217)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83765B color. Also use rgb(131,118,91) instead hex code.

Text Font Color

.myTextColor { color: #83765B; }

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

This text font color is #83765B.

Background Color

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

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

This div background color is #83765B.

Border color

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

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

This div border color is #83765B.

Opacity

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

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

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

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

This text has shadow with #83765B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83765B.

Preview

Color preview on black background

This text has color #83765B on black background.


Color preview on white background

This text has color #83765B on white background.


Black color preview on #83765B background

This text has black color on #83765B background.


White color preview on #83765B background

This text has white color on #83765B background.


Related colors

Complementary color

Complementary color for #hex is #7C89A4.


I love getcolorcode.com

Triadic colors

1 #5B8376 and #765B83 with #83765B are triadic colors.

2 #5B7683 and #76835B with #83765B are triadic colors.