COLOR #837D1B

HEX: #837D1B
RGB: (131,125,27)

Color info

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

RGB color model

#837D1B color RGB value is (131,125,27).

  • red value is 131;
  • green value is 125;
  • blue value is 27.
RGB:
(131,125,27)
(51%,49%,11%)

RGB channels and saturation

R 131 of 255 = 51%
G 125 of 255 = 49%
B 27 of 255 = 11%

131
125
27

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

Portions of RGB colors in percentages

R + G + B =
131 + 125 + 27 = 283 (100%)
R 131 of 283 ~ 46.29%
G 125 of 283 ~ 44.17%
B 27 of 283 ~ 9.54%

%46.29
%44.17
%9.54

CMYK color model

#837D1B color CMYK value is (0,5,79,49).

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 79.39%
  • key color value is 48.63%
CMYK:
(0,5,79,49)
C0M5Y79K49 
(0%,5%,79%,49%)
(0.00/0.05/0.79/0.49)	

CMYK percentages

%0
%4.58
%79.39
%48.63

Codes

Color #837D1B in popluar color models

837D1B
RGB13112527
HSL57°65.82%30.98%
HSB/HSV57°79.39%51.37%
CMYK0.00%4.58%79.39%
48.63%

Color #837D1B in popluar number systems.

HEX837D1B
Decimal13112527
Binary10000011111110111011
Octal20317533

Shades and tints

Shades of #837D1B

#837D1B
(131,125,27)
#787219
(120,114,25)
#6D6717
(109,103,23)
#625C15
(98,92,21)
#575113
(87,81,19)
#4C4611
(76,70,17)
#413B0F
(65,59,15)
#36300D
(54,48,13)
#2B250B
(43,37,11)
#201A09
(32,26,9)
#150F07
(21,15,7)
#000000
(0,0,0)

Tints of #837D1B

#837D1B
(131,125,27)
#8E882F
(142,136,47)
#999343
(153,147,67)
#A49E57
(164,158,87)
#AFA96B
(175,169,107)
#BAB47F
(186,180,127)
#C5BF93
(197,191,147)
#D0CAA7
(208,202,167)
#DBD5BB
(219,213,187)
#E6E0CF
(230,224,207)
#F1EBE3
(241,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837D1B color. Also use rgb(131,125,27) instead hex code.

Text Font Color

.myTextColor { color: #837D1B; }

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

This text font color is #837D1B.


Background Color

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

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

This div background color is #837D1B.


Border color

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

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

This div border color is #837D1B.


Opacity

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

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

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

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

This text has shadow with #837D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837D1B on black background.


Color preview on white background

This text has color #837D1B on white background.



Black color preview on #837D1B background

This text has black color on #837D1B background.


White color preview on #837D1B background

This text has white color on #837D1B background.