COLOR #83755C

HEX: #83755C RGB: (131,117,92)

Color info

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

RGB color model

#83755C color RGB value is (131,117,92).

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

RGB channels and saturation

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

131
117
92

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

Portions of RGB colors in percentages

R + G + B = 131 + 117 + 92 = 340 (100%)
R 131 of 340 ~ 38.53%
G 117 of 340 ~ 34.41%
B 92 of 340 ~ 27.06'%

%38.53
%34.41
%27.06

CMYK color model

#83755C color CMYK value is (0,11,30,49).

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

CMYK: (0,11,30,49)
C0M11Y30K49 (0%, 11%, 30%, 49%)
(0.00 / 0.11 / 0.30 / 0.49)

CMYK percentages

%0
%10.69
%29.77
%48.63

Codes

Color #83755C in popluar color models

83 75 5C
RGB 131 117 92
HSL 38° 17.49% 43.73%
HSB/HSV 38° 29.77% 51.37%
CMYK 0.00% 10.69% 29.77%
48.63%

Color #83755C in popluar number systems.

HEX 83 75 5C
Decimal 131 117 92
Binary 10000011 1110101 1011100
Octal 203 165 134

Shades and tints

Shades of #83755C

#83755C
(131,117,92)
#786B54
(120,107,84)
#6D614C
(109,97,76)
#625744
(98,87,68)
#574D3C
(87,77,60)
#4C4334
(76,67,52)
#41392C
(65,57,44)
#362F24
(54,47,36)
#2B251C
(43,37,28)
#201B14
(32,27,20)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #83755C

#83755C
(131,117,92)
#8E816A
(142,129,106)
#998D78
(153,141,120)
#A49986
(164,153,134)
#AFA594
(175,165,148)
#BAB1A2
(186,177,162)
#C5BDB0
(197,189,176)
#D0C9BE
(208,201,190)
#DBD5CC
(219,213,204)
#E6E1DA
(230,225,218)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83755C; }

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

This text font color is #83755C.

Background Color

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

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

This div background color is #83755C.

Border color

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

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

This div border color is #83755C.

Opacity

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

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

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

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

This text has shadow with #83755C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83755C.

Preview

Color preview on black background

This text has color #83755C on black background.


Color preview on white background

This text has color #83755C on white background.


Black color preview on #83755C background

This text has black color on #83755C background.


White color preview on #83755C background

This text has white color on #83755C background.


Related colors

Complementary color

Complementary color for #hex is #7C8AA3.


I love getcolorcode.com

Triadic colors

1 #5C8375 and #755C83 with #83755C are triadic colors.

2 #5C7583 and #75835C with #83755C are triadic colors.