COLOR #836577

HEX: #836577
RGB: (131,101,119)

Color info

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

RGB color model

#836577 color RGB value is (131,101,119).

  • red value is 131;
  • green value is 101;
  • blue value is 119.
RGB:
(131,101,119)
(51%,40%,47%)

RGB channels and saturation

R 131 of 255 = 51%
G 101 of 255 = 40%
B 119 of 255 = 47%

131
101
119

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

Portions of RGB colors in percentages

R + G + B =
131 + 101 + 119 = 351 (100%)
R 131 of 351 ~ 37.32%
G 101 of 351 ~ 28.77%
B 119 of 351 ~ 33.9%

%37.32
%28.77
%33.9

CMYK color model

#836577 color CMYK value is (0,23,9,49).

  • cyan value is 0.00%
  • magenta value is 22.90%
  • yellow value is 9.16%
  • key color value is 48.63%
CMYK:
(0,23,9,49)
C0M23Y9K49 
(0%,23%,9%,49%)
(0.00/0.23/0.09/0.49)	

CMYK percentages

%0
%22.9
%9.16
%48.63

Codes

Color #836577 in popluar color models

836577
RGB131101119
HSL324°12.93%45.49%
HSB/HSV324°22.90%51.37%
CMYK0.00%22.90%9.16%
48.63%

Color #836577 in popluar number systems.

HEX836577
Decimal131101119
Binary1000001111001011110111
Octal203145167

Shades and tints

Shades of #836577

#836577
(131,101,119)
#785C6D
(120,92,109)
#6D5363
(109,83,99)
#624A59
(98,74,89)
#57414F
(87,65,79)
#4C3845
(76,56,69)
#412F3B
(65,47,59)
#362631
(54,38,49)
#2B1D27
(43,29,39)
#20141D
(32,20,29)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #836577

#836577
(131,101,119)
#8E7383
(142,115,131)
#99818F
(153,129,143)
#A48F9B
(164,143,155)
#AF9DA7
(175,157,167)
#BAABB3
(186,171,179)
#C5B9BF
(197,185,191)
#D0C7CB
(208,199,203)
#DBD5D7
(219,213,215)
#E6E3E3
(230,227,227)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836577 color. Also use rgb(131,101,119) instead hex code.

Text Font Color

.myTextColor { color: #836577; }

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

This text font color is #836577.


Background Color

.myBgColor { background-color: #836577; }

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

This div background color is #836577.


Border color

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

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

This div border color is #836577.


Opacity

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

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

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

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

This text has shadow with #836577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836577 on black background.


Color preview on white background

This text has color #836577 on white background.



Black color preview on #836577 background

This text has black color on #836577 background.


White color preview on #836577 background

This text has white color on #836577 background.