COLOR #836D7B

HEX: #836D7B
RGB: (131,109,123)

Color info

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

RGB color model

#836D7B color RGB value is (131,109,123).

  • red value is 131;
  • green value is 109;
  • blue value is 123.
RGB:
(131,109,123)
(51%,43%,48%)

RGB channels and saturation

R 131 of 255 = 51%
G 109 of 255 = 43%
B 123 of 255 = 48%

131
109
123

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

Portions of RGB colors in percentages

R + G + B =
131 + 109 + 123 = 363 (100%)
R 131 of 363 ~ 36.09%
G 109 of 363 ~ 30.03%
B 123 of 363 ~ 33.88%

%36.09
%30.03
%33.88

CMYK color model

#836D7B color CMYK value is (0,17,6,49).

  • cyan value is 0.00%
  • magenta value is 16.79%
  • yellow value is 6.11%
  • key color value is 48.63%
CMYK:
(0,17,6,49)
C0M17Y6K49 
(0%,17%,6%,49%)
(0.00/0.17/0.06/0.49)	

CMYK percentages

%0
%16.79
%6.11
%48.63

Codes

Color #836D7B in popluar color models

836D7B
RGB131109123
HSL322°9.17%47.06%
HSB/HSV322°16.79%51.37%
CMYK0.00%16.79%6.11%
48.63%

Color #836D7B in popluar number systems.

HEX836D7B
Decimal131109123
Binary1000001111011011111011
Octal203155173

Shades and tints

Shades of #836D7B

#836D7B
(131,109,123)
#786470
(120,100,112)
#6D5B65
(109,91,101)
#62525A
(98,82,90)
#57494F
(87,73,79)
#4C4044
(76,64,68)
#413739
(65,55,57)
#362E2E
(54,46,46)
#2B2523
(43,37,35)
#201C18
(32,28,24)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #836D7B

#836D7B
(131,109,123)
#8E7A87
(142,122,135)
#998793
(153,135,147)
#A4949F
(164,148,159)
#AFA1AB
(175,161,171)
#BAAEB7
(186,174,183)
#C5BBC3
(197,187,195)
#D0C8CF
(208,200,207)
#DBD5DB
(219,213,219)
#E6E2E7
(230,226,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836D7B color. Also use rgb(131,109,123) instead hex code.

Text Font Color

.myTextColor { color: #836D7B; }

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

This text font color is #836D7B.


Background Color

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

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

This div background color is #836D7B.


Border color

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

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

This div border color is #836D7B.


Opacity

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

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

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

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

This text has shadow with #836D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836D7B on black background.


Color preview on white background

This text has color #836D7B on white background.



Black color preview on #836D7B background

This text has black color on #836D7B background.


White color preview on #836D7B background

This text has white color on #836D7B background.