COLOR #836B80

HEX: #836B80
RGB: (131,107,128)

Color info

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

RGB color model

#836B80 color RGB value is (131,107,128).

  • red value is 131;
  • green value is 107;
  • blue value is 128.
RGB:
(131,107,128)
(51%,42%,50%)

RGB channels and saturation

R 131 of 255 = 51%
G 107 of 255 = 42%
B 128 of 255 = 50%

131
107
128

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

Portions of RGB colors in percentages

R + G + B =
131 + 107 + 128 = 366 (100%)
R 131 of 366 ~ 35.79%
G 107 of 366 ~ 29.23%
B 128 of 366 ~ 34.97%

%35.79
%29.23
%34.97

CMYK color model

#836B80 color CMYK value is (0,18,2,49).

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 2.29%
  • key color value is 48.63%
CMYK:
(0,18,2,49)
C0M18Y2K49 
(0%,18%,2%,49%)
(0.00/0.18/0.02/0.49)	

CMYK percentages

%0
%18.32
%2.29
%48.63

Codes

Color #836B80 in popluar color models

836B80
RGB131107128
HSL308°10.08%46.67%
HSB/HSV308°18.32%51.37%
CMYK0.00%18.32%2.29%
48.63%

Color #836B80 in popluar number systems.

HEX836B80
Decimal131107128
Binary10000011110101110000000
Octal203153200

Shades and tints

Shades of #836B80

#836B80
(131,107,128)
#786275
(120,98,117)
#6D596A
(109,89,106)
#62505F
(98,80,95)
#574754
(87,71,84)
#4C3E49
(76,62,73)
#41353E
(65,53,62)
#362C33
(54,44,51)
#2B2328
(43,35,40)
#201A1D
(32,26,29)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #836B80

#836B80
(131,107,128)
#8E788B
(142,120,139)
#998596
(153,133,150)
#A492A1
(164,146,161)
#AF9FAC
(175,159,172)
#BAACB7
(186,172,183)
#C5B9C2
(197,185,194)
#D0C6CD
(208,198,205)
#DBD3D8
(219,211,216)
#E6E0E3
(230,224,227)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836B80 color. Also use rgb(131,107,128) instead hex code.

Text Font Color

.myTextColor { color: #836B80; }

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

This text font color is #836B80.


Background Color

.myBgColor { background-color: #836B80; }

<div style="background-color:#836B80">Inner text</div>

This div background color is #836B80.


Border color

.myBorderColor { border: 1px solid #836B80; }

<div style="border:3px solid #836B80">Div</div>

This div border color is #836B80.


Opacity

.myOpacity80 { color: #836B80; opacity: 0.8; }

<p style="color:#836B80;opacity:0.8;">80%</p>

Text with #836B80 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 #836B80;}

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

This text has shadow with #836B80 color.

.textShadow {text-shadow: 3px 3px 1px #836B80, 3px 3px 1px red;}

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

This text has shadow with #836B80 primary color and red secondary color.


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

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

This text has shadow with #836B80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836B80 on black background.


Color preview on white background

This text has color #836B80 on white background.



Black color preview on #836B80 background

This text has black color on #836B80 background.


White color preview on #836B80 background

This text has white color on #836B80 background.