COLOR #836C7C

HEX: #836C7C
RGB: (131,108,124)

Color info

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

RGB color model

#836C7C color RGB value is (131,108,124).

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

RGB channels and saturation

R 131 of 255 = 51%
G 108 of 255 = 42%
B 124 of 255 = 49%

131
108
124

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

Portions of RGB colors in percentages

R + G + B =
131 + 108 + 124 = 363 (100%)
R 131 of 363 ~ 36.09%
G 108 of 363 ~ 29.75%
B 124 of 363 ~ 34.16%

%36.09
%29.75
%34.16

CMYK color model

#836C7C color CMYK value is (0,18,5,49).

  • cyan value is 0.00%
  • magenta value is 17.56%
  • yellow value is 5.34%
  • key color value is 48.63%
CMYK:
(0,18,5,49)
C0M18Y5K49 
(0%,18%,5%,49%)
(0.00/0.18/0.05/0.49)	

CMYK percentages

%0
%17.56
%5.34
%48.63

Codes

Color #836C7C in popluar color models

836C7C
RGB131108124
HSL318°9.62%46.86%
HSB/HSV318°17.56%51.37%
CMYK0.00%17.56%5.34%
48.63%

Color #836C7C in popluar number systems.

HEX836C7C
Decimal131108124
Binary1000001111011001111100
Octal203154174

Shades and tints

Shades of #836C7C

#836C7C
(131,108,124)
#786371
(120,99,113)
#6D5A66
(109,90,102)
#62515B
(98,81,91)
#574850
(87,72,80)
#4C3F45
(76,63,69)
#41363A
(65,54,58)
#362D2F
(54,45,47)
#2B2424
(43,36,36)
#201B19
(32,27,25)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #836C7C

#836C7C
(131,108,124)
#8E7987
(142,121,135)
#998692
(153,134,146)
#A4939D
(164,147,157)
#AFA0A8
(175,160,168)
#BAADB3
(186,173,179)
#C5BABE
(197,186,190)
#D0C7C9
(208,199,201)
#DBD4D4
(219,212,212)
#E6E1DF
(230,225,223)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836C7C; }

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

This text font color is #836C7C.


Background Color

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

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

This div background color is #836C7C.


Border color

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

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

This div border color is #836C7C.


Opacity

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

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

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

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

This text has shadow with #836C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836C7C on black background.


Color preview on white background

This text has color #836C7C on white background.



Black color preview on #836C7C background

This text has black color on #836C7C background.


White color preview on #836C7C background

This text has white color on #836C7C background.