COLOR #83565A

HEX: #83565A
RGB: (131,86,90)

Color info

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

RGB color model

#83565A color RGB value is (131,86,90).

  • red value is 131;
  • green value is 86;
  • blue value is 90.
RGB:
(131,86,90)
(51%,34%,35%)

RGB channels and saturation

R 131 of 255 = 51%
G 86 of 255 = 34%
B 90 of 255 = 35%

131
86
90

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

Portions of RGB colors in percentages

R + G + B =
131 + 86 + 90 = 307 (100%)
R 131 of 307 ~ 42.67%
G 86 of 307 ~ 28.01%
B 90 of 307 ~ 29.32%

%42.67
%28.01
%29.32

CMYK color model

#83565A color CMYK value is (0,34,31,49).

  • cyan value is 0.00%
  • magenta value is 34.35%
  • yellow value is 31.30%
  • key color value is 48.63%
CMYK:
(0,34,31,49)
C0M34Y31K49 
(0%,34%,31%,49%)
(0.00/0.34/0.31/0.49)	

CMYK percentages

%0
%34.35
%31.3
%48.63

Codes

Color #83565A in popluar color models

83565A
RGB1318690
HSL355°20.74%42.55%
HSB/HSV355°34.35%51.37%
CMYK0.00%34.35%31.30%
48.63%

Color #83565A in popluar number systems.

HEX83565A
Decimal1318690
Binary1000001110101101011010
Octal203126132

Shades and tints

Shades of #83565A

#83565A
(131,86,90)
#784F52
(120,79,82)
#6D484A
(109,72,74)
#624142
(98,65,66)
#573A3A
(87,58,58)
#4C3332
(76,51,50)
#412C2A
(65,44,42)
#362522
(54,37,34)
#2B1E1A
(43,30,26)
#201712
(32,23,18)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #83565A

#83565A
(131,86,90)
#8E6569
(142,101,105)
#997478
(153,116,120)
#A48387
(164,131,135)
#AF9296
(175,146,150)
#BAA1A5
(186,161,165)
#C5B0B4
(197,176,180)
#D0BFC3
(208,191,195)
#DBCED2
(219,206,210)
#E6DDE1
(230,221,225)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83565A color. Also use rgb(131,86,90) instead hex code.

Text Font Color

.myTextColor { color: #83565A; }

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

This text font color is #83565A.


Background Color

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

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

This div background color is #83565A.


Border color

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

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

This div border color is #83565A.


Opacity

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

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

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

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

This text has shadow with #83565A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83565A on black background.


Color preview on white background

This text has color #83565A on white background.



Black color preview on #83565A background

This text has black color on #83565A background.


White color preview on #83565A background

This text has white color on #83565A background.