COLOR #83915F

HEX: #83915F
RGB: (131,145,95)

Color info

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

RGB color model

#83915F color RGB value is (131,145,95).

  • red value is 131;
  • green value is 145;
  • blue value is 95.
RGB:
(131,145,95)
(51%,57%,37%)

RGB channels and saturation

R 131 of 255 = 51%
G 145 of 255 = 57%
B 95 of 255 = 37%

131
145
95

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

Portions of RGB colors in percentages

R + G + B =
131 + 145 + 95 = 371 (100%)
R 131 of 371 ~ 35.31%
G 145 of 371 ~ 39.08%
B 95 of 371 ~ 25.61%

%35.31
%39.08
%25.61

CMYK color model

#83915F color CMYK value is (10,0,34,43).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 43.14%
CMYK:
(10,0,34,43)
C10M0Y34K43 
(10%,0%,34%,43%)
(0.10/0.00/0.34/0.43)	

CMYK percentages

%9.66
%0
%34.48
%43.14

Codes

Color #83915F in popluar color models

83915F
RGB13114595
HSL77°20.83%47.06%
HSB/HSV77°34.48%56.86%
CMYK9.66%0.00%34.48%
43.14%

Color #83915F in popluar number systems.

HEX83915F
Decimal13114595
Binary10000011100100011011111
Octal203221137

Shades and tints

Shades of #83915F

#83915F
(131,145,95)
#788457
(120,132,87)
#6D774F
(109,119,79)
#626A47
(98,106,71)
#575D3F
(87,93,63)
#4C5037
(76,80,55)
#41432F
(65,67,47)
#363627
(54,54,39)
#2B291F
(43,41,31)
#201C17
(32,28,23)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #83915F

#83915F
(131,145,95)
#8E9B6D
(142,155,109)
#99A57B
(153,165,123)
#A4AF89
(164,175,137)
#AFB997
(175,185,151)
#BAC3A5
(186,195,165)
#C5CDB3
(197,205,179)
#D0D7C1
(208,215,193)
#DBE1CF
(219,225,207)
#E6EBDD
(230,235,221)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83915F color. Also use rgb(131,145,95) instead hex code.

Text Font Color

.myTextColor { color: #83915F; }

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

This text font color is #83915F.


Background Color

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

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

This div background color is #83915F.


Border color

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

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

This div border color is #83915F.


Opacity

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

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

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

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

This text has shadow with #83915F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83915F on black background.


Color preview on white background

This text has color #83915F on white background.



Black color preview on #83915F background

This text has black color on #83915F background.


White color preview on #83915F background

This text has white color on #83915F background.