COLOR #836F5A

HEX: #836F5A
RGB: (131,111,90)

Color info

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

RGB color model

#836F5A color RGB value is (131,111,90).

  • red value is 131;
  • green value is 111;
  • blue value is 90.
RGB:
(131,111,90)
(51%,44%,35%)

RGB channels and saturation

R 131 of 255 = 51%
G 111 of 255 = 44%
B 90 of 255 = 35%

131
111
90

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

Portions of RGB colors in percentages

R + G + B =
131 + 111 + 90 = 332 (100%)
R 131 of 332 ~ 39.46%
G 111 of 332 ~ 33.43%
B 90 of 332 ~ 27.11%

%39.46
%33.43
%27.11

CMYK color model

#836F5A color CMYK value is (0,15,31,49).

  • cyan value is 0.00%
  • magenta value is 15.27%
  • yellow value is 31.30%
  • key color value is 48.63%
CMYK:
(0,15,31,49)
C0M15Y31K49 
(0%,15%,31%,49%)
(0.00/0.15/0.31/0.49)	

CMYK percentages

%0
%15.27
%31.3
%48.63

Codes

Color #836F5A in popluar color models

836F5A
RGB13111190
HSL31°18.55%43.33%
HSB/HSV31°31.30%51.37%
CMYK0.00%15.27%31.30%
48.63%

Color #836F5A in popluar number systems.

HEX836F5A
Decimal13111190
Binary1000001111011111011010
Octal203157132

Shades and tints

Shades of #836F5A

#836F5A
(131,111,90)
#786552
(120,101,82)
#6D5B4A
(109,91,74)
#625142
(98,81,66)
#57473A
(87,71,58)
#4C3D32
(76,61,50)
#41332A
(65,51,42)
#362922
(54,41,34)
#2B1F1A
(43,31,26)
#201512
(32,21,18)
#150B0A
(21,11,10)
#000000
(0,0,0)

Tints of #836F5A

#836F5A
(131,111,90)
#8E7C69
(142,124,105)
#998978
(153,137,120)
#A49687
(164,150,135)
#AFA396
(175,163,150)
#BAB0A5
(186,176,165)
#C5BDB4
(197,189,180)
#D0CAC3
(208,202,195)
#DBD7D2
(219,215,210)
#E6E4E1
(230,228,225)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836F5A; }

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

This text font color is #836F5A.


Background Color

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

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

This div background color is #836F5A.


Border color

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

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

This div border color is #836F5A.


Opacity

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

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

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

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

This text has shadow with #836F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836F5A on black background.


Color preview on white background

This text has color #836F5A on white background.



Black color preview on #836F5A background

This text has black color on #836F5A background.


White color preview on #836F5A background

This text has white color on #836F5A background.