COLOR #836F7C

HEX: #836F7C
RGB: (131,111,124)

Color info

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

RGB color model

#836F7C color RGB value is (131,111,124).

  • red value is 131;
  • green value is 111;
  • blue value is 124.
RGB:
(131,111,124)
(51%,44%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 111 of 255 = 44%
B 124 of 255 = 49%

131
111
124

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

Portions of RGB colors in percentages

R + G + B =
131 + 111 + 124 = 366 (100%)
R 131 of 366 ~ 35.79%
G 111 of 366 ~ 30.33%
B 124 of 366 ~ 33.88%

%35.79
%30.33
%33.88

CMYK color model

#836F7C color CMYK value is (0,15,5,49).

  • cyan value is 0.00%
  • magenta value is 15.27%
  • yellow value is 5.34%
  • key color value is 48.63%
CMYK:
(0,15,5,49)
C0M15Y5K49 
(0%,15%,5%,49%)
(0.00/0.15/0.05/0.49)	

CMYK percentages

%0
%15.27
%5.34
%48.63

Codes

Color #836F7C in popluar color models

836F7C
RGB131111124
HSL321°8.26%47.45%
HSB/HSV321°15.27%51.37%
CMYK0.00%15.27%5.34%
48.63%

Color #836F7C in popluar number systems.

HEX836F7C
Decimal131111124
Binary1000001111011111111100
Octal203157174

Shades and tints

Shades of #836F7C

#836F7C
(131,111,124)
#786571
(120,101,113)
#6D5B66
(109,91,102)
#62515B
(98,81,91)
#574750
(87,71,80)
#4C3D45
(76,61,69)
#41333A
(65,51,58)
#36292F
(54,41,47)
#2B1F24
(43,31,36)
#201519
(32,21,25)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #836F7C

#836F7C
(131,111,124)
#8E7C87
(142,124,135)
#998992
(153,137,146)
#A4969D
(164,150,157)
#AFA3A8
(175,163,168)
#BAB0B3
(186,176,179)
#C5BDBE
(197,189,190)
#D0CAC9
(208,202,201)
#DBD7D4
(219,215,212)
#E6E4DF
(230,228,223)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836F7C color. Also use rgb(131,111,124) instead hex code.

Text Font Color

.myTextColor { color: #836F7C; }

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

This text font color is #836F7C.


Background Color

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

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

This div background color is #836F7C.


Border color

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

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

This div border color is #836F7C.


Opacity

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

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

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

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

This text has shadow with #836F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836F7C on black background.


Color preview on white background

This text has color #836F7C on white background.



Black color preview on #836F7C background

This text has black color on #836F7C background.


White color preview on #836F7C background

This text has white color on #836F7C background.