COLOR #837462

HEX: #837462
RGB: (131,116,98)

Color info

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

RGB color model

#837462 color RGB value is (131,116,98).

  • red value is 131;
  • green value is 116;
  • blue value is 98.
RGB:
(131,116,98)
(51%,45%,38%)

RGB channels and saturation

R 131 of 255 = 51%
G 116 of 255 = 45%
B 98 of 255 = 38%

131
116
98

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

Portions of RGB colors in percentages

R + G + B =
131 + 116 + 98 = 345 (100%)
R 131 of 345 ~ 37.97%
G 116 of 345 ~ 33.62%
B 98 of 345 ~ 28.41%

%37.97
%33.62
%28.41

CMYK color model

#837462 color CMYK value is (0,11,25,49).

  • cyan value is 0.00%
  • magenta value is 11.45%
  • yellow value is 25.19%
  • key color value is 48.63%
CMYK:
(0,11,25,49)
C0M11Y25K49 
(0%,11%,25%,49%)
(0.00/0.11/0.25/0.49)	

CMYK percentages

%0
%11.45
%25.19
%48.63

Codes

Color #837462 in popluar color models

837462
RGB13111698
HSL33°14.41%44.90%
HSB/HSV33°25.19%51.37%
CMYK0.00%11.45%25.19%
48.63%

Color #837462 in popluar number systems.

HEX837462
Decimal13111698
Binary1000001111101001100010
Octal203164142

Shades and tints

Shades of #837462

#837462
(131,116,98)
#786A5A
(120,106,90)
#6D6052
(109,96,82)
#62564A
(98,86,74)
#574C42
(87,76,66)
#4C423A
(76,66,58)
#413832
(65,56,50)
#362E2A
(54,46,42)
#2B2422
(43,36,34)
#201A1A
(32,26,26)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #837462

#837462
(131,116,98)
#8E8070
(142,128,112)
#998C7E
(153,140,126)
#A4988C
(164,152,140)
#AFA49A
(175,164,154)
#BAB0A8
(186,176,168)
#C5BCB6
(197,188,182)
#D0C8C4
(208,200,196)
#DBD4D2
(219,212,210)
#E6E0E0
(230,224,224)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837462 color. Also use rgb(131,116,98) instead hex code.

Text Font Color

.myTextColor { color: #837462; }

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

This text font color is #837462.


Background Color

.myBgColor { background-color: #837462; }

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

This div background color is #837462.


Border color

.myBorderColor { border: 1px solid #837462; }

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

This div border color is #837462.


Opacity

.myOpacity80 { color: #837462; opacity: 0.8; }

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

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

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

This text has shadow with #837462 color.

.textShadow {text-shadow: 3px 3px 1px #837462, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #837462;
-webkit-box-shadow: 1px 1px 3px 2px #837462;
box-shadow:1px 1px 3px 2px #837462;">
Div content here</div>
This div box has shadow with color #837462.

Preview

Color preview on black background

This text has color #837462 on black background.


Color preview on white background

This text has color #837462 on white background.



Black color preview on #837462 background

This text has black color on #837462 background.


White color preview on #837462 background

This text has white color on #837462 background.