COLOR #83756A

HEX: #83756A
RGB: (131,117,106)

Color info

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

RGB color model

#83756A color RGB value is (131,117,106).

  • red value is 131;
  • green value is 117;
  • blue value is 106.
RGB:
(131,117,106)
(51%,46%,42%)

RGB channels and saturation

R 131 of 255 = 51%
G 117 of 255 = 46%
B 106 of 255 = 42%

131
117
106

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

Portions of RGB colors in percentages

R + G + B =
131 + 117 + 106 = 354 (100%)
R 131 of 354 ~ 37.01%
G 117 of 354 ~ 33.05%
B 106 of 354 ~ 29.94%

%37.01
%33.05
%29.94

CMYK color model

#83756A color CMYK value is (0,11,19,49).

  • cyan value is 0.00%
  • magenta value is 10.69%
  • yellow value is 19.08%
  • key color value is 48.63%
CMYK:
(0,11,19,49)
C0M11Y19K49 
(0%,11%,19%,49%)
(0.00/0.11/0.19/0.49)	

CMYK percentages

%0
%10.69
%19.08
%48.63

Codes

Color #83756A in popluar color models

83756A
RGB131117106
HSL26°10.55%46.47%
HSB/HSV26°19.08%51.37%
CMYK0.00%10.69%19.08%
48.63%

Color #83756A in popluar number systems.

HEX83756A
Decimal131117106
Binary1000001111101011101010
Octal203165152

Shades and tints

Shades of #83756A

#83756A
(131,117,106)
#786B61
(120,107,97)
#6D6158
(109,97,88)
#62574F
(98,87,79)
#574D46
(87,77,70)
#4C433D
(76,67,61)
#413934
(65,57,52)
#362F2B
(54,47,43)
#2B2522
(43,37,34)
#201B19
(32,27,25)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #83756A

#83756A
(131,117,106)
#8E8177
(142,129,119)
#998D84
(153,141,132)
#A49991
(164,153,145)
#AFA59E
(175,165,158)
#BAB1AB
(186,177,171)
#C5BDB8
(197,189,184)
#D0C9C5
(208,201,197)
#DBD5D2
(219,213,210)
#E6E1DF
(230,225,223)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83756A color. Also use rgb(131,117,106) instead hex code.

Text Font Color

.myTextColor { color: #83756A; }

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

This text font color is #83756A.


Background Color

.myBgColor { background-color: #83756A; }

<div style="background-color:#83756A">Inner text</div>

This div background color is #83756A.


Border color

.myBorderColor { border: 1px solid #83756A; }

<div style="border:3px solid #83756A">Div</div>

This div border color is #83756A.


Opacity

.myOpacity80 { color: #83756A; opacity: 0.8; }

<p style="color:#83756A;opacity:0.8;">80%</p>

Text with #83756A 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 #83756A;}

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

This text has shadow with #83756A color.

.textShadow {text-shadow: 3px 3px 1px #83756A, 3px 3px 1px red;}

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

This text has shadow with #83756A primary color and red secondary color.


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

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

This text has shadow with #83756A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83756A on black background.


Color preview on white background

This text has color #83756A on white background.



Black color preview on #83756A background

This text has black color on #83756A background.


White color preview on #83756A background

This text has white color on #83756A background.