COLOR #837846

HEX: #837846
RGB: (131,120,70)

Color info

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

RGB color model

#837846 color RGB value is (131,120,70).

  • red value is 131;
  • green value is 120;
  • blue value is 70.
RGB:
(131,120,70)
(51%,47%,27%)

RGB channels and saturation

R 131 of 255 = 51%
G 120 of 255 = 47%
B 70 of 255 = 27%

131
120
70

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

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 70 = 321 (100%)
R 131 of 321 ~ 40.81%
G 120 of 321 ~ 37.38%
B 70 of 321 ~ 21.81%

%40.81
%37.38
%21.81

CMYK color model

#837846 color CMYK value is (0,8,47,49).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 46.56%
  • key color value is 48.63%
CMYK:
(0,8,47,49)
C0M8Y47K49 
(0%,8%,47%,49%)
(0.00/0.08/0.47/0.49)	

CMYK percentages

%0
%8.4
%46.56
%48.63

Codes

Color #837846 in popluar color models

837846
RGB13112070
HSL49°30.35%39.41%
HSB/HSV49°46.56%51.37%
CMYK0.00%8.40%46.56%
48.63%

Color #837846 in popluar number systems.

HEX837846
Decimal13112070
Binary1000001111110001000110
Octal203170106

Shades and tints

Shades of #837846

#837846
(131,120,70)
#786E40
(120,110,64)
#6D643A
(109,100,58)
#625A34
(98,90,52)
#57502E
(87,80,46)
#4C4628
(76,70,40)
#413C22
(65,60,34)
#36321C
(54,50,28)
#2B2816
(43,40,22)
#201E10
(32,30,16)
#15140A
(21,20,10)
#000000
(0,0,0)

Tints of #837846

#837846
(131,120,70)
#8E8456
(142,132,86)
#999066
(153,144,102)
#A49C76
(164,156,118)
#AFA886
(175,168,134)
#BAB496
(186,180,150)
#C5C0A6
(197,192,166)
#D0CCB6
(208,204,182)
#DBD8C6
(219,216,198)
#E6E4D6
(230,228,214)
#F1F0E6
(241,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837846 color. Also use rgb(131,120,70) instead hex code.

Text Font Color

.myTextColor { color: #837846; }

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

This text font color is #837846.


Background Color

.myBgColor { background-color: #837846; }

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

This div background color is #837846.


Border color

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

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

This div border color is #837846.


Opacity

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

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

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

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

This text has shadow with #837846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837846 on black background.


Color preview on white background

This text has color #837846 on white background.



Black color preview on #837846 background

This text has black color on #837846 background.


White color preview on #837846 background

This text has white color on #837846 background.