COLOR #837A1C

HEX: #837A1C
RGB: (131,122,28)

Color info

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

RGB color model

#837A1C color RGB value is (131,122,28).

  • red value is 131;
  • green value is 122;
  • blue value is 28.
RGB:
(131,122,28)
(51%,48%,11%)

RGB channels and saturation

R 131 of 255 = 51%
G 122 of 255 = 48%
B 28 of 255 = 11%

131
122
28

R + G + B ~ 37%. #837A1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 122 + 28 = 281 (100%)
R 131 of 281 ~ 46.62%
G 122 of 281 ~ 43.42%
B 28 of 281 ~ 9.96%

%46.62
%43.42
%9.96

CMYK color model

#837A1C color CMYK value is (0,7,79,49).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 78.63%
  • key color value is 48.63%
CMYK:
(0,7,79,49)
C0M7Y79K49 
(0%,7%,79%,49%)
(0.00/0.07/0.79/0.49)	

CMYK percentages

%0
%6.87
%78.63
%48.63

Codes

Color #837A1C in popluar color models

837A1C
RGB13112228
HSL55°64.78%31.18%
HSB/HSV55°78.63%51.37%
CMYK0.00%6.87%78.63%
48.63%

Color #837A1C in popluar number systems.

HEX837A1C
Decimal13112228
Binary10000011111101011100
Octal20317234

Shades and tints

Shades of #837A1C

#837A1C
(131,122,28)
#786F1A
(120,111,26)
#6D6418
(109,100,24)
#625916
(98,89,22)
#574E14
(87,78,20)
#4C4312
(76,67,18)
#413810
(65,56,16)
#362D0E
(54,45,14)
#2B220C
(43,34,12)
#20170A
(32,23,10)
#150C08
(21,12,8)
#000000
(0,0,0)

Tints of #837A1C

#837A1C
(131,122,28)
#8E8630
(142,134,48)
#999244
(153,146,68)
#A49E58
(164,158,88)
#AFAA6C
(175,170,108)
#BAB680
(186,182,128)
#C5C294
(197,194,148)
#D0CEA8
(208,206,168)
#DBDABC
(219,218,188)
#E6E6D0
(230,230,208)
#F1F2E4
(241,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837A1C; }

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

This text font color is #837A1C.


Background Color

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

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

This div background color is #837A1C.


Border color

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

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

This div border color is #837A1C.


Opacity

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

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

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

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

This text has shadow with #837A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837A1C on black background.


Color preview on white background

This text has color #837A1C on white background.



Black color preview on #837A1C background

This text has black color on #837A1C background.


White color preview on #837A1C background

This text has white color on #837A1C background.