COLOR #837A64

HEX: #837A64 RGB: (131,122,100)

Color info

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

RGB color model

#837A64 color RGB value is (131,122,100).

RGB: (131,122,100) (51%, 48%, 39%)

RGB channels and saturation

R 131 of 255 = 51%
G 122 of 255 = 48%
B 100 of 255 = 39%

131
122
100

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

Portions of RGB colors in percentages

R + G + B = 131 + 122 + 100 = 353 (100%)
R 131 of 353 ~ 37.11%
G 122 of 353 ~ 34.56%
B 100 of 353 ~ 28.33'%

%37.11
%34.56
%28.33

CMYK color model

#837A64 color CMYK value is (0,7,24,49).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 23.66%
  • key color value is 48.63%

CMYK: (0,7,24,49)
C0M7Y24K49 (0%, 7%, 24%, 49%)
(0.00 / 0.07 / 0.24 / 0.49)

CMYK percentages

%0
%6.87
%23.66
%48.63

Codes

Color #837A64 in popluar color models

83 7A 64
RGB 131 122 100
HSL 43° 13.42% 45.29%
HSB/HSV 43° 23.66% 51.37%
CMYK 0.00% 6.87% 23.66%
48.63%

Color #837A64 in popluar number systems.

HEX 83 7A 64
Decimal 131 122 100
Binary 10000011 1111010 1100100
Octal 203 172 144

Shades and tints

Shades of #837A64

#837A64
(131,122,100)
#786F5B
(120,111,91)
#6D6452
(109,100,82)
#625949
(98,89,73)
#574E40
(87,78,64)
#4C4337
(76,67,55)
#41382E
(65,56,46)
#362D25
(54,45,37)
#2B221C
(43,34,28)
#201713
(32,23,19)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #837A64

#837A64
(131,122,100)
#8E8672
(142,134,114)
#999280
(153,146,128)
#A49E8E
(164,158,142)
#AFAA9C
(175,170,156)
#BAB6AA
(186,182,170)
#C5C2B8
(197,194,184)
#D0CEC6
(208,206,198)
#DBDAD4
(219,218,212)
#E6E6E2
(230,230,226)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837A64 color. Also use rgb(131,122,100) instead hex code.

Text Font Color

.myTextColor { color: #837A64; }

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

This text font color is #837A64.

Background Color

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

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

This div background color is #837A64.

Border color

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

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

This div border color is #837A64.

Opacity

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

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

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

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

This text has shadow with #837A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837A64.

Preview

Color preview on black background

This text has color #837A64 on black background.


Color preview on white background

This text has color #837A64 on white background.


Black color preview on #837A64 background

This text has black color on #837A64 background.


White color preview on #837A64 background

This text has white color on #837A64 background.


Related colors

Complementary color

Complementary color for #hex is #7C859B.


I love getcolorcode.com

Triadic colors

1 #64837A and #7A6483 with #837A64 are triadic colors.

2 #647A83 and #7A8364 with #837A64 are triadic colors.