COLOR #837A6E

HEX: #837A6E RGB: (131,122,110)

Color info

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

RGB color model

#837A6E color RGB value is (131,122,110).

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

RGB channels and saturation

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

131
122
110

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

Portions of RGB colors in percentages

R + G + B = 131 + 122 + 110 = 363 (100%)
R 131 of 363 ~ 36.09%
G 122 of 363 ~ 33.61%
B 110 of 363 ~ 30.3'%

%36.09
%33.61
%30.3

CMYK color model

#837A6E color CMYK value is (0,7,16,49).

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

CMYK: (0,7,16,49)
C0M7Y16K49 (0%, 7%, 16%, 49%)
(0.00 / 0.07 / 0.16 / 0.49)

CMYK percentages

%0
%6.87
%16.03
%48.63

Codes

Color #837A6E in popluar color models

83 7A 6E
RGB 131 122 110
HSL 34° 8.71% 47.25%
HSB/HSV 34° 16.03% 51.37%
CMYK 0.00% 6.87% 16.03%
48.63%

Color #837A6E in popluar number systems.

HEX 83 7A 6E
Decimal 131 122 110
Binary 10000011 1111010 1101110
Octal 203 172 156

Shades and tints

Shades of #837A6E

#837A6E
(131,122,110)
#786F64
(120,111,100)
#6D645A
(109,100,90)
#625950
(98,89,80)
#574E46
(87,78,70)
#4C433C
(76,67,60)
#413832
(65,56,50)
#362D28
(54,45,40)
#2B221E
(43,34,30)
#201714
(32,23,20)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #837A6E

#837A6E
(131,122,110)
#8E867B
(142,134,123)
#999288
(153,146,136)
#A49E95
(164,158,149)
#AFAAA2
(175,170,162)
#BAB6AF
(186,182,175)
#C5C2BC
(197,194,188)
#D0CEC9
(208,206,201)
#DBDAD6
(219,218,214)
#E6E6E3
(230,230,227)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837A6E; }

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

This text font color is #837A6E.

Background Color

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

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

This div background color is #837A6E.

Border color

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

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

This div border color is #837A6E.

Opacity

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

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

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

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

This text has shadow with #837A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837A6E.

Preview

Color preview on black background

This text has color #837A6E on black background.


Color preview on white background

This text has color #837A6E on white background.


Black color preview on #837A6E background

This text has black color on #837A6E background.


White color preview on #837A6E background

This text has white color on #837A6E background.


Related colors

Complementary color

Complementary color for #hex is #7C8591.


I love getcolorcode.com

Triadic colors

1 #6E837A and #7A6E83 with #837A6E are triadic colors.

2 #6E7A83 and #7A836E with #837A6E are triadic colors.