COLOR #83765F

HEX: #83765F RGB: (131,118,95)

Color info

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

RGB color model

#83765F color RGB value is (131,118,95).

RGB: (131,118,95) (51%, 46%, 37%)

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 95 of 255 = 37%

131
118
95

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

Portions of RGB colors in percentages

R + G + B = 131 + 118 + 95 = 344 (100%)
R 131 of 344 ~ 38.08%
G 118 of 344 ~ 34.3%
B 95 of 344 ~ 27.62'%

%38.08
%34.3
%27.62

CMYK color model

#83765F color CMYK value is (0,10,27,49).

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

CMYK: (0,10,27,49)
C0M10Y27K49 (0%, 10%, 27%, 49%)
(0.00 / 0.10 / 0.27 / 0.49)

CMYK percentages

%0
%9.92
%27.48
%48.63

Codes

Color #83765F in popluar color models

83 76 5F
RGB 131 118 95
HSL 38° 15.93% 44.31%
HSB/HSV 38° 27.48% 51.37%
CMYK 0.00% 9.92% 27.48%
48.63%

Color #83765F in popluar number systems.

HEX 83 76 5F
Decimal 131 118 95
Binary 10000011 1110110 1011111
Octal 203 166 137

Shades and tints

Shades of #83765F

#83765F
(131,118,95)
#786C57
(120,108,87)
#6D624F
(109,98,79)
#625847
(98,88,71)
#574E3F
(87,78,63)
#4C4437
(76,68,55)
#413A2F
(65,58,47)
#363027
(54,48,39)
#2B261F
(43,38,31)
#201C17
(32,28,23)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #83765F

#83765F
(131,118,95)
#8E826D
(142,130,109)
#998E7B
(153,142,123)
#A49A89
(164,154,137)
#AFA697
(175,166,151)
#BAB2A5
(186,178,165)
#C5BEB3
(197,190,179)
#D0CAC1
(208,202,193)
#DBD6CF
(219,214,207)
#E6E2DD
(230,226,221)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83765F; }

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

This text font color is #83765F.

Background Color

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

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

This div background color is #83765F.

Border color

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

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

This div border color is #83765F.

Opacity

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

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

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

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

This text has shadow with #83765F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83765F.

Preview

Color preview on black background

This text has color #83765F on black background.


Color preview on white background

This text has color #83765F on white background.


Black color preview on #83765F background

This text has black color on #83765F background.


White color preview on #83765F background

This text has white color on #83765F background.


Related colors

Complementary color

Complementary color for #hex is #7C89A0.


I love getcolorcode.com

Triadic colors

1 #5F8376 and #765F83 with #83765F are triadic colors.

2 #5F7683 and #76835F with #83765F are triadic colors.