COLOR #83735C

HEX: #83735C
RGB: (131,115,92)

Color info

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

RGB color model

#83735C color RGB value is (131,115,92).

  • red value is 131;
  • green value is 115;
  • blue value is 92.
RGB:
(131,115,92)
(51%,45%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 115 of 255 = 45%
B 92 of 255 = 36%

131
115
92

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

Portions of RGB colors in percentages

R + G + B =
131 + 115 + 92 = 338 (100%)
R 131 of 338 ~ 38.76%
G 115 of 338 ~ 34.02%
B 92 of 338 ~ 27.22%

%38.76
%34.02
%27.22

CMYK color model

#83735C color CMYK value is (0,12,30,49).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 29.77%
  • key color value is 48.63%
CMYK:
(0,12,30,49)
C0M12Y30K49 
(0%,12%,30%,49%)
(0.00/0.12/0.30/0.49)	

CMYK percentages

%0
%12.21
%29.77
%48.63

Codes

Color #83735C in popluar color models

83735C
RGB13111592
HSL35°17.49%43.73%
HSB/HSV35°29.77%51.37%
CMYK0.00%12.21%29.77%
48.63%

Color #83735C in popluar number systems.

HEX83735C
Decimal13111592
Binary1000001111100111011100
Octal203163134

Shades and tints

Shades of #83735C

#83735C
(131,115,92)
#786954
(120,105,84)
#6D5F4C
(109,95,76)
#625544
(98,85,68)
#574B3C
(87,75,60)
#4C4134
(76,65,52)
#41372C
(65,55,44)
#362D24
(54,45,36)
#2B231C
(43,35,28)
#201914
(32,25,20)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #83735C

#83735C
(131,115,92)
#8E7F6A
(142,127,106)
#998B78
(153,139,120)
#A49786
(164,151,134)
#AFA394
(175,163,148)
#BAAFA2
(186,175,162)
#C5BBB0
(197,187,176)
#D0C7BE
(208,199,190)
#DBD3CC
(219,211,204)
#E6DFDA
(230,223,218)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83735C; }

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

This text font color is #83735C.


Background Color

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

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

This div background color is #83735C.


Border color

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

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

This div border color is #83735C.


Opacity

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

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

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

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

This text has shadow with #83735C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83735C on black background.


Color preview on white background

This text has color #83735C on white background.



Black color preview on #83735C background

This text has black color on #83735C background.


White color preview on #83735C background

This text has white color on #83735C background.