COLOR #836868

HEX: #836868 RGB: (131,104,104)

Color info

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

RGB color model

#836868 color RGB value is (131,104,104).

RGB: (131,104,104) (51%, 41%, 41%)

RGB channels and saturation

R 131 of 255 = 51%
G 104 of 255 = 41%
B 104 of 255 = 41%

131
104
104

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

Portions of RGB colors in percentages

R + G + B = 131 + 104 + 104 = 339 (100%)
R 131 of 339 ~ 38.64%
G 104 of 339 ~ 30.68%
B 104 of 339 ~ 30.68'%

%38.64
%30.68
%30.68

CMYK color model

#836868 color CMYK value is (0,21,21,49).

  • cyan value is 0.00%
  • magenta value is 20.61%
  • yellow value is 20.61%
  • key color value is 48.63%

CMYK: (0,21,21,49)
C0M21Y21K49 (0%, 21%, 21%, 49%)
(0.00 / 0.21 / 0.21 / 0.49)

CMYK percentages

%0
%20.61
%20.61
%48.63

Codes

Color #836868 in popluar color models

83 68 68
RGB 131 104 104
HSL 11.49% 46.08%
HSB/HSV 20.61% 51.37%
CMYK 0.00% 20.61% 20.61%
48.63%

Color #836868 in popluar number systems.

HEX 83 68 68
Decimal 131 104 104
Binary 10000011 1101000 1101000
Octal 203 150 150

Shades and tints

Shades of #836868

#836868
(131,104,104)
#785F5F
(120,95,95)
#6D5656
(109,86,86)
#624D4D
(98,77,77)
#574444
(87,68,68)
#4C3B3B
(76,59,59)
#413232
(65,50,50)
#362929
(54,41,41)
#2B2020
(43,32,32)
#201717
(32,23,23)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #836868

#836868
(131,104,104)
#8E7575
(142,117,117)
#998282
(153,130,130)
#A48F8F
(164,143,143)
#AF9C9C
(175,156,156)
#BAA9A9
(186,169,169)
#C5B6B6
(197,182,182)
#D0C3C3
(208,195,195)
#DBD0D0
(219,208,208)
#E6DDDD
(230,221,221)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836868; }

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

This text font color is #836868.

Background Color

.myBgColor { background-color: #836868; }

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

This div background color is #836868.

Border color

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

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

This div border color is #836868.

Opacity

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

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

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

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

This text has shadow with #836868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836868.

Preview

Color preview on black background

This text has color #836868 on black background.


Color preview on white background

This text has color #836868 on white background.


Black color preview on #836868 background

This text has black color on #836868 background.


White color preview on #836868 background

This text has white color on #836868 background.


Related colors

Complementary color

Complementary color for #hex is #7C9797.


I love getcolorcode.com