COLOR #836C58

HEX: #836C58 RGB: (131,108,88)

Color info

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

RGB color model

#836C58 color RGB value is (131,108,88).

RGB: (131,108,88) (51%, 42%, 35%)

RGB channels and saturation

R 131 of 255 = 51%
G 108 of 255 = 42%
B 88 of 255 = 35%

131
108
88

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

Portions of RGB colors in percentages

R + G + B = 131 + 108 + 88 = 327 (100%)
R 131 of 327 ~ 40.06%
G 108 of 327 ~ 33.03%
B 88 of 327 ~ 26.91'%

%40.06
%33.03
%26.91

CMYK color model

#836C58 color CMYK value is (0,18,33,49).

  • cyan value is 0.00%
  • magenta value is 17.56%
  • yellow value is 32.82%
  • key color value is 48.63%

CMYK: (0,18,33,49)
C0M18Y33K49 (0%, 18%, 33%, 49%)
(0.00 / 0.18 / 0.33 / 0.49)

CMYK percentages

%0
%17.56
%32.82
%48.63

Codes

Color #836C58 in popluar color models

83 6C 58
RGB 131 108 88
HSL 28° 19.63% 42.94%
HSB/HSV 28° 32.82% 51.37%
CMYK 0.00% 17.56% 32.82%
48.63%

Color #836C58 in popluar number systems.

HEX 83 6C 58
Decimal 131 108 88
Binary 10000011 1101100 1011000
Octal 203 154 130

Shades and tints

Shades of #836C58

#836C58
(131,108,88)
#786350
(120,99,80)
#6D5A48
(109,90,72)
#625140
(98,81,64)
#574838
(87,72,56)
#4C3F30
(76,63,48)
#413628
(65,54,40)
#362D20
(54,45,32)
#2B2418
(43,36,24)
#201B10
(32,27,16)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #836C58

#836C58
(131,108,88)
#8E7967
(142,121,103)
#998676
(153,134,118)
#A49385
(164,147,133)
#AFA094
(175,160,148)
#BAADA3
(186,173,163)
#C5BAB2
(197,186,178)
#D0C7C1
(208,199,193)
#DBD4D0
(219,212,208)
#E6E1DF
(230,225,223)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836C58 color. Also use rgb(131,108,88) instead hex code.

Text Font Color

.myTextColor { color: #836C58; }

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

This text font color is #836C58.

Background Color

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

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

This div background color is #836C58.

Border color

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

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

This div border color is #836C58.

Opacity

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

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

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

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

This text has shadow with #836C58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836C58.

Preview

Color preview on black background

This text has color #836C58 on black background.


Color preview on white background

This text has color #836C58 on white background.


Black color preview on #836C58 background

This text has black color on #836C58 background.


White color preview on #836C58 background

This text has white color on #836C58 background.


Related colors

Complementary color

Complementary color for #hex is #7C93A7.


I love getcolorcode.com

Triadic colors

1 #58836C and #6C5883 with #836C58 are triadic colors.

2 #586C83 and #6C8358 with #836C58 are triadic colors.