COLOR #836E5A

HEX: #836E5A RGB: (131,110,90)

Color info

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

RGB color model

#836E5A color RGB value is (131,110,90).

RGB: (131,110,90) (51%, 43%, 35%)

RGB channels and saturation

R 131 of 255 = 51%
G 110 of 255 = 43%
B 90 of 255 = 35%

131
110
90

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

Portions of RGB colors in percentages

R + G + B = 131 + 110 + 90 = 331 (100%)
R 131 of 331 ~ 39.58%
G 110 of 331 ~ 33.23%
B 90 of 331 ~ 27.19'%

%39.58
%33.23
%27.19

CMYK color model

#836E5A color CMYK value is (0,16,31,49).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 31.30%
  • key color value is 48.63%
CMYK: (0,16,31,49) C0M16Y31K49 (0%,16%,31%,49%) (0.00/0.16/0.31/0.49) 

CMYK percentages

%0
%16.03
%31.3
%48.63

Codes

Color #836E5A in popluar color models

83 6E 5A
RGB 131 110 90
HSL 29° 18.55% 43.33%
HSB/HSV 29° 31.30% 51.37%
CMYK 0.00% 16.03% 31.30%
48.63%

Color #836E5A in popluar number systems.

HEX 83 6E 5A
Decimal 131 110 90
Binary 10000011 1101110 1011010
Octal 203 156 132

Shades and tints

Shades of #836E5A

#836E5A
(131,110,90)
#786452
(120,100,82)
#6D5A4A
(109,90,74)
#625042
(98,80,66)
#57463A
(87,70,58)
#4C3C32
(76,60,50)
#41322A
(65,50,42)
#362822
(54,40,34)
#2B1E1A
(43,30,26)
#201412
(32,20,18)
#150A0A
(21,10,10)
#000000
(0,0,0)

Tints of #836E5A

#836E5A
(131,110,90)
#8E7B69
(142,123,105)
#998878
(153,136,120)
#A49587
(164,149,135)
#AFA296
(175,162,150)
#BAAFA5
(186,175,165)
#C5BCB4
(197,188,180)
#D0C9C3
(208,201,195)
#DBD6D2
(219,214,210)
#E6E3E1
(230,227,225)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836E5A color. Also use rgb(131,110,90) instead hex code.

Text Font Color

.myTextColor { color: #836E5A; }

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

This text font color is #836E5A.

Background Color

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

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

This div background color is #836E5A.

Border color

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

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

This div border color is #836E5A.

Opacity

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

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

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

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

This text has shadow with #836E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836E5A.

Preview

Color preview on black background

This text has color #836E5A on black background.


Color preview on white background

This text has color #836E5A on white background.


Black color preview on #836E5A background

This text has black color on #836E5A background.


White color preview on #836E5A background

This text has white color on #836E5A background.


Related colors

Complementary color

Complementary color for #hex is #7C91A5.


I love getcolorcode.com

Triadic colors

1 #5A836E and #6E5A83 with #836E5A are triadic colors.

2 #5A6E83 and #6E835A with #836E5A are triadic colors.