COLOR #83985C

HEX: #83985C
RGB: (131,152,92)

Color info

#83985C contains mainly red and green colors. Web safe color of #83985C is #999966 (or #996).

RGB color model

#83985C color RGB value is (131,152,92).

  • red value is 131;
  • green value is 152;
  • blue value is 92.
RGB:
(131,152,92)
(51%,60%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 152 of 255 = 60%
B 92 of 255 = 36%

131
152
92

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

Portions of RGB colors in percentages

R + G + B =
131 + 152 + 92 = 375 (100%)
R 131 of 375 ~ 34.93%
G 152 of 375 ~ 40.53%
B 92 of 375 ~ 24.53%

%34.93
%40.53
%24.53

CMYK color model

#83985C color CMYK value is (14,0,39,40).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 40.39%
CMYK:
(14,0,39,40)
C14M0Y39K40 
(14%,0%,39%,40%)
(0.14/0.00/0.39/0.40)	

CMYK percentages

%13.82
%0
%39.47
%40.39

Codes

Color #83985C in popluar color models

83985C
RGB13115292
HSL81°24.59%47.84%
HSB/HSV81°39.47%59.61%
CMYK13.82%0.00%39.47%
40.39%

Color #83985C in popluar number systems.

HEX83985C
Decimal13115292
Binary10000011100110001011100
Octal203230134

Shades and tints

Shades of #83985C

#83985C
(131,152,92)
#788B54
(120,139,84)
#6D7E4C
(109,126,76)
#627144
(98,113,68)
#57643C
(87,100,60)
#4C5734
(76,87,52)
#414A2C
(65,74,44)
#363D24
(54,61,36)
#2B301C
(43,48,28)
#202314
(32,35,20)
#15160C
(21,22,12)
#000000
(0,0,0)

Tints of #83985C

#83985C
(131,152,92)
#8EA16A
(142,161,106)
#99AA78
(153,170,120)
#A4B386
(164,179,134)
#AFBC94
(175,188,148)
#BAC5A2
(186,197,162)
#C5CEB0
(197,206,176)
#D0D7BE
(208,215,190)
#DBE0CC
(219,224,204)
#E6E9DA
(230,233,218)
#F1F2E8
(241,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83985C color. Also use rgb(131,152,92) instead hex code.

Text Font Color

.myTextColor { color: #83985C; }

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

This text font color is #83985C.


Background Color

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

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

This div background color is #83985C.


Border color

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

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

This div border color is #83985C.


Opacity

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

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

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

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

This text has shadow with #83985C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83985C on black background.


Color preview on white background

This text has color #83985C on white background.



Black color preview on #83985C background

This text has black color on #83985C background.


White color preview on #83985C background

This text has white color on #83985C background.