COLOR #83627A

HEX: #83627A RGB: (131,98,122)

Color info

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

RGB color model

#83627A color RGB value is (131,98,122).

RGB: (131,98,122) (51%, 38%, 48%)

RGB channels and saturation

R 131 of 255 = 51%
G 98 of 255 = 38%
B 122 of 255 = 48%

131
98
122

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

Portions of RGB colors in percentages

R + G + B = 131 + 98 + 122 = 351 (100%)
R 131 of 351 ~ 37.32%
G 98 of 351 ~ 27.92%
B 122 of 351 ~ 34.76'%

%37.32
%27.92
%34.76

CMYK color model

#83627A color CMYK value is (0,25,7,49).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 6.87%
  • key color value is 48.63%

CMYK: (0,25,7,49)
C0M25Y7K49 (0%, 25%, 7%, 49%)
(0.00 / 0.25 / 0.07 / 0.49)

CMYK percentages

%0
%25.19
%6.87
%48.63

Codes

Color #83627A in popluar color models

83 62 7A
RGB 131 98 122
HSL 316° 14.41% 44.90%
HSB/HSV 316° 25.19% 51.37%
CMYK 0.00% 25.19% 6.87%
48.63%

Color #83627A in popluar number systems.

HEX 83 62 7A
Decimal 131 98 122
Binary 10000011 1100010 1111010
Octal 203 142 172

Shades and tints

Shades of #83627A

#83627A
(131,98,122)
#785A6F
(120,90,111)
#6D5264
(109,82,100)
#624A59
(98,74,89)
#57424E
(87,66,78)
#4C3A43
(76,58,67)
#413238
(65,50,56)
#362A2D
(54,42,45)
#2B2222
(43,34,34)
#201A17
(32,26,23)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #83627A

#83627A
(131,98,122)
#8E7086
(142,112,134)
#997E92
(153,126,146)
#A48C9E
(164,140,158)
#AF9AAA
(175,154,170)
#BAA8B6
(186,168,182)
#C5B6C2
(197,182,194)
#D0C4CE
(208,196,206)
#DBD2DA
(219,210,218)
#E6E0E6
(230,224,230)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83627A; }

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

This text font color is #83627A.

Background Color

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

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

This div background color is #83627A.

Border color

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

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

This div border color is #83627A.

Opacity

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

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

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

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

This text has shadow with #83627A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83627A.

Preview

Color preview on black background

This text has color #83627A on black background.


Color preview on white background

This text has color #83627A on white background.


Black color preview on #83627A background

This text has black color on #83627A background.


White color preview on #83627A background

This text has white color on #83627A background.


Related colors

Complementary color

Complementary color for #hex is #7C9D85.


I love getcolorcode.com

Triadic colors

1 #7A8362 and #627A83 with #83627A are triadic colors.

2 #7A6283 and #62837A with #83627A are triadic colors.