COLOR #836D8A

HEX: #836D8A RGB: (131,109,138)

Color info

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

RGB color model

#836D8A color RGB value is (131,109,138).

RGB: (131,109,138) (51%, 43%, 54%)

RGB channels and saturation

R 131 of 255 = 51%
G 109 of 255 = 43%
B 138 of 255 = 54%

131
109
138

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

Portions of RGB colors in percentages

R + G + B = 131 + 109 + 138 = 378 (100%)
R 131 of 378 ~ 34.66%
G 109 of 378 ~ 28.84%
B 138 of 378 ~ 36.51'%

%34.66
%28.84
%36.51

CMYK color model

#836D8A color CMYK value is (5,21,0,46).

  • cyan value is 5.07%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (5,21,0,46)
C5M21Y0K46 (5%, 21%, 0%, 46%)
(0.05 / 0.21 / 0.00 / 0.46)

CMYK percentages

%5.07
%21.01
%0
%45.88

Codes

Color #836D8A in popluar color models

83 6D 8A
RGB 131 109 138
HSL 286° 11.74% 48.43%
HSB/HSV 286° 21.01% 54.12%
CMYK 5.07% 21.01% 0.00%
45.88%

Color #836D8A in popluar number systems.

HEX 83 6D 8A
Decimal 131 109 138
Binary 10000011 1101101 10001010
Octal 203 155 212

Shades and tints

Shades of #836D8A

#836D8A
(131,109,138)
#78647E
(120,100,126)
#6D5B72
(109,91,114)
#625266
(98,82,102)
#57495A
(87,73,90)
#4C404E
(76,64,78)
#413742
(65,55,66)
#362E36
(54,46,54)
#2B252A
(43,37,42)
#201C1E
(32,28,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #836D8A

#836D8A
(131,109,138)
#8E7A94
(142,122,148)
#99879E
(153,135,158)
#A494A8
(164,148,168)
#AFA1B2
(175,161,178)
#BAAEBC
(186,174,188)
#C5BBC6
(197,187,198)
#D0C8D0
(208,200,208)
#DBD5DA
(219,213,218)
#E6E2E4
(230,226,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836D8A color. Also use rgb(131,109,138) instead hex code.

Text Font Color

.myTextColor { color: #836D8A; }

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

This text font color is #836D8A.

Background Color

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

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

This div background color is #836D8A.

Border color

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

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

This div border color is #836D8A.

Opacity

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

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

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

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

This text has shadow with #836D8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836D8A.

Preview

Color preview on black background

This text has color #836D8A on black background.


Color preview on white background

This text has color #836D8A on white background.


Black color preview on #836D8A background

This text has black color on #836D8A background.


White color preview on #836D8A background

This text has white color on #836D8A background.


Related colors

Complementary color

Complementary color for #hex is #7C9275.


I love getcolorcode.com

Triadic colors

1 #8A836D and #6D8A83 with #836D8A are triadic colors.

2 #8A6D83 and #6D838A with #836D8A are triadic colors.