COLOR #83625B

HEX: #83625B
RGB: (131,98,91)

Color info

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

RGB color model

#83625B color RGB value is (131,98,91).

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

RGB channels and saturation

R 131 of 255 = 51%
G 98 of 255 = 38%
B 91 of 255 = 36%

131
98
91

R + G + B ~ 42%. #83625B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 98 + 91 = 320 (100%)
R 131 of 320 ~ 40.94%
G 98 of 320 ~ 30.63%
B 91 of 320 ~ 28.44%

%40.94
%30.63
%28.44

CMYK color model

#83625B color CMYK value is (0,25,31,49).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 30.53%
  • key color value is 48.63%
CMYK:
(0,25,31,49)
C0M25Y31K49 
(0%,25%,31%,49%)
(0.00/0.25/0.31/0.49)	

CMYK percentages

%0
%25.19
%30.53
%48.63

Codes

Color #83625B in popluar color models

83625B
RGB1319891
HSL11°18.02%43.53%
HSB/HSV11°30.53%51.37%
CMYK0.00%25.19%30.53%
48.63%

Color #83625B in popluar number systems.

HEX83625B
Decimal1319891
Binary1000001111000101011011
Octal203142133

Shades and tints

Shades of #83625B

#83625B
(131,98,91)
#785A53
(120,90,83)
#6D524B
(109,82,75)
#624A43
(98,74,67)
#57423B
(87,66,59)
#4C3A33
(76,58,51)
#41322B
(65,50,43)
#362A23
(54,42,35)
#2B221B
(43,34,27)
#201A13
(32,26,19)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #83625B

#83625B
(131,98,91)
#8E7069
(142,112,105)
#997E77
(153,126,119)
#A48C85
(164,140,133)
#AF9A93
(175,154,147)
#BAA8A1
(186,168,161)
#C5B6AF
(197,182,175)
#D0C4BD
(208,196,189)
#DBD2CB
(219,210,203)
#E6E0D9
(230,224,217)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83625B color. Also use rgb(131,98,91) instead hex code.

Text Font Color

.myTextColor { color: #83625B; }

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

This text font color is #83625B.


Background Color

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

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

This div background color is #83625B.


Border color

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

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

This div border color is #83625B.


Opacity

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

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

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

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

This text has shadow with #83625B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83625B on black background.


Color preview on white background

This text has color #83625B on white background.



Black color preview on #83625B background

This text has black color on #83625B background.


White color preview on #83625B background

This text has white color on #83625B background.