COLOR #83653B

HEX: #83653B
RGB: (131,101,59)

Color info

#83653B contains mainly red and green colors. Web safe color of #83653B is #996633 (or #963).

RGB color model

#83653B color RGB value is (131,101,59).

  • red value is 131;
  • green value is 101;
  • blue value is 59.
RGB:
(131,101,59)
(51%,40%,23%)

RGB channels and saturation

R 131 of 255 = 51%
G 101 of 255 = 40%
B 59 of 255 = 23%

131
101
59

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

Portions of RGB colors in percentages

R + G + B =
131 + 101 + 59 = 291 (100%)
R 131 of 291 ~ 45.02%
G 101 of 291 ~ 34.71%
B 59 of 291 ~ 20.27%

%45.02
%34.71
%20.27

CMYK color model

#83653B color CMYK value is (0,23,55,49).

  • cyan value is 0.00%
  • magenta value is 22.90%
  • yellow value is 54.96%
  • key color value is 48.63%
CMYK:
(0,23,55,49)
C0M23Y55K49 
(0%,23%,55%,49%)
(0.00/0.23/0.55/0.49)	

CMYK percentages

%0
%22.9
%54.96
%48.63

Codes

Color #83653B in popluar color models

83653B
RGB13110159
HSL35°37.89%37.25%
HSB/HSV35°54.96%51.37%
CMYK0.00%22.90%54.96%
48.63%

Color #83653B in popluar number systems.

HEX83653B
Decimal13110159
Binary100000111100101111011
Octal20314573

Shades and tints

Shades of #83653B

#83653B
(131,101,59)
#785C36
(120,92,54)
#6D5331
(109,83,49)
#624A2C
(98,74,44)
#574127
(87,65,39)
#4C3822
(76,56,34)
#412F1D
(65,47,29)
#362618
(54,38,24)
#2B1D13
(43,29,19)
#20140E
(32,20,14)
#150B09
(21,11,9)
#000000
(0,0,0)

Tints of #83653B

#83653B
(131,101,59)
#8E734C
(142,115,76)
#99815D
(153,129,93)
#A48F6E
(164,143,110)
#AF9D7F
(175,157,127)
#BAAB90
(186,171,144)
#C5B9A1
(197,185,161)
#D0C7B2
(208,199,178)
#DBD5C3
(219,213,195)
#E6E3D4
(230,227,212)
#F1F1E5
(241,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83653B color. Also use rgb(131,101,59) instead hex code.

Text Font Color

.myTextColor { color: #83653B; }

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

This text font color is #83653B.


Background Color

.myBgColor { background-color: #83653B; }

<div style="background-color:#83653B">Inner text</div>

This div background color is #83653B.


Border color

.myBorderColor { border: 1px solid #83653B; }

<div style="border:3px solid #83653B">Div</div>

This div border color is #83653B.


Opacity

.myOpacity80 { color: #83653B; opacity: 0.8; }

<p style="color:#83653B;opacity:0.8;">80%</p>

Text with #83653B 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 #83653B;}

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

This text has shadow with #83653B color.

.textShadow {text-shadow: 3px 3px 1px #83653B, 3px 3px 1px red;}

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

This text has shadow with #83653B primary color and red secondary color.


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

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

This text has shadow with #83653B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83653B on black background.


Color preview on white background

This text has color #83653B on white background.



Black color preview on #83653B background

This text has black color on #83653B background.


White color preview on #83653B background

This text has white color on #83653B background.