COLOR #83652B

HEX: #83652B
RGB: (131,101,43)

Color info

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

RGB color model

#83652B color RGB value is (131,101,43).

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

RGB channels and saturation

R 131 of 255 = 51%
G 101 of 255 = 40%
B 43 of 255 = 17%

131
101
43

R + G + B ~ 36%. #83652B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 101 + 43 = 275 (100%)
R 131 of 275 ~ 47.64%
G 101 of 275 ~ 36.73%
B 43 of 275 ~ 15.64%

%47.64
%36.73
%15.64

CMYK color model

#83652B color CMYK value is (0,23,67,49).

  • cyan value is 0.00%
  • magenta value is 22.90%
  • yellow value is 67.18%
  • key color value is 48.63%
CMYK:
(0,23,67,49)
C0M23Y67K49 
(0%,23%,67%,49%)
(0.00/0.23/0.67/0.49)	

CMYK percentages

%0
%22.9
%67.18
%48.63

Codes

Color #83652B in popluar color models

83652B
RGB13110143
HSL40°50.57%34.12%
HSB/HSV40°67.18%51.37%
CMYK0.00%22.90%67.18%
48.63%

Color #83652B in popluar number systems.

HEX83652B
Decimal13110143
Binary100000111100101101011
Octal20314553

Shades and tints

Shades of #83652B

#83652B
(131,101,43)
#785C28
(120,92,40)
#6D5325
(109,83,37)
#624A22
(98,74,34)
#57411F
(87,65,31)
#4C381C
(76,56,28)
#412F19
(65,47,25)
#362616
(54,38,22)
#2B1D13
(43,29,19)
#201410
(32,20,16)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #83652B

#83652B
(131,101,43)
#8E733E
(142,115,62)
#998151
(153,129,81)
#A48F64
(164,143,100)
#AF9D77
(175,157,119)
#BAAB8A
(186,171,138)
#C5B99D
(197,185,157)
#D0C7B0
(208,199,176)
#DBD5C3
(219,213,195)
#E6E3D6
(230,227,214)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83652B; }

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

This text font color is #83652B.


Background Color

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

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

This div background color is #83652B.


Border color

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

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

This div border color is #83652B.


Opacity

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

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

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

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

This text has shadow with #83652B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83652B on black background.


Color preview on white background

This text has color #83652B on white background.



Black color preview on #83652B background

This text has black color on #83652B background.


White color preview on #83652B background

This text has white color on #83652B background.