COLOR #837A6D

HEX: #837A6D RGB: (131,122,109)

Color info

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

RGB color model

#837A6D color RGB value is (131,122,109).

RGB: (131,122,109) (51%, 48%, 43%)

RGB channels and saturation

R 131 of 255 = 51%
G 122 of 255 = 48%
B 109 of 255 = 43%

131
122
109

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

Portions of RGB colors in percentages

R + G + B = 131 + 122 + 109 = 362 (100%)
R 131 of 362 ~ 36.19%
G 122 of 362 ~ 33.7%
B 109 of 362 ~ 30.11'%

%36.19
%33.7
%30.11

CMYK color model

#837A6D color CMYK value is (0,7,17,49).

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

CMYK: (0,7,17,49)
C0M7Y17K49 (0%, 7%, 17%, 49%)
(0.00 / 0.07 / 0.17 / 0.49)

CMYK percentages

%0
%6.87
%16.79
%48.63

Codes

Color #837A6D in popluar color models

83 7A 6D
RGB 131 122 109
HSL 35° 9.17% 47.06%
HSB/HSV 35° 16.79% 51.37%
CMYK 0.00% 6.87% 16.79%
48.63%

Color #837A6D in popluar number systems.

HEX 83 7A 6D
Decimal 131 122 109
Binary 10000011 1111010 1101101
Octal 203 172 155

Shades and tints

Shades of #837A6D

#837A6D
(131,122,109)
#786F64
(120,111,100)
#6D645B
(109,100,91)
#625952
(98,89,82)
#574E49
(87,78,73)
#4C4340
(76,67,64)
#413837
(65,56,55)
#362D2E
(54,45,46)
#2B2225
(43,34,37)
#20171C
(32,23,28)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #837A6D

#837A6D
(131,122,109)
#8E867A
(142,134,122)
#999287
(153,146,135)
#A49E94
(164,158,148)
#AFAAA1
(175,170,161)
#BAB6AE
(186,182,174)
#C5C2BB
(197,194,187)
#D0CEC8
(208,206,200)
#DBDAD5
(219,218,213)
#E6E6E2
(230,230,226)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837A6D; }

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

This text font color is #837A6D.

Background Color

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

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

This div background color is #837A6D.

Border color

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

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

This div border color is #837A6D.

Opacity

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

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

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

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

This text has shadow with #837A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837A6D.

Preview

Color preview on black background

This text has color #837A6D on black background.


Color preview on white background

This text has color #837A6D on white background.


Black color preview on #837A6D background

This text has black color on #837A6D background.


White color preview on #837A6D background

This text has white color on #837A6D background.


Related colors

Complementary color

Complementary color for #hex is #7C8592.


I love getcolorcode.com

Triadic colors

1 #6D837A and #7A6D83 with #837A6D are triadic colors.

2 #6D7A83 and #7A836D with #837A6D are triadic colors.