COLOR #836F8F

HEX: #836F8F RGB: (131,111,143)

Color info

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

RGB color model

#836F8F color RGB value is (131,111,143).

RGB: (131,111,143) (51%, 44%, 56%)

RGB channels and saturation

R 131 of 255 = 51%
G 111 of 255 = 44%
B 143 of 255 = 56%

131
111
143

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

Portions of RGB colors in percentages

R + G + B = 131 + 111 + 143 = 385 (100%)
R 131 of 385 ~ 34.03%
G 111 of 385 ~ 28.83%
B 143 of 385 ~ 37.14'%

%34.03
%28.83
%37.14

CMYK color model

#836F8F color CMYK value is (8,22,0,44).

  • cyan value is 8.39%
  • magenta value is 22.38%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (8,22,0,44)
C8M22Y0K44 (8%, 22%, 0%, 44%)
(0.08 / 0.22 / 0.00 / 0.44)

CMYK percentages

%8.39
%22.38
%0
%43.92

Codes

Color #836F8F in popluar color models

83 6F 8F
RGB 131 111 143
HSL 278° 12.60% 49.80%
HSB/HSV 278° 22.38% 56.08%
CMYK 8.39% 22.38% 0.00%
43.92%

Color #836F8F in popluar number systems.

HEX 83 6F 8F
Decimal 131 111 143
Binary 10000011 1101111 10001111
Octal 203 157 217

Shades and tints

Shades of #836F8F

#836F8F
(131,111,143)
#786582
(120,101,130)
#6D5B75
(109,91,117)
#625168
(98,81,104)
#57475B
(87,71,91)
#4C3D4E
(76,61,78)
#413341
(65,51,65)
#362934
(54,41,52)
#2B1F27
(43,31,39)
#20151A
(32,21,26)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #836F8F

#836F8F
(131,111,143)
#8E7C99
(142,124,153)
#9989A3
(153,137,163)
#A496AD
(164,150,173)
#AFA3B7
(175,163,183)
#BAB0C1
(186,176,193)
#C5BDCB
(197,189,203)
#D0CAD5
(208,202,213)
#DBD7DF
(219,215,223)
#E6E4E9
(230,228,233)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836F8F; }

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

This text font color is #836F8F.

Background Color

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

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

This div background color is #836F8F.

Border color

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

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

This div border color is #836F8F.

Opacity

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

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

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

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

This text has shadow with #836F8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836F8F.

Preview

Color preview on black background

This text has color #836F8F on black background.


Color preview on white background

This text has color #836F8F on white background.


Black color preview on #836F8F background

This text has black color on #836F8F background.


White color preview on #836F8F background

This text has white color on #836F8F background.


Related colors

Complementary color

Complementary color for #hex is #7C9070.


I love getcolorcode.com

Triadic colors

1 #8F836F and #6F8F83 with #836F8F are triadic colors.

2 #8F6F83 and #6F838F with #836F8F are triadic colors.