COLOR #83627F

HEX: #83627F
RGB: (131,98,127)

Color info

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

RGB color model

#83627F color RGB value is (131,98,127).

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

RGB channels and saturation

R 131 of 255 = 51%
G 98 of 255 = 38%
B 127 of 255 = 50%

131
98
127

R + G + B ~ 46%. #83627F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 98 + 127 = 356 (100%)
R 131 of 356 ~ 36.8%
G 98 of 356 ~ 27.53%
B 127 of 356 ~ 35.67%

%36.8
%27.53
%35.67

CMYK color model

#83627F color CMYK value is (0,25,3,49).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 3.05%
  • key color value is 48.63%
CMYK:
(0,25,3,49)
C0M25Y3K49 
(0%,25%,3%,49%)
(0.00/0.25/0.03/0.49)	

CMYK percentages

%0
%25.19
%3.05
%48.63

Codes

Color #83627F in popluar color models

83627F
RGB13198127
HSL307°14.41%44.90%
HSB/HSV307°25.19%51.37%
CMYK0.00%25.19%3.05%
48.63%

Color #83627F in popluar number systems.

HEX83627F
Decimal13198127
Binary1000001111000101111111
Octal203142177

Shades and tints

Shades of #83627F

#83627F
(131,98,127)
#785A74
(120,90,116)
#6D5269
(109,82,105)
#624A5E
(98,74,94)
#574253
(87,66,83)
#4C3A48
(76,58,72)
#41323D
(65,50,61)
#362A32
(54,42,50)
#2B2227
(43,34,39)
#201A1C
(32,26,28)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #83627F

#83627F
(131,98,127)
#8E708A
(142,112,138)
#997E95
(153,126,149)
#A48CA0
(164,140,160)
#AF9AAB
(175,154,171)
#BAA8B6
(186,168,182)
#C5B6C1
(197,182,193)
#D0C4CC
(208,196,204)
#DBD2D7
(219,210,215)
#E6E0E2
(230,224,226)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83627F color. Also use rgb(131,98,127) instead hex code.

Text Font Color

.myTextColor { color: #83627F; }

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

This text font color is #83627F.


Background Color

.myBgColor { background-color: #83627F; }

<div style="background-color:#83627F">Inner text</div>

This div background color is #83627F.


Border color

.myBorderColor { border: 1px solid #83627F; }

<div style="border:3px solid #83627F">Div</div>

This div border color is #83627F.


Opacity

.myOpacity80 { color: #83627F; opacity: 0.8; }

<p style="color:#83627F;opacity:0.8;">80%</p>

Text with #83627F 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 #83627F;}

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

This text has shadow with #83627F color.

.textShadow {text-shadow: 3px 3px 1px #83627F, 3px 3px 1px red;}

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

This text has shadow with #83627F primary color and red secondary color.


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

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

This text has shadow with #83627F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83627F on black background.


Color preview on white background

This text has color #83627F on white background.



Black color preview on #83627F background

This text has black color on #83627F background.


White color preview on #83627F background

This text has white color on #83627F background.