COLOR #83917C

HEX: #83917C RGB: (131,145,124)

Color info

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

RGB color model

#83917C color RGB value is (131,145,124).

RGB: (131,145,124) (51%, 57%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 145 of 255 = 57%
B 124 of 255 = 49%

131
145
124

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

Portions of RGB colors in percentages

R + G + B = 131 + 145 + 124 = 400 (100%)
R 131 of 400 ~ 32.75%
G 145 of 400 ~ 36.25%
B 124 of 400 ~ 31'%

%32.75
%36.25
%31

CMYK color model

#83917C color CMYK value is (10,0,14,43).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 43.14%

CMYK: (10,0,14,43)
C10M0Y14K43 (10%, 0%, 14%, 43%)
(0.10 / 0.00 / 0.14 / 0.43)

CMYK percentages

%9.66
%0
%14.48
%43.14

Codes

Color #83917C in popluar color models

83 91 7C
RGB 131 145 124
HSL 100° 8.71% 52.75%
HSB/HSV 100° 14.48% 56.86%
CMYK 9.66% 0.00% 14.48%
43.14%

Color #83917C in popluar number systems.

HEX 83 91 7C
Decimal 131 145 124
Binary 10000011 10010001 1111100
Octal 203 221 174

Shades and tints

Shades of #83917C

#83917C
(131,145,124)
#788471
(120,132,113)
#6D7766
(109,119,102)
#626A5B
(98,106,91)
#575D50
(87,93,80)
#4C5045
(76,80,69)
#41433A
(65,67,58)
#36362F
(54,54,47)
#2B2924
(43,41,36)
#201C19
(32,28,25)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #83917C

#83917C
(131,145,124)
#8E9B87
(142,155,135)
#99A592
(153,165,146)
#A4AF9D
(164,175,157)
#AFB9A8
(175,185,168)
#BAC3B3
(186,195,179)
#C5CDBE
(197,205,190)
#D0D7C9
(208,215,201)
#DBE1D4
(219,225,212)
#E6EBDF
(230,235,223)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83917C; }

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

This text font color is #83917C.

Background Color

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

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

This div background color is #83917C.

Border color

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

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

This div border color is #83917C.

Opacity

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

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

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

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

This text has shadow with #83917C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83917C.

Preview

Color preview on black background

This text has color #83917C on black background.


Color preview on white background

This text has color #83917C on white background.


Black color preview on #83917C background

This text has black color on #83917C background.


White color preview on #83917C background

This text has white color on #83917C background.


Related colors

Complementary color

Complementary color for #hex is #7C6E83.


I love getcolorcode.com

Triadic colors

1 #7C8391 and #917C83 with #83917C are triadic colors.

2 #7C9183 and #91837C with #83917C are triadic colors.