COLOR #83623C

HEX: #83623C
RGB: (131,98,60)

Color info

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

RGB color model

#83623C color RGB value is (131,98,60).

  • red value is 131;
  • green value is 98;
  • blue value is 60.
RGB:
(131,98,60)
(51%,38%,24%)

RGB channels and saturation

R 131 of 255 = 51%
G 98 of 255 = 38%
B 60 of 255 = 24%

131
98
60

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

Portions of RGB colors in percentages

R + G + B =
131 + 98 + 60 = 289 (100%)
R 131 of 289 ~ 45.33%
G 98 of 289 ~ 33.91%
B 60 of 289 ~ 20.76%

%45.33
%33.91
%20.76

CMYK color model

#83623C color CMYK value is (0,25,54,49).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 54.20%
  • key color value is 48.63%
CMYK:
(0,25,54,49)
C0M25Y54K49 
(0%,25%,54%,49%)
(0.00/0.25/0.54/0.49)	

CMYK percentages

%0
%25.19
%54.2
%48.63

Codes

Color #83623C in popluar color models

83623C
RGB1319860
HSL32°37.17%37.45%
HSB/HSV32°54.20%51.37%
CMYK0.00%25.19%54.20%
48.63%

Color #83623C in popluar number systems.

HEX83623C
Decimal1319860
Binary100000111100010111100
Octal20314274

Shades and tints

Shades of #83623C

#83623C
(131,98,60)
#785A37
(120,90,55)
#6D5232
(109,82,50)
#624A2D
(98,74,45)
#574228
(87,66,40)
#4C3A23
(76,58,35)
#41321E
(65,50,30)
#362A19
(54,42,25)
#2B2214
(43,34,20)
#201A0F
(32,26,15)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #83623C

#83623C
(131,98,60)
#8E704D
(142,112,77)
#997E5E
(153,126,94)
#A48C6F
(164,140,111)
#AF9A80
(175,154,128)
#BAA891
(186,168,145)
#C5B6A2
(197,182,162)
#D0C4B3
(208,196,179)
#DBD2C4
(219,210,196)
#E6E0D5
(230,224,213)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83623C color. Also use rgb(131,98,60) instead hex code.

Text Font Color

.myTextColor { color: #83623C; }

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

This text font color is #83623C.


Background Color

.myBgColor { background-color: #83623C; }

<div style="background-color:#83623C">Inner text</div>

This div background color is #83623C.


Border color

.myBorderColor { border: 1px solid #83623C; }

<div style="border:3px solid #83623C">Div</div>

This div border color is #83623C.


Opacity

.myOpacity80 { color: #83623C; opacity: 0.8; }

<p style="color:#83623C;opacity:0.8;">80%</p>

Text with #83623C 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 #83623C;}

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

This text has shadow with #83623C color.

.textShadow {text-shadow: 3px 3px 1px #83623C, 3px 3px 1px red;}

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

This text has shadow with #83623C primary color and red secondary color.


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

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

This text has shadow with #83623C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83623C on black background.


Color preview on white background

This text has color #83623C on white background.



Black color preview on #83623C background

This text has black color on #83623C background.


White color preview on #83623C background

This text has white color on #83623C background.