COLOR #83847C

HEX: #83847C RGB: (131,132,124)

Color info

#83847C contains red, green and blue colors in about the same proportion. Web safe color of #83847C is #999966 (or #996).

RGB color model

#83847C color RGB value is (131,132,124).

RGB: (131,132,124) (51%, 52%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 124 of 255 = 49%

131
132
124

R + G + B ~ 51%. #83847C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 132 + 124 = 387 (100%)
R 131 of 387 ~ 33.85%
G 132 of 387 ~ 34.11%
B 124 of 387 ~ 32.04'%

%33.85
%34.11
%32.04

CMYK color model

#83847C color CMYK value is (1,0,6,48).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 48.24%
CMYK: (1,0,6,48) C1M0Y6K48 (1%,0%,6%,48%) (0.01/0.00/0.06/0.48) 

CMYK percentages

%0.76
%0
%6.06
%48.24

Codes

Color #83847C in popluar color models

83 84 7C
RGB 131 132 124
HSL 68° 3.15% 50.20%
HSB/HSV 68° 6.06% 51.76%
CMYK 0.76% 0.00% 6.06%
48.24%

Color #83847C in popluar number systems.

HEX 83 84 7C
Decimal 131 132 124
Binary 10000011 10000100 1111100
Octal 203 204 174

Shades and tints

Shades of #83847C

#83847C
(131,132,124)
#787871
(120,120,113)
#6D6C66
(109,108,102)
#62605B
(98,96,91)
#575450
(87,84,80)
#4C4845
(76,72,69)
#413C3A
(65,60,58)
#36302F
(54,48,47)
#2B2424
(43,36,36)
#201819
(32,24,25)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #83847C

#83847C
(131,132,124)
#8E8F87
(142,143,135)
#999A92
(153,154,146)
#A4A59D
(164,165,157)
#AFB0A8
(175,176,168)
#BABBB3
(186,187,179)
#C5C6BE
(197,198,190)
#D0D1C9
(208,209,201)
#DBDCD4
(219,220,212)
#E6E7DF
(230,231,223)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83847C color. Also use rgb(131,132,124) instead hex code.

Text Font Color

.myTextColor { color: #83847C; }

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

This text font color is #83847C.

Background Color

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

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

This div background color is #83847C.

Border color

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

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

This div border color is #83847C.

Opacity

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

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

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

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

This text has shadow with #83847C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83847C.

Preview

Color preview on black background

This text has color #83847C on black background.


Color preview on white background

This text has color #83847C on white background.


Black color preview on #83847C background

This text has black color on #83847C background.


White color preview on #83847C background

This text has white color on #83847C background.


Related colors

Complementary color

Complementary color for #hex is #7C7B83.


I love getcolorcode.com

Triadic colors

1 #7C8384 and #847C83 with #83847C are triadic colors.

2 #7C8483 and #84837C with #83847C are triadic colors.