COLOR #83564A

HEX: #83564A
RGB: (131,86,74)

Color info

#83564A contains red, green and blue colors in about the same proportion. Web safe color of #83564A is #996633 (or #963).

RGB color model

#83564A color RGB value is (131,86,74).

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

RGB channels and saturation

R 131 of 255 = 51%
G 86 of 255 = 34%
B 74 of 255 = 29%

131
86
74

R + G + B ~ 38%. #83564A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 86 + 74 = 291 (100%)
R 131 of 291 ~ 45.02%
G 86 of 291 ~ 29.55%
B 74 of 291 ~ 25.43%

%45.02
%29.55
%25.43

CMYK color model

#83564A color CMYK value is (0,34,44,49).

  • cyan value is 0.00%
  • magenta value is 34.35%
  • yellow value is 43.51%
  • key color value is 48.63%
CMYK:
(0,34,44,49)
C0M34Y44K49 
(0%,34%,44%,49%)
(0.00/0.34/0.44/0.49)	

CMYK percentages

%0
%34.35
%43.51
%48.63

Codes

Color #83564A in popluar color models

83564A
RGB1318674
HSL13°27.80%40.20%
HSB/HSV13°43.51%51.37%
CMYK0.00%34.35%43.51%
48.63%

Color #83564A in popluar number systems.

HEX83564A
Decimal1318674
Binary1000001110101101001010
Octal203126112

Shades and tints

Shades of #83564A

#83564A
(131,86,74)
#784F44
(120,79,68)
#6D483E
(109,72,62)
#624138
(98,65,56)
#573A32
(87,58,50)
#4C332C
(76,51,44)
#412C26
(65,44,38)
#362520
(54,37,32)
#2B1E1A
(43,30,26)
#201714
(32,23,20)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #83564A

#83564A
(131,86,74)
#8E655A
(142,101,90)
#99746A
(153,116,106)
#A4837A
(164,131,122)
#AF928A
(175,146,138)
#BAA19A
(186,161,154)
#C5B0AA
(197,176,170)
#D0BFBA
(208,191,186)
#DBCECA
(219,206,202)
#E6DDDA
(230,221,218)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83564A; }

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

This text font color is #83564A.


Background Color

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

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

This div background color is #83564A.


Border color

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

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

This div border color is #83564A.


Opacity

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

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

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

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

This text has shadow with #83564A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83564A on black background.


Color preview on white background

This text has color #83564A on white background.



Black color preview on #83564A background

This text has black color on #83564A background.


White color preview on #83564A background

This text has white color on #83564A background.