COLOR #837918

HEX: #837918
RGB: (131,121,24)

Color info

#837918 contains mainly red and green colors. Web safe color of #837918 is #996600 (or #960).

RGB color model

#837918 color RGB value is (131,121,24).

  • red value is 131;
  • green value is 121;
  • blue value is 24.
RGB:
(131,121,24)
(51%,47%,9%)

RGB channels and saturation

R 131 of 255 = 51%
G 121 of 255 = 47%
B 24 of 255 = 9%

131
121
24

R + G + B ~ 36%. #837918 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 24 = 276 (100%)
R 131 of 276 ~ 47.46%
G 121 of 276 ~ 43.84%
B 24 of 276 ~ 8.7%

%47.46
%43.84

CMYK color model

#837918 color CMYK value is (0,8,82,49).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 81.68%
  • key color value is 48.63%
CMYK:
(0,8,82,49)
C0M8Y82K49 
(0%,8%,82%,49%)
(0.00/0.08/0.82/0.49)	

CMYK percentages

%0
%7.63
%81.68
%48.63

Codes

Color #837918 in popluar color models

837918
RGB13112124
HSL54°69.03%30.39%
HSB/HSV54°81.68%51.37%
CMYK0.00%7.63%81.68%
48.63%

Color #837918 in popluar number systems.

HEX837918
Decimal13112124
Binary10000011111100111000
Octal20317130

Shades and tints

Shades of #837918

#837918
(131,121,24)
#786E16
(120,110,22)
#6D6314
(109,99,20)
#625812
(98,88,18)
#574D10
(87,77,16)
#4C420E
(76,66,14)
#41370C
(65,55,12)
#362C0A
(54,44,10)
#2B2108
(43,33,8)
#201606
(32,22,6)
#150B04
(21,11,4)
#000000
(0,0,0)

Tints of #837918

#837918
(131,121,24)
#8E852D
(142,133,45)
#999142
(153,145,66)
#A49D57
(164,157,87)
#AFA96C
(175,169,108)
#BAB581
(186,181,129)
#C5C196
(197,193,150)
#D0CDAB
(208,205,171)
#DBD9C0
(219,217,192)
#E6E5D5
(230,229,213)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837918 color. Also use rgb(131,121,24) instead hex code.

Text Font Color

.myTextColor { color: #837918; }

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

This text font color is #837918.


Background Color

.myBgColor { background-color: #837918; }

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

This div background color is #837918.


Border color

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

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

This div border color is #837918.


Opacity

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

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

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

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

This text has shadow with #837918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837918 on black background.


Color preview on white background

This text has color #837918 on white background.



Black color preview on #837918 background

This text has black color on #837918 background.


White color preview on #837918 background

This text has white color on #837918 background.