COLOR #836482

HEX: #836482
RGB: (131,100,130)

Color info

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

RGB color model

#836482 color RGB value is (131,100,130).

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

RGB channels and saturation

R 131 of 255 = 51%
G 100 of 255 = 39%
B 130 of 255 = 51%

131
100
130

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

Portions of RGB colors in percentages

R + G + B =
131 + 100 + 130 = 361 (100%)
R 131 of 361 ~ 36.29%
G 100 of 361 ~ 27.7%
B 130 of 361 ~ 36.01%

%36.29
%27.7
%36.01

CMYK color model

#836482 color CMYK value is (0,24,1,49).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 0.76%
  • key color value is 48.63%
CMYK:
(0,24,1,49)
C0M24Y1K49 
(0%,24%,1%,49%)
(0.00/0.24/0.01/0.49)	

CMYK percentages

%0
%23.66
%0.76
%48.63

Codes

Color #836482 in popluar color models

836482
RGB131100130
HSL302°13.42%45.29%
HSB/HSV302°23.66%51.37%
CMYK0.00%23.66%0.76%
48.63%

Color #836482 in popluar number systems.

HEX836482
Decimal131100130
Binary10000011110010010000010
Octal203144202

Shades and tints

Shades of #836482

#836482
(131,100,130)
#785B77
(120,91,119)
#6D526C
(109,82,108)
#624961
(98,73,97)
#574056
(87,64,86)
#4C374B
(76,55,75)
#412E40
(65,46,64)
#362535
(54,37,53)
#2B1C2A
(43,28,42)
#20131F
(32,19,31)
#150A14
(21,10,20)
#000000
(0,0,0)

Tints of #836482

#836482
(131,100,130)
#8E728D
(142,114,141)
#998098
(153,128,152)
#A48EA3
(164,142,163)
#AF9CAE
(175,156,174)
#BAAAB9
(186,170,185)
#C5B8C4
(197,184,196)
#D0C6CF
(208,198,207)
#DBD4DA
(219,212,218)
#E6E2E5
(230,226,229)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836482; }

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

This text font color is #836482.


Background Color

.myBgColor { background-color: #836482; }

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

This div background color is #836482.


Border color

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

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

This div border color is #836482.


Opacity

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

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

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

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

This text has shadow with #836482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836482 on black background.


Color preview on white background

This text has color #836482 on white background.



Black color preview on #836482 background

This text has black color on #836482 background.


White color preview on #836482 background

This text has white color on #836482 background.