COLOR #83815D

HEX: #83815D
RGB: (131,129,93)

Color info

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

RGB color model

#83815D color RGB value is (131,129,93).

  • red value is 131;
  • green value is 129;
  • blue value is 93.
RGB:
(131,129,93)
(51%,51%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 93 of 255 = 36%

131
129
93

R + G + B ~ 46%. #83815D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 93 = 353 (100%)
R 131 of 353 ~ 37.11%
G 129 of 353 ~ 36.54%
B 93 of 353 ~ 26.35%

%37.11
%36.54
%26.35

CMYK color model

#83815D color CMYK value is (0,2,29,49).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 29.01%
  • key color value is 48.63%
CMYK:
(0,2,29,49)
C0M2Y29K49 
(0%,2%,29%,49%)
(0.00/0.02/0.29/0.49)	

CMYK percentages

%0
%1.53
%29.01
%48.63

Codes

Color #83815D in popluar color models

83815D
RGB13112993
HSL57°16.96%43.92%
HSB/HSV57°29.01%51.37%
CMYK0.00%1.53%29.01%
48.63%

Color #83815D in popluar number systems.

HEX83815D
Decimal13112993
Binary10000011100000011011101
Octal203201135

Shades and tints

Shades of #83815D

#83815D
(131,129,93)
#787655
(120,118,85)
#6D6B4D
(109,107,77)
#626045
(98,96,69)
#57553D
(87,85,61)
#4C4A35
(76,74,53)
#413F2D
(65,63,45)
#363425
(54,52,37)
#2B291D
(43,41,29)
#201E15
(32,30,21)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #83815D

#83815D
(131,129,93)
#8E8C6B
(142,140,107)
#999779
(153,151,121)
#A4A287
(164,162,135)
#AFAD95
(175,173,149)
#BAB8A3
(186,184,163)
#C5C3B1
(197,195,177)
#D0CEBF
(208,206,191)
#DBD9CD
(219,217,205)
#E6E4DB
(230,228,219)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83815D color. Also use rgb(131,129,93) instead hex code.

Text Font Color

.myTextColor { color: #83815D; }

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

This text font color is #83815D.


Background Color

.myBgColor { background-color: #83815D; }

<div style="background-color:#83815D">Inner text</div>

This div background color is #83815D.


Border color

.myBorderColor { border: 1px solid #83815D; }

<div style="border:3px solid #83815D">Div</div>

This div border color is #83815D.


Opacity

.myOpacity80 { color: #83815D; opacity: 0.8; }

<p style="color:#83815D;opacity:0.8;">80%</p>

Text with #83815D 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 #83815D;}

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

This text has shadow with #83815D color.

.textShadow {text-shadow: 3px 3px 1px #83815D, 3px 3px 1px red;}

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

This text has shadow with #83815D primary color and red secondary color.


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

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

This text has shadow with #83815D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83815D on black background.


Color preview on white background

This text has color #83815D on white background.



Black color preview on #83815D background

This text has black color on #83815D background.


White color preview on #83815D background

This text has white color on #83815D background.