COLOR #83755B

HEX: #83755B RGB: (131,117,91)

Color info

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

RGB color model

#83755B color RGB value is (131,117,91).

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

RGB channels and saturation

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

131
117
91

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

Portions of RGB colors in percentages

R + G + B = 131 + 117 + 91 = 339 (100%)
R 131 of 339 ~ 38.64%
G 117 of 339 ~ 34.51%
B 91 of 339 ~ 26.84'%

%38.64
%34.51
%26.84

CMYK color model

#83755B color CMYK value is (0,11,31,49).

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

CMYK: (0,11,31,49)
C0M11Y31K49 (0%, 11%, 31%, 49%)
(0.00 / 0.11 / 0.31 / 0.49)

CMYK percentages

%0
%10.69
%30.53
%48.63

Codes

Color #83755B in popluar color models

83 75 5B
RGB 131 117 91
HSL 39° 18.02% 43.53%
HSB/HSV 39° 30.53% 51.37%
CMYK 0.00% 10.69% 30.53%
48.63%

Color #83755B in popluar number systems.

HEX 83 75 5B
Decimal 131 117 91
Binary 10000011 1110101 1011011
Octal 203 165 133

Shades and tints

Shades of #83755B

#83755B
(131,117,91)
#786B53
(120,107,83)
#6D614B
(109,97,75)
#625743
(98,87,67)
#574D3B
(87,77,59)
#4C4333
(76,67,51)
#41392B
(65,57,43)
#362F23
(54,47,35)
#2B251B
(43,37,27)
#201B13
(32,27,19)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #83755B

#83755B
(131,117,91)
#8E8169
(142,129,105)
#998D77
(153,141,119)
#A49985
(164,153,133)
#AFA593
(175,165,147)
#BAB1A1
(186,177,161)
#C5BDAF
(197,189,175)
#D0C9BD
(208,201,189)
#DBD5CB
(219,213,203)
#E6E1D9
(230,225,217)
#F1EDE7
(241,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83755B; }

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

This text font color is #83755B.

Background Color

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

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

This div background color is #83755B.

Border color

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

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

This div border color is #83755B.

Opacity

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

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

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

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

This text has shadow with #83755B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83755B.

Preview

Color preview on black background

This text has color #83755B on black background.


Color preview on white background

This text has color #83755B on white background.


Black color preview on #83755B background

This text has black color on #83755B background.


White color preview on #83755B background

This text has white color on #83755B background.


Related colors

Complementary color

Complementary color for #hex is #7C8AA4.


I love getcolorcode.com

Triadic colors

1 #5B8375 and #755B83 with #83755B are triadic colors.

2 #5B7583 and #75835B with #83755B are triadic colors.