COLOR #836A7C

HEX: #836A7C
RGB: (131,106,124)

Color info

#836A7C contains red, green and blue colors in about the same proportion. Web safe color of #836A7C is #996666 (or #966).

RGB color model

#836A7C color RGB value is (131,106,124).

  • red value is 131;
  • green value is 106;
  • blue value is 124.
RGB:
(131,106,124)
(51%,42%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 106 of 255 = 42%
B 124 of 255 = 49%

131
106
124

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

Portions of RGB colors in percentages

R + G + B =
131 + 106 + 124 = 361 (100%)
R 131 of 361 ~ 36.29%
G 106 of 361 ~ 29.36%
B 124 of 361 ~ 34.35%

%36.29
%29.36
%34.35

CMYK color model

#836A7C color CMYK value is (0,19,5,49).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 5.34%
  • key color value is 48.63%
CMYK:
(0,19,5,49)
C0M19Y5K49 
(0%,19%,5%,49%)
(0.00/0.19/0.05/0.49)	

CMYK percentages

%0
%19.08
%5.34
%48.63

Codes

Color #836A7C in popluar color models

836A7C
RGB131106124
HSL317°10.55%46.47%
HSB/HSV317°19.08%51.37%
CMYK0.00%19.08%5.34%
48.63%

Color #836A7C in popluar number systems.

HEX836A7C
Decimal131106124
Binary1000001111010101111100
Octal203152174

Shades and tints

Shades of #836A7C

#836A7C
(131,106,124)
#786171
(120,97,113)
#6D5866
(109,88,102)
#624F5B
(98,79,91)
#574650
(87,70,80)
#4C3D45
(76,61,69)
#41343A
(65,52,58)
#362B2F
(54,43,47)
#2B2224
(43,34,36)
#201919
(32,25,25)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #836A7C

#836A7C
(131,106,124)
#8E7787
(142,119,135)
#998492
(153,132,146)
#A4919D
(164,145,157)
#AF9EA8
(175,158,168)
#BAABB3
(186,171,179)
#C5B8BE
(197,184,190)
#D0C5C9
(208,197,201)
#DBD2D4
(219,210,212)
#E6DFDF
(230,223,223)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836A7C color. Also use rgb(131,106,124) instead hex code.

Text Font Color

.myTextColor { color: #836A7C; }

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

This text font color is #836A7C.


Background Color

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

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

This div background color is #836A7C.


Border color

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

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

This div border color is #836A7C.


Opacity

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

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

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

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

This text has shadow with #836A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836A7C on black background.


Color preview on white background

This text has color #836A7C on white background.



Black color preview on #836A7C background

This text has black color on #836A7C background.


White color preview on #836A7C background

This text has white color on #836A7C background.