COLOR #83628B

HEX: #83628B
RGB: (131,98,139)

Color info

#83628B contains red, green and blue colors in about the same proportion. Web safe color of #83628B is #996699 (or #969).

RGB color model

#83628B color RGB value is (131,98,139).

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

RGB channels and saturation

R 131 of 255 = 51%
G 98 of 255 = 38%
B 139 of 255 = 55%

131
98
139

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

Portions of RGB colors in percentages

R + G + B =
131 + 98 + 139 = 368 (100%)
R 131 of 368 ~ 35.6%
G 98 of 368 ~ 26.63%
B 139 of 368 ~ 37.77%

%35.6
%26.63
%37.77

CMYK color model

#83628B color CMYK value is (6,29,0,45).

  • cyan value is 5.76%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,29,0,45)
C6M29Y0K45 
(6%,29%,0%,45%)
(0.06/0.29/0.00/0.45)	

CMYK percentages

%5.76
%29.5
%0
%45.49

Codes

Color #83628B in popluar color models

83628B
RGB13198139
HSL288°17.30%46.47%
HSB/HSV288°29.50%54.51%
CMYK5.76%29.50%0.00%
45.49%

Color #83628B in popluar number systems.

HEX83628B
Decimal13198139
Binary10000011110001010001011
Octal203142213

Shades and tints

Shades of #83628B

#83628B
(131,98,139)
#785A7F
(120,90,127)
#6D5273
(109,82,115)
#624A67
(98,74,103)
#57425B
(87,66,91)
#4C3A4F
(76,58,79)
#413243
(65,50,67)
#362A37
(54,42,55)
#2B222B
(43,34,43)
#201A1F
(32,26,31)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #83628B

#83628B
(131,98,139)
#8E7095
(142,112,149)
#997E9F
(153,126,159)
#A48CA9
(164,140,169)
#AF9AB3
(175,154,179)
#BAA8BD
(186,168,189)
#C5B6C7
(197,182,199)
#D0C4D1
(208,196,209)
#DBD2DB
(219,210,219)
#E6E0E5
(230,224,229)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83628B; }

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

This text font color is #83628B.


Background Color

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

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

This div background color is #83628B.


Border color

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

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

This div border color is #83628B.


Opacity

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

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

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

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

This text has shadow with #83628B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83628B on black background.


Color preview on white background

This text has color #83628B on white background.



Black color preview on #83628B background

This text has black color on #83628B background.


White color preview on #83628B background

This text has white color on #83628B background.