COLOR #836A6B

HEX: #836A6B RGB: (131,106,107)

Color info

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

RGB color model

#836A6B color RGB value is (131,106,107).

RGB: (131,106,107) (51%, 42%, 42%)

RGB channels and saturation

R 131 of 255 = 51%
G 106 of 255 = 42%
B 107 of 255 = 42%

131
106
107

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

Portions of RGB colors in percentages

R + G + B = 131 + 106 + 107 = 344 (100%)
R 131 of 344 ~ 38.08%
G 106 of 344 ~ 30.81%
B 107 of 344 ~ 31.1'%

%38.08
%30.81
%31.1

CMYK color model

#836A6B color CMYK value is (0,19,18,49).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 18.32%
  • key color value is 48.63%

CMYK: (0,19,18,49)
C0M19Y18K49 (0%, 19%, 18%, 49%)
(0.00 / 0.19 / 0.18 / 0.49)

CMYK percentages

%0
%19.08
%18.32
%48.63

Codes

Color #836A6B in popluar color models

83 6A 6B
RGB 131 106 107
HSL 358° 10.55% 46.47%
HSB/HSV 358° 19.08% 51.37%
CMYK 0.00% 19.08% 18.32%
48.63%

Color #836A6B in popluar number systems.

HEX 83 6A 6B
Decimal 131 106 107
Binary 10000011 1101010 1101011
Octal 203 152 153

Shades and tints

Shades of #836A6B

#836A6B
(131,106,107)
#786162
(120,97,98)
#6D5859
(109,88,89)
#624F50
(98,79,80)
#574647
(87,70,71)
#4C3D3E
(76,61,62)
#413435
(65,52,53)
#362B2C
(54,43,44)
#2B2223
(43,34,35)
#20191A
(32,25,26)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #836A6B

#836A6B
(131,106,107)
#8E7778
(142,119,120)
#998485
(153,132,133)
#A49192
(164,145,146)
#AF9E9F
(175,158,159)
#BAABAC
(186,171,172)
#C5B8B9
(197,184,185)
#D0C5C6
(208,197,198)
#DBD2D3
(219,210,211)
#E6DFE0
(230,223,224)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836A6B; }

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

This text font color is #836A6B.

Background Color

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

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

This div background color is #836A6B.

Border color

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

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

This div border color is #836A6B.

Opacity

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

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

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

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

This text has shadow with #836A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836A6B.

Preview

Color preview on black background

This text has color #836A6B on black background.


Color preview on white background

This text has color #836A6B on white background.


Black color preview on #836A6B background

This text has black color on #836A6B background.


White color preview on #836A6B background

This text has white color on #836A6B background.


Related colors

Complementary color

Complementary color for #hex is #7C9594.


I love getcolorcode.com

Triadic colors

1 #6B836A and #6A6B83 with #836A6B are triadic colors.

2 #6B6A83 and #6A836B with #836A6B are triadic colors.