COLOR #836D7A

HEX: #836D7A
RGB: (131,109,122)

Color info

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

RGB color model

#836D7A color RGB value is (131,109,122).

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

RGB channels and saturation

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

131
109
122

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

Portions of RGB colors in percentages

R + G + B =
131 + 109 + 122 = 362 (100%)
R 131 of 362 ~ 36.19%
G 109 of 362 ~ 30.11%
B 122 of 362 ~ 33.7%

%36.19
%30.11
%33.7

CMYK color model

#836D7A color CMYK value is (0,17,7,49).

  • cyan value is 0.00%
  • magenta value is 16.79%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(0,17,7,49)
C0M17Y7K49 
(0%,17%,7%,49%)
(0.00/0.17/0.07/0.49)	

CMYK percentages

%0
%16.79
%6.87
%48.63

Codes

Color #836D7A in popluar color models

836D7A
RGB131109122
HSL325°9.17%47.06%
HSB/HSV325°16.79%51.37%
CMYK0.00%16.79%6.87%
48.63%

Color #836D7A in popluar number systems.

HEX836D7A
Decimal131109122
Binary1000001111011011111010
Octal203155172

Shades and tints

Shades of #836D7A

#836D7A
(131,109,122)
#78646F
(120,100,111)
#6D5B64
(109,91,100)
#625259
(98,82,89)
#57494E
(87,73,78)
#4C4043
(76,64,67)
#413738
(65,55,56)
#362E2D
(54,46,45)
#2B2522
(43,37,34)
#201C17
(32,28,23)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #836D7A

#836D7A
(131,109,122)
#8E7A86
(142,122,134)
#998792
(153,135,146)
#A4949E
(164,148,158)
#AFA1AA
(175,161,170)
#BAAEB6
(186,174,182)
#C5BBC2
(197,187,194)
#D0C8CE
(208,200,206)
#DBD5DA
(219,213,218)
#E6E2E6
(230,226,230)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836D7A; }

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

This text font color is #836D7A.


Background Color

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

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

This div background color is #836D7A.


Border color

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

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

This div border color is #836D7A.


Opacity

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

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

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

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

This text has shadow with #836D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836D7A on black background.


Color preview on white background

This text has color #836D7A on white background.



Black color preview on #836D7A background

This text has black color on #836D7A background.


White color preview on #836D7A background

This text has white color on #836D7A background.