COLOR #836F78

HEX: #836F78
RGB: (131,111,120)

Color info

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

RGB color model

#836F78 color RGB value is (131,111,120).

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

RGB channels and saturation

R 131 of 255 = 51%
G 111 of 255 = 44%
B 120 of 255 = 47%

131
111
120

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

Portions of RGB colors in percentages

R + G + B =
131 + 111 + 120 = 362 (100%)
R 131 of 362 ~ 36.19%
G 111 of 362 ~ 30.66%
B 120 of 362 ~ 33.15%

%36.19
%30.66
%33.15

CMYK color model

#836F78 color CMYK value is (0,15,8,49).

  • cyan value is 0.00%
  • magenta value is 15.27%
  • yellow value is 8.40%
  • key color value is 48.63%
CMYK:
(0,15,8,49)
C0M15Y8K49 
(0%,15%,8%,49%)
(0.00/0.15/0.08/0.49)	

CMYK percentages

%0
%15.27
%8.4
%48.63

Codes

Color #836F78 in popluar color models

836F78
RGB131111120
HSL333°8.26%47.45%
HSB/HSV333°15.27%51.37%
CMYK0.00%15.27%8.40%
48.63%

Color #836F78 in popluar number systems.

HEX836F78
Decimal131111120
Binary1000001111011111111000
Octal203157170

Shades and tints

Shades of #836F78

#836F78
(131,111,120)
#78656E
(120,101,110)
#6D5B64
(109,91,100)
#62515A
(98,81,90)
#574750
(87,71,80)
#4C3D46
(76,61,70)
#41333C
(65,51,60)
#362932
(54,41,50)
#2B1F28
(43,31,40)
#20151E
(32,21,30)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #836F78

#836F78
(131,111,120)
#8E7C84
(142,124,132)
#998990
(153,137,144)
#A4969C
(164,150,156)
#AFA3A8
(175,163,168)
#BAB0B4
(186,176,180)
#C5BDC0
(197,189,192)
#D0CACC
(208,202,204)
#DBD7D8
(219,215,216)
#E6E4E4
(230,228,228)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836F78; }

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

This text font color is #836F78.


Background Color

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

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

This div background color is #836F78.


Border color

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

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

This div border color is #836F78.


Opacity

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

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

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

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

This text has shadow with #836F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836F78 on black background.


Color preview on white background

This text has color #836F78 on white background.



Black color preview on #836F78 background

This text has black color on #836F78 background.


White color preview on #836F78 background

This text has white color on #836F78 background.