COLOR #837B5C

HEX: #837B5C RGB: (131,123,92)

Color info

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

RGB color model

#837B5C color RGB value is (131,123,92).

RGB: (131,123,92) (51%, 48%, 36%)

RGB channels and saturation

R 131 of 255 = 51%
G 123 of 255 = 48%
B 92 of 255 = 36%

131
123
92

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

Portions of RGB colors in percentages

R + G + B = 131 + 123 + 92 = 346 (100%)
R 131 of 346 ~ 37.86%
G 123 of 346 ~ 35.55%
B 92 of 346 ~ 26.59'%

%37.86
%35.55
%26.59

CMYK color model

#837B5C color CMYK value is (0,6,30,49).

  • cyan value is 0.00%
  • magenta value is 6.11%
  • yellow value is 29.77%
  • key color value is 48.63%

CMYK: (0,6,30,49)
C0M6Y30K49 (0%, 6%, 30%, 49%)
(0.00 / 0.06 / 0.30 / 0.49)

CMYK percentages

%0
%6.11
%29.77
%48.63

Codes

Color #837B5C in popluar color models

83 7B 5C
RGB 131 123 92
HSL 48° 17.49% 43.73%
HSB/HSV 48° 29.77% 51.37%
CMYK 0.00% 6.11% 29.77%
48.63%

Color #837B5C in popluar number systems.

HEX 83 7B 5C
Decimal 131 123 92
Binary 10000011 1111011 1011100
Octal 203 173 134

Shades and tints

Shades of #837B5C

#837B5C
(131,123,92)
#787054
(120,112,84)
#6D654C
(109,101,76)
#625A44
(98,90,68)
#574F3C
(87,79,60)
#4C4434
(76,68,52)
#41392C
(65,57,44)
#362E24
(54,46,36)
#2B231C
(43,35,28)
#201814
(32,24,20)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #837B5C

#837B5C
(131,123,92)
#8E876A
(142,135,106)
#999378
(153,147,120)
#A49F86
(164,159,134)
#AFAB94
(175,171,148)
#BAB7A2
(186,183,162)
#C5C3B0
(197,195,176)
#D0CFBE
(208,207,190)
#DBDBCC
(219,219,204)
#E6E7DA
(230,231,218)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837B5C color. Also use rgb(131,123,92) instead hex code.

Text Font Color

.myTextColor { color: #837B5C; }

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

This text font color is #837B5C.

Background Color

.myBgColor { background-color: #837B5C; }

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

This div background color is #837B5C.

Border color

.myBorderColor { border: 1px solid #837B5C; }

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

This div border color is #837B5C.

Opacity

.myOpacity80 { color: #837B5C; opacity: 0.8; }

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

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

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

This text has shadow with #837B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837B5C.

Preview

Color preview on black background

This text has color #837B5C on black background.


Color preview on white background

This text has color #837B5C on white background.


Black color preview on #837B5C background

This text has black color on #837B5C background.


White color preview on #837B5C background

This text has white color on #837B5C background.


Related colors

Complementary color

Complementary color for #hex is #7C84A3.


I love getcolorcode.com

Triadic colors

1 #5C837B and #7B5C83 with #837B5C are triadic colors.

2 #5C7B83 and #7B835C with #837B5C are triadic colors.