COLOR #837C1F

HEX: #837C1F RGB: (131,124,31)

Color info

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

RGB color model

#837C1F color RGB value is (131,124,31).

RGB: (131,124,31) (51%, 49%, 12%)

RGB channels and saturation

R 131 of 255 = 51%
G 124 of 255 = 49%
B 31 of 255 = 12%

131
124
31

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

Portions of RGB colors in percentages

R + G + B = 131 + 124 + 31 = 286 (100%)
R 131 of 286 ~ 45.8%
G 124 of 286 ~ 43.36%
B 31 of 286 ~ 10.84'%

%45.8
%43.36
%10.84

CMYK color model

#837C1F color CMYK value is (0,5,76,49).

  • cyan value is 0.00%
  • magenta value is 5.34%
  • yellow value is 76.34%
  • key color value is 48.63%
CMYK: (0,5,76,49) C0M5Y76K49 (0%,5%,76%,49%) (0.00/0.05/0.76/0.49) 

CMYK percentages

%0
%5.34
%76.34
%48.63

Codes

Color #837C1F in popluar color models

83 7C 1F
RGB 131 124 31
HSL 56° 61.73% 31.76%
HSB/HSV 56° 76.34% 51.37%
CMYK 0.00% 5.34% 76.34%
48.63%

Color #837C1F in popluar number systems.

HEX 83 7C 1F
Decimal 131 124 31
Binary 10000011 1111100 11111
Octal 203 174 37

Shades and tints

Shades of #837C1F

#837C1F
(131,124,31)
#78711D
(120,113,29)
#6D661B
(109,102,27)
#625B19
(98,91,25)
#575017
(87,80,23)
#4C4515
(76,69,21)
#413A13
(65,58,19)
#362F11
(54,47,17)
#2B240F
(43,36,15)
#20190D
(32,25,13)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #837C1F

#837C1F
(131,124,31)
#8E8733
(142,135,51)
#999247
(153,146,71)
#A49D5B
(164,157,91)
#AFA86F
(175,168,111)
#BAB383
(186,179,131)
#C5BE97
(197,190,151)
#D0C9AB
(208,201,171)
#DBD4BF
(219,212,191)
#E6DFD3
(230,223,211)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837C1F color. Also use rgb(131,124,31) instead hex code.

Text Font Color

.myTextColor { color: #837C1F; }

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

This text font color is #837C1F.

Background Color

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

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

This div background color is #837C1F.

Border color

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

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

This div border color is #837C1F.

Opacity

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

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

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

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

This text has shadow with #837C1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837C1F.

Preview

Color preview on black background

This text has color #837C1F on black background.


Color preview on white background

This text has color #837C1F on white background.


Black color preview on #837C1F background

This text has black color on #837C1F background.


White color preview on #837C1F background

This text has white color on #837C1F background.


Related colors

Complementary color

Complementary color for #hex is #7C83E0.


I love getcolorcode.com

Triadic colors

1 #1F837C and #7C1F83 with #837C1F are triadic colors.

2 #1F7C83 and #7C831F with #837C1F are triadic colors.