COLOR #836C70

HEX: #836C70
RGB: (131,108,112)

Color info

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

RGB color model

#836C70 color RGB value is (131,108,112).

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

RGB channels and saturation

R 131 of 255 = 51%
G 108 of 255 = 42%
B 112 of 255 = 44%

131
108
112

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

Portions of RGB colors in percentages

R + G + B =
131 + 108 + 112 = 351 (100%)
R 131 of 351 ~ 37.32%
G 108 of 351 ~ 30.77%
B 112 of 351 ~ 31.91%

%37.32
%30.77
%31.91

CMYK color model

#836C70 color CMYK value is (0,18,15,49).

  • cyan value is 0.00%
  • magenta value is 17.56%
  • yellow value is 14.50%
  • key color value is 48.63%
CMYK:
(0,18,15,49)
C0M18Y15K49 
(0%,18%,15%,49%)
(0.00/0.18/0.15/0.49)	

CMYK percentages

%0
%17.56
%14.5
%48.63

Codes

Color #836C70 in popluar color models

836C70
RGB131108112
HSL350°9.62%46.86%
HSB/HSV350°17.56%51.37%
CMYK0.00%17.56%14.50%
48.63%

Color #836C70 in popluar number systems.

HEX836C70
Decimal131108112
Binary1000001111011001110000
Octal203154160

Shades and tints

Shades of #836C70

#836C70
(131,108,112)
#786366
(120,99,102)
#6D5A5C
(109,90,92)
#625152
(98,81,82)
#574848
(87,72,72)
#4C3F3E
(76,63,62)
#413634
(65,54,52)
#362D2A
(54,45,42)
#2B2420
(43,36,32)
#201B16
(32,27,22)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #836C70

#836C70
(131,108,112)
#8E797D
(142,121,125)
#99868A
(153,134,138)
#A49397
(164,147,151)
#AFA0A4
(175,160,164)
#BAADB1
(186,173,177)
#C5BABE
(197,186,190)
#D0C7CB
(208,199,203)
#DBD4D8
(219,212,216)
#E6E1E5
(230,225,229)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836C70; }

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

This text font color is #836C70.


Background Color

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

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

This div background color is #836C70.


Border color

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

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

This div border color is #836C70.


Opacity

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

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

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

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

This text has shadow with #836C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836C70 on black background.


Color preview on white background

This text has color #836C70 on white background.



Black color preview on #836C70 background

This text has black color on #836C70 background.


White color preview on #836C70 background

This text has white color on #836C70 background.