COLOR #83665A

HEX: #83665A
RGB: (131,102,90)

Color info

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

RGB color model

#83665A color RGB value is (131,102,90).

  • red value is 131;
  • green value is 102;
  • blue value is 90.
RGB:
(131,102,90)
(51%,40%,35%)

RGB channels and saturation

R 131 of 255 = 51%
G 102 of 255 = 40%
B 90 of 255 = 35%

131
102
90

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

Portions of RGB colors in percentages

R + G + B =
131 + 102 + 90 = 323 (100%)
R 131 of 323 ~ 40.56%
G 102 of 323 ~ 31.58%
B 90 of 323 ~ 27.86%

%40.56
%31.58
%27.86

CMYK color model

#83665A color CMYK value is (0,22,31,49).

  • cyan value is 0.00%
  • magenta value is 22.14%
  • yellow value is 31.30%
  • key color value is 48.63%
CMYK:
(0,22,31,49)
C0M22Y31K49 
(0%,22%,31%,49%)
(0.00/0.22/0.31/0.49)	

CMYK percentages

%0
%22.14
%31.3
%48.63

Codes

Color #83665A in popluar color models

83665A
RGB13110290
HSL18°18.55%43.33%
HSB/HSV18°31.30%51.37%
CMYK0.00%22.14%31.30%
48.63%

Color #83665A in popluar number systems.

HEX83665A
Decimal13110290
Binary1000001111001101011010
Octal203146132

Shades and tints

Shades of #83665A

#83665A
(131,102,90)
#785D52
(120,93,82)
#6D544A
(109,84,74)
#624B42
(98,75,66)
#57423A
(87,66,58)
#4C3932
(76,57,50)
#41302A
(65,48,42)
#362722
(54,39,34)
#2B1E1A
(43,30,26)
#201512
(32,21,18)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #83665A

#83665A
(131,102,90)
#8E7369
(142,115,105)
#998078
(153,128,120)
#A48D87
(164,141,135)
#AF9A96
(175,154,150)
#BAA7A5
(186,167,165)
#C5B4B4
(197,180,180)
#D0C1C3
(208,193,195)
#DBCED2
(219,206,210)
#E6DBE1
(230,219,225)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83665A color. Also use rgb(131,102,90) instead hex code.

Text Font Color

.myTextColor { color: #83665A; }

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

This text font color is #83665A.


Background Color

.myBgColor { background-color: #83665A; }

<div style="background-color:#83665A">Inner text</div>

This div background color is #83665A.


Border color

.myBorderColor { border: 1px solid #83665A; }

<div style="border:3px solid #83665A">Div</div>

This div border color is #83665A.


Opacity

.myOpacity80 { color: #83665A; opacity: 0.8; }

<p style="color:#83665A;opacity:0.8;">80%</p>

Text with #83665A 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 #83665A;}

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

This text has shadow with #83665A color.

.textShadow {text-shadow: 3px 3px 1px #83665A, 3px 3px 1px red;}

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

This text has shadow with #83665A primary color and red secondary color.


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

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

This text has shadow with #83665A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83665A on black background.


Color preview on white background

This text has color #83665A on white background.



Black color preview on #83665A background

This text has black color on #83665A background.


White color preview on #83665A background

This text has white color on #83665A background.