COLOR #83915E

HEX: #83915E RGB: (131,145,94)

Color info

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

RGB color model

#83915E color RGB value is (131,145,94).

RGB: (131,145,94) (51%, 57%, 37%)

RGB channels and saturation

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

131
145
94

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

Portions of RGB colors in percentages

R + G + B = 131 + 145 + 94 = 370 (100%)
R 131 of 370 ~ 35.41%
G 145 of 370 ~ 39.19%
B 94 of 370 ~ 25.41'%

%35.41
%39.19
%25.41

CMYK color model

#83915E color CMYK value is (10,0,35,43).

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

CMYK: (10,0,35,43)
C10M0Y35K43 (10%, 0%, 35%, 43%)
(0.10 / 0.00 / 0.35 / 0.43)

CMYK percentages

%9.66
%0
%35.17
%43.14

Codes

Color #83915E in popluar color models

83 91 5E
RGB 131 145 94
HSL 76° 21.34% 46.86%
HSB/HSV 76° 35.17% 56.86%
CMYK 9.66% 0.00% 35.17%
43.14%

Color #83915E in popluar number systems.

HEX 83 91 5E
Decimal 131 145 94
Binary 10000011 10010001 1011110
Octal 203 221 136

Shades and tints

Shades of #83915E

#83915E
(131,145,94)
#788456
(120,132,86)
#6D774E
(109,119,78)
#626A46
(98,106,70)
#575D3E
(87,93,62)
#4C5036
(76,80,54)
#41432E
(65,67,46)
#363626
(54,54,38)
#2B291E
(43,41,30)
#201C16
(32,28,22)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #83915E

#83915E
(131,145,94)
#8E9B6C
(142,155,108)
#99A57A
(153,165,122)
#A4AF88
(164,175,136)
#AFB996
(175,185,150)
#BAC3A4
(186,195,164)
#C5CDB2
(197,205,178)
#D0D7C0
(208,215,192)
#DBE1CE
(219,225,206)
#E6EBDC
(230,235,220)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83915E; }

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

This text font color is #83915E.

Background Color

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

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

This div background color is #83915E.

Border color

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

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

This div border color is #83915E.

Opacity

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

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

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

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

This text has shadow with #83915E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83915E.

Preview

Color preview on black background

This text has color #83915E on black background.


Color preview on white background

This text has color #83915E on white background.


Black color preview on #83915E background

This text has black color on #83915E background.


White color preview on #83915E background

This text has white color on #83915E background.


Related colors

Complementary color

Complementary color for #hex is #7C6EA1.


I love getcolorcode.com

Triadic colors

1 #5E8391 and #915E83 with #83915E are triadic colors.

2 #5E9183 and #91835E with #83915E are triadic colors.