COLOR #83615C

HEX: #83615C
RGB: (131,97,92)

Color info

#83615C contains red, green and blue colors in about the same proportion. Web safe color of #83615C is #996666 (or #966).

RGB color model

#83615C color RGB value is (131,97,92).

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

RGB channels and saturation

R 131 of 255 = 51%
G 97 of 255 = 38%
B 92 of 255 = 36%

131
97
92

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

Portions of RGB colors in percentages

R + G + B =
131 + 97 + 92 = 320 (100%)
R 131 of 320 ~ 40.94%
G 97 of 320 ~ 30.31%
B 92 of 320 ~ 28.75%

%40.94
%30.31
%28.75

CMYK color model

#83615C color CMYK value is (0,26,30,49).

  • cyan value is 0.00%
  • magenta value is 25.95%
  • yellow value is 29.77%
  • key color value is 48.63%
CMYK:
(0,26,30,49)
C0M26Y30K49 
(0%,26%,30%,49%)
(0.00/0.26/0.30/0.49)	

CMYK percentages

%0
%25.95
%29.77
%48.63

Codes

Color #83615C in popluar color models

83615C
RGB1319792
HSL17.49%43.73%
HSB/HSV29.77%51.37%
CMYK0.00%25.95%29.77%
48.63%

Color #83615C in popluar number systems.

HEX83615C
Decimal1319792
Binary1000001111000011011100
Octal203141134

Shades and tints

Shades of #83615C

#83615C
(131,97,92)
#785954
(120,89,84)
#6D514C
(109,81,76)
#624944
(98,73,68)
#57413C
(87,65,60)
#4C3934
(76,57,52)
#41312C
(65,49,44)
#362924
(54,41,36)
#2B211C
(43,33,28)
#201914
(32,25,20)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #83615C

#83615C
(131,97,92)
#8E6F6A
(142,111,106)
#997D78
(153,125,120)
#A48B86
(164,139,134)
#AF9994
(175,153,148)
#BAA7A2
(186,167,162)
#C5B5B0
(197,181,176)
#D0C3BE
(208,195,190)
#DBD1CC
(219,209,204)
#E6DFDA
(230,223,218)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83615C; }

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

This text font color is #83615C.


Background Color

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

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

This div background color is #83615C.


Border color

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

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

This div border color is #83615C.


Opacity

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

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

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

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

This text has shadow with #83615C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83615C on black background.


Color preview on white background

This text has color #83615C on white background.



Black color preview on #83615C background

This text has black color on #83615C background.


White color preview on #83615C background

This text has white color on #83615C background.