COLOR #836289

HEX: #836289
RGB: (131,98,137)

Color info

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

RGB color model

#836289 color RGB value is (131,98,137).

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

RGB channels and saturation

R 131 of 255 = 51%
G 98 of 255 = 38%
B 137 of 255 = 54%

131
98
137

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

Portions of RGB colors in percentages

R + G + B =
131 + 98 + 137 = 366 (100%)
R 131 of 366 ~ 35.79%
G 98 of 366 ~ 26.78%
B 137 of 366 ~ 37.43%

%35.79
%26.78
%37.43

CMYK color model

#836289 color CMYK value is (4,28,0,46).

  • cyan value is 4.38%
  • magenta value is 28.47%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(4,28,0,46)
C4M28Y0K46 
(4%,28%,0%,46%)
(0.04/0.28/0.00/0.46)	

CMYK percentages

%4.38
%28.47
%0
%46.27

Codes

Color #836289 in popluar color models

836289
RGB13198137
HSL291°16.60%46.08%
HSB/HSV291°28.47%53.73%
CMYK4.38%28.47%0.00%
46.27%

Color #836289 in popluar number systems.

HEX836289
Decimal13198137
Binary10000011110001010001001
Octal203142211

Shades and tints

Shades of #836289

#836289
(131,98,137)
#785A7D
(120,90,125)
#6D5271
(109,82,113)
#624A65
(98,74,101)
#574259
(87,66,89)
#4C3A4D
(76,58,77)
#413241
(65,50,65)
#362A35
(54,42,53)
#2B2229
(43,34,41)
#201A1D
(32,26,29)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #836289

#836289
(131,98,137)
#8E7093
(142,112,147)
#997E9D
(153,126,157)
#A48CA7
(164,140,167)
#AF9AB1
(175,154,177)
#BAA8BB
(186,168,187)
#C5B6C5
(197,182,197)
#D0C4CF
(208,196,207)
#DBD2D9
(219,210,217)
#E6E0E3
(230,224,227)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836289; }

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

This text font color is #836289.


Background Color

.myBgColor { background-color: #836289; }

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

This div background color is #836289.


Border color

.myBorderColor { border: 1px solid #836289; }

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

This div border color is #836289.


Opacity

.myOpacity80 { color: #836289; opacity: 0.8; }

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

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

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

This text has shadow with #836289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836289 on black background.


Color preview on white background

This text has color #836289 on white background.



Black color preview on #836289 background

This text has black color on #836289 background.


White color preview on #836289 background

This text has white color on #836289 background.