COLOR #836761

HEX: #836761
RGB: (131,103,97)

Color info

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

RGB color model

#836761 color RGB value is (131,103,97).

  • red value is 131;
  • green value is 103;
  • blue value is 97.
RGB:
(131,103,97)
(51%,40%,38%)

RGB channels and saturation

R 131 of 255 = 51%
G 103 of 255 = 40%
B 97 of 255 = 38%

131
103
97

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

Portions of RGB colors in percentages

R + G + B =
131 + 103 + 97 = 331 (100%)
R 131 of 331 ~ 39.58%
G 103 of 331 ~ 31.12%
B 97 of 331 ~ 29.31%

%39.58
%31.12
%29.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 25.95%
  • key color value is 48.63%
CMYK:
(0,21,26,49)
C0M21Y26K49 
(0%,21%,26%,49%)
(0.00/0.21/0.26/0.49)	

CMYK percentages

%0
%21.37
%25.95
%48.63

Codes

Color #836761 in popluar color models

836761
RGB13110397
HSL11°14.91%44.71%
HSB/HSV11°25.95%51.37%
CMYK0.00%21.37%25.95%
48.63%

Color #836761 in popluar number systems.

HEX836761
Decimal13110397
Binary1000001111001111100001
Octal203147141

Shades and tints

Shades of #836761

#836761
(131,103,97)
#785E59
(120,94,89)
#6D5551
(109,85,81)
#624C49
(98,76,73)
#574341
(87,67,65)
#4C3A39
(76,58,57)
#413131
(65,49,49)
#362829
(54,40,41)
#2B1F21
(43,31,33)
#201619
(32,22,25)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #836761

#836761
(131,103,97)
#8E746F
(142,116,111)
#99817D
(153,129,125)
#A48E8B
(164,142,139)
#AF9B99
(175,155,153)
#BAA8A7
(186,168,167)
#C5B5B5
(197,181,181)
#D0C2C3
(208,194,195)
#DBCFD1
(219,207,209)
#E6DCDF
(230,220,223)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836761; }

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

This text font color is #836761.


Background Color

.myBgColor { background-color: #836761; }

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

This div background color is #836761.


Border color

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

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

This div border color is #836761.


Opacity

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

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

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

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

This text has shadow with #836761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836761 on black background.


Color preview on white background

This text has color #836761 on white background.



Black color preview on #836761 background

This text has black color on #836761 background.


White color preview on #836761 background

This text has white color on #836761 background.