COLOR #83545D

HEX: #83545D
RGB: (131,84,93)

Color info

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

RGB color model

#83545D color RGB value is (131,84,93).

  • red value is 131;
  • green value is 84;
  • blue value is 93.
RGB: (131,84,93) (51%,33%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 84 of 255 = 33%
B 93 of 255 = 36%

131
84
93

R + G + B ~ 40%. #83545D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 84 + 93 = 308 (100%)
R 131 of 308 ~ 42.53%
G 84 of 308 ~ 27.27%
B 93 of 308 ~ 30.19%

%42.53
%27.27
%30.19

CMYK color model

#83545D color CMYK value is (0,36,29,49).

  • cyan value is 0.00%
  • magenta value is 35.88%
  • yellow value is 29.01%
  • key color value is 48.63%
CMYK: (0,36,29,49) C0M36Y29K49 (0%,36%,29%,49%) (0.00/0.36/0.29/0.49)

CMYK percentages

%0
%35.88
%29.01
%48.63

Codes

Color #83545D in popluar color models

83545D
RGB1318493
HSL349°21.86%42.16%
HSB/HSV349°35.88%51.37%
CMYK0.00%35.88%29.01%
48.63%

Color #83545D in popluar number systems.

HEX83545D
Decimal1318493
Binary1000001110101001011101
Octal203124135

Shades and tints

Shades of #83545D

#83545D
(131,84,93)
#784D55
(120,77,85)
#6D464D
(109,70,77)
#623F45
(98,63,69)
#57383D
(87,56,61)
#4C3135
(76,49,53)
#412A2D
(65,42,45)
#362325
(54,35,37)
#2B1C1D
(43,28,29)
#201515
(32,21,21)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #83545D

#83545D
(131,84,93)
#8E636B
(142,99,107)
#997279
(153,114,121)
#A48187
(164,129,135)
#AF9095
(175,144,149)
#BA9FA3
(186,159,163)
#C5AEB1
(197,174,177)
#D0BDBF
(208,189,191)
#DBCCCD
(219,204,205)
#E6DBDB
(230,219,219)
#F1EAE9
(241,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83545D color. Also use rgb(131,84,93) instead hex code.

Text Font Color

.myTextColor { color: #83545D; }

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

This text font color is #83545D.


Background Color

.myBgColor { background-color: #83545D; }

<div style="background-color:#83545D">Inner text</div>

This div background color is #83545D.


Border color

.myBorderColor { border: 1px solid #83545D; }

<div style="border:3px solid #83545D">Div</div>

This div border color is #83545D.


Opacity

.myOpacity80 { color: #83545D; opacity: 0.8; }

<p style="color:#83545D;opacity:0.8;">80%</p>

Text with #83545D 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 #83545D;}

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

This text has shadow with #83545D color.

.textShadow {text-shadow: 3px 3px 1px #83545D, 3px 3px 1px red;}

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

This text has shadow with #83545D primary color and red secondary color.


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

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

This text has shadow with #83545D and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #83545D; -webkit-box-shadow:	1px 1px 3px 2px #83545D; box-shadow:	1px 1px 3px 2px #83545D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #83545D; -webkit-box-shadow: 1px 1px 3px 2px #83545D; box-shadow:1px 1px 3px 2px #83545D;">
Div content here</div>
This div box has shadow with color #83545D.

Preview

Color preview on black background

This text has color #83545D on black background.


Color preview on white background

This text has color #83545D on white background.



Black color preview on #83545D background

This text has black color on #83545D background.


White color preview on #83545D background

This text has white color on #83545D background.