COLOR #836282

HEX: #836282
RGB: (131,98,130)

Color info

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

RGB color model

#836282 color RGB value is (131,98,130).

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

RGB channels and saturation

R 131 of 255 = 51%
G 98 of 255 = 38%
B 130 of 255 = 51%

131
98
130

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

Portions of RGB colors in percentages

R + G + B =
131 + 98 + 130 = 359 (100%)
R 131 of 359 ~ 36.49%
G 98 of 359 ~ 27.3%
B 130 of 359 ~ 36.21%

%36.49
%27.3
%36.21

CMYK color model

#836282 color CMYK value is (0,25,1,49).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 0.76%
  • key color value is 48.63%
CMYK:
(0,25,1,49)
C0M25Y1K49 
(0%,25%,1%,49%)
(0.00/0.25/0.01/0.49)	

CMYK percentages

%0
%25.19
%0.76
%48.63

Codes

Color #836282 in popluar color models

836282
RGB13198130
HSL302°14.41%44.90%
HSB/HSV302°25.19%51.37%
CMYK0.00%25.19%0.76%
48.63%

Color #836282 in popluar number systems.

HEX836282
Decimal13198130
Binary10000011110001010000010
Octal203142202

Shades and tints

Shades of #836282

#836282
(131,98,130)
#785A77
(120,90,119)
#6D526C
(109,82,108)
#624A61
(98,74,97)
#574256
(87,66,86)
#4C3A4B
(76,58,75)
#413240
(65,50,64)
#362A35
(54,42,53)
#2B222A
(43,34,42)
#201A1F
(32,26,31)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #836282

#836282
(131,98,130)
#8E708D
(142,112,141)
#997E98
(153,126,152)
#A48CA3
(164,140,163)
#AF9AAE
(175,154,174)
#BAA8B9
(186,168,185)
#C5B6C4
(197,182,196)
#D0C4CF
(208,196,207)
#DBD2DA
(219,210,218)
#E6E0E5
(230,224,229)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836282; }

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

This text font color is #836282.


Background Color

.myBgColor { background-color: #836282; }

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

This div background color is #836282.


Border color

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

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

This div border color is #836282.


Opacity

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

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

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

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

This text has shadow with #836282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836282 on black background.


Color preview on white background

This text has color #836282 on white background.



Black color preview on #836282 background

This text has black color on #836282 background.


White color preview on #836282 background

This text has white color on #836282 background.