COLOR #836F89

HEX: #836F89
RGB: (131,111,137)

Color info

#836F89 contains red, green and blue colors in about the same proportion. Web safe color of #836F89 is #996699 (or #969).

RGB color model

#836F89 color RGB value is (131,111,137).

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

RGB channels and saturation

R 131 of 255 = 51%
G 111 of 255 = 44%
B 137 of 255 = 54%

131
111
137

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

Portions of RGB colors in percentages

R + G + B =
131 + 111 + 137 = 379 (100%)
R 131 of 379 ~ 34.56%
G 111 of 379 ~ 29.29%
B 137 of 379 ~ 36.15%

%34.56
%29.29
%36.15

CMYK color model

#836F89 color CMYK value is (4,19,0,46).

  • cyan value is 4.38%
  • magenta value is 18.98%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(4,19,0,46)
C4M19Y0K46 
(4%,19%,0%,46%)
(0.04/0.19/0.00/0.46)	

CMYK percentages

%4.38
%18.98
%0
%46.27

Codes

Color #836F89 in popluar color models

836F89
RGB131111137
HSL286°10.48%48.63%
HSB/HSV286°18.98%53.73%
CMYK4.38%18.98%0.00%
46.27%

Color #836F89 in popluar number systems.

HEX836F89
Decimal131111137
Binary10000011110111110001001
Octal203157211

Shades and tints

Shades of #836F89

#836F89
(131,111,137)
#78657D
(120,101,125)
#6D5B71
(109,91,113)
#625165
(98,81,101)
#574759
(87,71,89)
#4C3D4D
(76,61,77)
#413341
(65,51,65)
#362935
(54,41,53)
#2B1F29
(43,31,41)
#20151D
(32,21,29)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #836F89

#836F89
(131,111,137)
#8E7C93
(142,124,147)
#99899D
(153,137,157)
#A496A7
(164,150,167)
#AFA3B1
(175,163,177)
#BAB0BB
(186,176,187)
#C5BDC5
(197,189,197)
#D0CACF
(208,202,207)
#DBD7D9
(219,215,217)
#E6E4E3
(230,228,227)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836F89; }

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

This text font color is #836F89.


Background Color

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

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

This div background color is #836F89.


Border color

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

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

This div border color is #836F89.


Opacity

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

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

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

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

This text has shadow with #836F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836F89 on black background.


Color preview on white background

This text has color #836F89 on white background.



Black color preview on #836F89 background

This text has black color on #836F89 background.


White color preview on #836F89 background

This text has white color on #836F89 background.