COLOR #836950

HEX: #836950
RGB: (131,105,80)

Color info

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

RGB color model

#836950 color RGB value is (131,105,80).

  • red value is 131;
  • green value is 105;
  • blue value is 80.
RGB:
(131,105,80)
(51%,41%,31%)

RGB channels and saturation

R 131 of 255 = 51%
G 105 of 255 = 41%
B 80 of 255 = 31%

131
105
80

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

Portions of RGB colors in percentages

R + G + B =
131 + 105 + 80 = 316 (100%)
R 131 of 316 ~ 41.46%
G 105 of 316 ~ 33.23%
B 80 of 316 ~ 25.32%

%41.46
%33.23
%25.32

CMYK color model

#836950 color CMYK value is (0,20,39,49).

  • cyan value is 0.00%
  • magenta value is 19.85%
  • yellow value is 38.93%
  • key color value is 48.63%
CMYK:
(0,20,39,49)
C0M20Y39K49 
(0%,20%,39%,49%)
(0.00/0.20/0.39/0.49)	

CMYK percentages

%0
%19.85
%38.93
%48.63

Codes

Color #836950 in popluar color models

836950
RGB13110580
HSL29°24.17%41.37%
HSB/HSV29°38.93%51.37%
CMYK0.00%19.85%38.93%
48.63%

Color #836950 in popluar number systems.

HEX836950
Decimal13110580
Binary1000001111010011010000
Octal203151120

Shades and tints

Shades of #836950

#836950
(131,105,80)
#786049
(120,96,73)
#6D5742
(109,87,66)
#624E3B
(98,78,59)
#574534
(87,69,52)
#4C3C2D
(76,60,45)
#413326
(65,51,38)
#362A1F
(54,42,31)
#2B2118
(43,33,24)
#201811
(32,24,17)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #836950

#836950
(131,105,80)
#8E765F
(142,118,95)
#99836E
(153,131,110)
#A4907D
(164,144,125)
#AF9D8C
(175,157,140)
#BAAA9B
(186,170,155)
#C5B7AA
(197,183,170)
#D0C4B9
(208,196,185)
#DBD1C8
(219,209,200)
#E6DED7
(230,222,215)
#F1EBE6
(241,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836950; }

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

This text font color is #836950.


Background Color

.myBgColor { background-color: #836950; }

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

This div background color is #836950.


Border color

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

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

This div border color is #836950.


Opacity

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

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

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

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

This text has shadow with #836950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836950 on black background.


Color preview on white background

This text has color #836950 on white background.



Black color preview on #836950 background

This text has black color on #836950 background.


White color preview on #836950 background

This text has white color on #836950 background.