COLOR #837145

HEX: #837145
RGB: (131,113,69)

Color info

#837145 contains mainly red and green colors. Web safe color of #837145 is #996633 (or #963).

RGB color model

#837145 color RGB value is (131,113,69).

  • red value is 131;
  • green value is 113;
  • blue value is 69.
RGB:
(131,113,69)
(51%,44%,27%)

RGB channels and saturation

R 131 of 255 = 51%
G 113 of 255 = 44%
B 69 of 255 = 27%

131
113
69

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

Portions of RGB colors in percentages

R + G + B =
131 + 113 + 69 = 313 (100%)
R 131 of 313 ~ 41.85%
G 113 of 313 ~ 36.1%
B 69 of 313 ~ 22.04%

%41.85
%36.1
%22.04

CMYK color model

#837145 color CMYK value is (0,14,47,49).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 47.33%
  • key color value is 48.63%
CMYK:
(0,14,47,49)
C0M14Y47K49 
(0%,14%,47%,49%)
(0.00/0.14/0.47/0.49)	

CMYK percentages

%0
%13.74
%47.33
%48.63

Codes

Color #837145 in popluar color models

837145
RGB13111369
HSL43°31.00%39.22%
HSB/HSV43°47.33%51.37%
CMYK0.00%13.74%47.33%
48.63%

Color #837145 in popluar number systems.

HEX837145
Decimal13111369
Binary1000001111100011000101
Octal203161105

Shades and tints

Shades of #837145

#837145
(131,113,69)
#78673F
(120,103,63)
#6D5D39
(109,93,57)
#625333
(98,83,51)
#57492D
(87,73,45)
#4C3F27
(76,63,39)
#413521
(65,53,33)
#362B1B
(54,43,27)
#2B2115
(43,33,21)
#20170F
(32,23,15)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #837145

#837145
(131,113,69)
#8E7D55
(142,125,85)
#998965
(153,137,101)
#A49575
(164,149,117)
#AFA185
(175,161,133)
#BAAD95
(186,173,149)
#C5B9A5
(197,185,165)
#D0C5B5
(208,197,181)
#DBD1C5
(219,209,197)
#E6DDD5
(230,221,213)
#F1E9E5
(241,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837145 color. Also use rgb(131,113,69) instead hex code.

Text Font Color

.myTextColor { color: #837145; }

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

This text font color is #837145.


Background Color

.myBgColor { background-color: #837145; }

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

This div background color is #837145.


Border color

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

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

This div border color is #837145.


Opacity

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

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

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

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

This text has shadow with #837145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837145 on black background.


Color preview on white background

This text has color #837145 on white background.



Black color preview on #837145 background

This text has black color on #837145 background.


White color preview on #837145 background

This text has white color on #837145 background.