COLOR #836F65

HEX: #836F65 RGB: (131,111,101)

Color info

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

RGB color model

#836F65 color RGB value is (131,111,101).

RGB: (131,111,101) (51%, 44%, 40%)

RGB channels and saturation

R 131 of 255 = 51%
G 111 of 255 = 44%
B 101 of 255 = 40%

131
111
101

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

Portions of RGB colors in percentages

R + G + B = 131 + 111 + 101 = 343 (100%)
R 131 of 343 ~ 38.19%
G 111 of 343 ~ 32.36%
B 101 of 343 ~ 29.45'%

%38.19
%32.36
%29.45

CMYK color model

#836F65 color CMYK value is (0,15,23,49).

  • cyan value is 0.00%
  • magenta value is 15.27%
  • yellow value is 22.90%
  • key color value is 48.63%

CMYK: (0,15,23,49)
C0M15Y23K49 (0%, 15%, 23%, 49%)
(0.00 / 0.15 / 0.23 / 0.49)

CMYK percentages

%0
%15.27
%22.9
%48.63

Codes

Color #836F65 in popluar color models

83 6F 65
RGB 131 111 101
HSL 20° 12.93% 45.49%
HSB/HSV 20° 22.90% 51.37%
CMYK 0.00% 15.27% 22.90%
48.63%

Color #836F65 in popluar number systems.

HEX 83 6F 65
Decimal 131 111 101
Binary 10000011 1101111 1100101
Octal 203 157 145

Shades and tints

Shades of #836F65

#836F65
(131,111,101)
#78655C
(120,101,92)
#6D5B53
(109,91,83)
#62514A
(98,81,74)
#574741
(87,71,65)
#4C3D38
(76,61,56)
#41332F
(65,51,47)
#362926
(54,41,38)
#2B1F1D
(43,31,29)
#201514
(32,21,20)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #836F65

#836F65
(131,111,101)
#8E7C73
(142,124,115)
#998981
(153,137,129)
#A4968F
(164,150,143)
#AFA39D
(175,163,157)
#BAB0AB
(186,176,171)
#C5BDB9
(197,189,185)
#D0CAC7
(208,202,199)
#DBD7D5
(219,215,213)
#E6E4E3
(230,228,227)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836F65; }

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

This text font color is #836F65.

Background Color

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

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

This div background color is #836F65.

Border color

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

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

This div border color is #836F65.

Opacity

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

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

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

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

This text has shadow with #836F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836F65.

Preview

Color preview on black background

This text has color #836F65 on black background.


Color preview on white background

This text has color #836F65 on white background.


Black color preview on #836F65 background

This text has black color on #836F65 background.


White color preview on #836F65 background

This text has white color on #836F65 background.


Related colors

Complementary color

Complementary color for #hex is #7C909A.


I love getcolorcode.com

Triadic colors

1 #65836F and #6F6583 with #836F65 are triadic colors.

2 #656F83 and #6F8365 with #836F65 are triadic colors.