COLOR #83736F

HEX: #83736F
RGB: (131,115,111)

Color info

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

RGB color model

#83736F color RGB value is (131,115,111).

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

RGB channels and saturation

R 131 of 255 = 51%
G 115 of 255 = 45%
B 111 of 255 = 44%

131
115
111

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

Portions of RGB colors in percentages

R + G + B =
131 + 115 + 111 = 357 (100%)
R 131 of 357 ~ 36.69%
G 115 of 357 ~ 32.21%
B 111 of 357 ~ 31.09%

%36.69
%32.21
%31.09

CMYK color model

#83736F color CMYK value is (0,12,15,49).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 15.27%
  • key color value is 48.63%
CMYK:
(0,12,15,49)
C0M12Y15K49 
(0%,12%,15%,49%)
(0.00/0.12/0.15/0.49)	

CMYK percentages

%0
%12.21
%15.27
%48.63

Codes

Color #83736F in popluar color models

83736F
RGB131115111
HSL12°8.26%47.45%
HSB/HSV12°15.27%51.37%
CMYK0.00%12.21%15.27%
48.63%

Color #83736F in popluar number systems.

HEX83736F
Decimal131115111
Binary1000001111100111101111
Octal203163157

Shades and tints

Shades of #83736F

#83736F
(131,115,111)
#786965
(120,105,101)
#6D5F5B
(109,95,91)
#625551
(98,85,81)
#574B47
(87,75,71)
#4C413D
(76,65,61)
#413733
(65,55,51)
#362D29
(54,45,41)
#2B231F
(43,35,31)
#201915
(32,25,21)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #83736F

#83736F
(131,115,111)
#8E7F7C
(142,127,124)
#998B89
(153,139,137)
#A49796
(164,151,150)
#AFA3A3
(175,163,163)
#BAAFB0
(186,175,176)
#C5BBBD
(197,187,189)
#D0C7CA
(208,199,202)
#DBD3D7
(219,211,215)
#E6DFE4
(230,223,228)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83736F color. Also use rgb(131,115,111) instead hex code.

Text Font Color

.myTextColor { color: #83736F; }

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

This text font color is #83736F.


Background Color

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

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

This div background color is #83736F.


Border color

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

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

This div border color is #83736F.


Opacity

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

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

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

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

This text has shadow with #83736F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83736F on black background.


Color preview on white background

This text has color #83736F on white background.



Black color preview on #83736F background

This text has black color on #83736F background.


White color preview on #83736F background

This text has white color on #83736F background.