COLOR #836180

HEX: #836180
RGB: (131,97,128)

Color info

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

RGB color model

#836180 color RGB value is (131,97,128).

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

RGB channels and saturation

R 131 of 255 = 51%
G 97 of 255 = 38%
B 128 of 255 = 50%

131
97
128

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

Portions of RGB colors in percentages

R + G + B =
131 + 97 + 128 = 356 (100%)
R 131 of 356 ~ 36.8%
G 97 of 356 ~ 27.25%
B 128 of 356 ~ 35.96%

%36.8
%27.25
%35.96

CMYK color model

#836180 color CMYK value is (0,26,2,49).

  • cyan value is 0.00%
  • magenta value is 25.95%
  • yellow value is 2.29%
  • key color value is 48.63%
CMYK:
(0,26,2,49)
C0M26Y2K49 
(0%,26%,2%,49%)
(0.00/0.26/0.02/0.49)	

CMYK percentages

%0
%25.95
%2.29
%48.63

Codes

Color #836180 in popluar color models

836180
RGB13197128
HSL305°14.91%44.71%
HSB/HSV305°25.95%51.37%
CMYK0.00%25.95%2.29%
48.63%

Color #836180 in popluar number systems.

HEX836180
Decimal13197128
Binary10000011110000110000000
Octal203141200

Shades and tints

Shades of #836180

#836180
(131,97,128)
#785975
(120,89,117)
#6D516A
(109,81,106)
#62495F
(98,73,95)
#574154
(87,65,84)
#4C3949
(76,57,73)
#41313E
(65,49,62)
#362933
(54,41,51)
#2B2128
(43,33,40)
#20191D
(32,25,29)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #836180

#836180
(131,97,128)
#8E6F8B
(142,111,139)
#997D96
(153,125,150)
#A48BA1
(164,139,161)
#AF99AC
(175,153,172)
#BAA7B7
(186,167,183)
#C5B5C2
(197,181,194)
#D0C3CD
(208,195,205)
#DBD1D8
(219,209,216)
#E6DFE3
(230,223,227)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836180; }

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

This text font color is #836180.


Background Color

.myBgColor { background-color: #836180; }

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

This div background color is #836180.


Border color

.myBorderColor { border: 1px solid #836180; }

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

This div border color is #836180.


Opacity

.myOpacity80 { color: #836180; opacity: 0.8; }

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

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

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

This text has shadow with #836180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836180 on black background.


Color preview on white background

This text has color #836180 on white background.



Black color preview on #836180 background

This text has black color on #836180 background.


White color preview on #836180 background

This text has white color on #836180 background.