COLOR #839141

HEX: #839141
RGB: (131,145,65)

Color info

#839141 contains mainly red and green colors. Web safe color of #839141 is #999933 (or #993).

RGB color model

#839141 color RGB value is (131,145,65).

  • red value is 131;
  • green value is 145;
  • blue value is 65.
RGB:
(131,145,65)
(51%,57%,25%)

RGB channels and saturation

R 131 of 255 = 51%
G 145 of 255 = 57%
B 65 of 255 = 25%

131
145
65

R + G + B ~ 44%. #839141 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 145 + 65 = 341 (100%)
R 131 of 341 ~ 38.42%
G 145 of 341 ~ 42.52%
B 65 of 341 ~ 19.06%

%38.42
%42.52
%19.06

CMYK color model

#839141 color CMYK value is (10,0,55,43).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 43.14%
CMYK:
(10,0,55,43)
C10M0Y55K43 
(10%,0%,55%,43%)
(0.10/0.00/0.55/0.43)	

CMYK percentages

%9.66
%0
%55.17
%43.14

Codes

Color #839141 in popluar color models

839141
RGB13114565
HSL71°38.10%41.18%
HSB/HSV71°55.17%56.86%
CMYK9.66%0.00%55.17%
43.14%

Color #839141 in popluar number systems.

HEX839141
Decimal13114565
Binary10000011100100011000001
Octal203221101

Shades and tints

Shades of #839141

#839141
(131,145,65)
#78843C
(120,132,60)
#6D7737
(109,119,55)
#626A32
(98,106,50)
#575D2D
(87,93,45)
#4C5028
(76,80,40)
#414323
(65,67,35)
#36361E
(54,54,30)
#2B2919
(43,41,25)
#201C14
(32,28,20)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #839141

#839141
(131,145,65)
#8E9B52
(142,155,82)
#99A563
(153,165,99)
#A4AF74
(164,175,116)
#AFB985
(175,185,133)
#BAC396
(186,195,150)
#C5CDA7
(197,205,167)
#D0D7B8
(208,215,184)
#DBE1C9
(219,225,201)
#E6EBDA
(230,235,218)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839141 color. Also use rgb(131,145,65) instead hex code.

Text Font Color

.myTextColor { color: #839141; }

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

This text font color is #839141.


Background Color

.myBgColor { background-color: #839141; }

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

This div background color is #839141.


Border color

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

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

This div border color is #839141.


Opacity

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

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

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

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

This text has shadow with #839141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839141 on black background.


Color preview on white background

This text has color #839141 on white background.



Black color preview on #839141 background

This text has black color on #839141 background.


White color preview on #839141 background

This text has white color on #839141 background.