COLOR #83736B

HEX: #83736B
RGB: (131,115,107)

Color info

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

RGB color model

#83736B color RGB value is (131,115,107).

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

RGB channels and saturation

R 131 of 255 = 51%
G 115 of 255 = 45%
B 107 of 255 = 42%

131
115
107

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

Portions of RGB colors in percentages

R + G + B =
131 + 115 + 107 = 353 (100%)
R 131 of 353 ~ 37.11%
G 115 of 353 ~ 32.58%
B 107 of 353 ~ 30.31%

%37.11
%32.58
%30.31

CMYK color model

#83736B color CMYK value is (0,12,18,49).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 18.32%
  • key color value is 48.63%
CMYK:
(0,12,18,49)
C0M12Y18K49 
(0%,12%,18%,49%)
(0.00/0.12/0.18/0.49)	

CMYK percentages

%0
%12.21
%18.32
%48.63

Codes

Color #83736B in popluar color models

83736B
RGB131115107
HSL20°10.08%46.67%
HSB/HSV20°18.32%51.37%
CMYK0.00%12.21%18.32%
48.63%

Color #83736B in popluar number systems.

HEX83736B
Decimal131115107
Binary1000001111100111101011
Octal203163153

Shades and tints

Shades of #83736B

#83736B
(131,115,107)
#786962
(120,105,98)
#6D5F59
(109,95,89)
#625550
(98,85,80)
#574B47
(87,75,71)
#4C413E
(76,65,62)
#413735
(65,55,53)
#362D2C
(54,45,44)
#2B2323
(43,35,35)
#20191A
(32,25,26)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #83736B

#83736B
(131,115,107)
#8E7F78
(142,127,120)
#998B85
(153,139,133)
#A49792
(164,151,146)
#AFA39F
(175,163,159)
#BAAFAC
(186,175,172)
#C5BBB9
(197,187,185)
#D0C7C6
(208,199,198)
#DBD3D3
(219,211,211)
#E6DFE0
(230,223,224)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83736B; }

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

This text font color is #83736B.


Background Color

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

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

This div background color is #83736B.


Border color

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

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

This div border color is #83736B.


Opacity

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

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

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

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

This text has shadow with #83736B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83736B on black background.


Color preview on white background

This text has color #83736B on white background.



Black color preview on #83736B background

This text has black color on #83736B background.


White color preview on #83736B background

This text has white color on #83736B background.