COLOR #83534F

HEX: #83534F
RGB: (131,83,79)

Color info

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

RGB color model

#83534F color RGB value is (131,83,79).

  • red value is 131;
  • green value is 83;
  • blue value is 79.
RGB:
(131,83,79)
(51%,33%,31%)

RGB channels and saturation

R 131 of 255 = 51%
G 83 of 255 = 33%
B 79 of 255 = 31%

131
83
79

R + G + B ~ 38%. #83534F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 83 + 79 = 293 (100%)
R 131 of 293 ~ 44.71%
G 83 of 293 ~ 28.33%
B 79 of 293 ~ 26.96%

%44.71
%28.33
%26.96

CMYK color model

#83534F color CMYK value is (0,37,40,49).

  • cyan value is 0.00%
  • magenta value is 36.64%
  • yellow value is 39.69%
  • key color value is 48.63%
CMYK:
(0,37,40,49)
C0M37Y40K49 
(0%,37%,40%,49%)
(0.00/0.37/0.40/0.49)	

CMYK percentages

%0
%36.64
%39.69
%48.63

Codes

Color #83534F in popluar color models

83534F
RGB1318379
HSL24.76%41.18%
HSB/HSV39.69%51.37%
CMYK0.00%36.64%39.69%
48.63%

Color #83534F in popluar number systems.

HEX83534F
Decimal1318379
Binary1000001110100111001111
Octal203123117

Shades and tints

Shades of #83534F

#83534F
(131,83,79)
#784C48
(120,76,72)
#6D4541
(109,69,65)
#623E3A
(98,62,58)
#573733
(87,55,51)
#4C302C
(76,48,44)
#412925
(65,41,37)
#36221E
(54,34,30)
#2B1B17
(43,27,23)
#201410
(32,20,16)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #83534F

#83534F
(131,83,79)
#8E625F
(142,98,95)
#99716F
(153,113,111)
#A4807F
(164,128,127)
#AF8F8F
(175,143,143)
#BA9E9F
(186,158,159)
#C5ADAF
(197,173,175)
#D0BCBF
(208,188,191)
#DBCBCF
(219,203,207)
#E6DADF
(230,218,223)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83534F color. Also use rgb(131,83,79) instead hex code.

Text Font Color

.myTextColor { color: #83534F; }

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

This text font color is #83534F.


Background Color

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

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

This div background color is #83534F.


Border color

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

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

This div border color is #83534F.


Opacity

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

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

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

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

This text has shadow with #83534F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83534F on black background.


Color preview on white background

This text has color #83534F on white background.



Black color preview on #83534F background

This text has black color on #83534F background.


White color preview on #83534F background

This text has white color on #83534F background.