COLOR #836E7D

HEX: #836E7D
RGB: (131,110,125)

Color info

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

RGB color model

#836E7D color RGB value is (131,110,125).

  • red value is 131;
  • green value is 110;
  • blue value is 125.
RGB:
(131,110,125)
(51%,43%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 110 of 255 = 43%
B 125 of 255 = 49%

131
110
125

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

Portions of RGB colors in percentages

R + G + B =
131 + 110 + 125 = 366 (100%)
R 131 of 366 ~ 35.79%
G 110 of 366 ~ 30.05%
B 125 of 366 ~ 34.15%

%35.79
%30.05
%34.15

CMYK color model

#836E7D color CMYK value is (0,16,5,49).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 4.58%
  • key color value is 48.63%
CMYK:
(0,16,5,49)
C0M16Y5K49 
(0%,16%,5%,49%)
(0.00/0.16/0.05/0.49)	

CMYK percentages

%0
%16.03
%4.58
%48.63

Codes

Color #836E7D in popluar color models

836E7D
RGB131110125
HSL317°8.71%47.25%
HSB/HSV317°16.03%51.37%
CMYK0.00%16.03%4.58%
48.63%

Color #836E7D in popluar number systems.

HEX836E7D
Decimal131110125
Binary1000001111011101111101
Octal203156175

Shades and tints

Shades of #836E7D

#836E7D
(131,110,125)
#786472
(120,100,114)
#6D5A67
(109,90,103)
#62505C
(98,80,92)
#574651
(87,70,81)
#4C3C46
(76,60,70)
#41323B
(65,50,59)
#362830
(54,40,48)
#2B1E25
(43,30,37)
#20141A
(32,20,26)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #836E7D

#836E7D
(131,110,125)
#8E7B88
(142,123,136)
#998893
(153,136,147)
#A4959E
(164,149,158)
#AFA2A9
(175,162,169)
#BAAFB4
(186,175,180)
#C5BCBF
(197,188,191)
#D0C9CA
(208,201,202)
#DBD6D5
(219,214,213)
#E6E3E0
(230,227,224)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836E7D color. Also use rgb(131,110,125) instead hex code.

Text Font Color

.myTextColor { color: #836E7D; }

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

This text font color is #836E7D.


Background Color

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

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

This div background color is #836E7D.


Border color

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

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

This div border color is #836E7D.


Opacity

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

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

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

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

This text has shadow with #836E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836E7D on black background.


Color preview on white background

This text has color #836E7D on white background.



Black color preview on #836E7D background

This text has black color on #836E7D background.


White color preview on #836E7D background

This text has white color on #836E7D background.