COLOR #839407

HEX: #839407
RGB: (131,148,7)

Color info

#839407 contains mainly red and green colors. Web safe color of #839407 is #999900 (or #990).

RGB color model

#839407 color RGB value is (131,148,7).

  • red value is 131;
  • green value is 148;
  • blue value is 7.
RGB:
(131,148,7)
(51%,58%,3%)

RGB channels and saturation

R 131 of 255 = 51%
G 148 of 255 = 58%
B 7 of 255 = 3%

131
148
7

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

Portions of RGB colors in percentages

R + G + B =
131 + 148 + 7 = 286 (100%)
R 131 of 286 ~ 45.8%
G 148 of 286 ~ 51.75%
B 7 of 286 ~ 2.45%

%45.8
%51.75

CMYK color model

#839407 color CMYK value is (11,0,95,42).

  • cyan value is 11.49%
  • magenta value is 0.00%
  • yellow value is 95.27%
  • key color value is 41.96%
CMYK:
(11,0,95,42)
C11M0Y95K42 
(11%,0%,95%,42%)
(0.11/0.00/0.95/0.42)	

CMYK percentages

%11.49
%0
%95.27
%41.96

Codes

Color #839407 in popluar color models

839407
RGB1311487
HSL67°90.97%30.39%
HSB/HSV67°95.27%58.04%
CMYK11.49%0.00%95.27%
41.96%

Color #839407 in popluar number systems.

HEX839407
Decimal1311487
Binary1000001110010100111
Octal2032247

Shades and tints

Shades of #839407

#839407
(131,148,7)
#788707
(120,135,7)
#6D7A07
(109,122,7)
#626D07
(98,109,7)
#576007
(87,96,7)
#4C5307
(76,83,7)
#414607
(65,70,7)
#363907
(54,57,7)
#2B2C07
(43,44,7)
#201F07
(32,31,7)
#151207
(21,18,7)
#000000
(0,0,0)

Tints of #839407

#839407
(131,148,7)
#8E9D1D
(142,157,29)
#99A633
(153,166,51)
#A4AF49
(164,175,73)
#AFB85F
(175,184,95)
#BAC175
(186,193,117)
#C5CA8B
(197,202,139)
#D0D3A1
(208,211,161)
#DBDCB7
(219,220,183)
#E6E5CD
(230,229,205)
#F1EEE3
(241,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839407 color. Also use rgb(131,148,7) instead hex code.

Text Font Color

.myTextColor { color: #839407; }

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

This text font color is #839407.


Background Color

.myBgColor { background-color: #839407; }

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

This div background color is #839407.


Border color

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

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

This div border color is #839407.


Opacity

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

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

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

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

This text has shadow with #839407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839407 on black background.


Color preview on white background

This text has color #839407 on white background.



Black color preview on #839407 background

This text has black color on #839407 background.


White color preview on #839407 background

This text has white color on #839407 background.