COLOR #838D4F

HEX: #838D4F
RGB: (131,141,79)

Color info

#838D4F contains mainly red and green colors. Web safe color of #838D4F is #999966 (or #996).

RGB color model

#838D4F color RGB value is (131,141,79).

  • red value is 131;
  • green value is 141;
  • blue value is 79.
RGB:
(131,141,79)
(51%,55%,31%)

RGB channels and saturation

R 131 of 255 = 51%
G 141 of 255 = 55%
B 79 of 255 = 31%

131
141
79

R + G + B ~ 46%. #838D4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 141 + 79 = 351 (100%)
R 131 of 351 ~ 37.32%
G 141 of 351 ~ 40.17%
B 79 of 351 ~ 22.51%

%37.32
%40.17
%22.51

CMYK color model

#838D4F color CMYK value is (7,0,44,45).

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 43.97%
  • key color value is 44.71%
CMYK:
(7,0,44,45)
C7M0Y44K45 
(7%,0%,44%,45%)
(0.07/0.00/0.44/0.45)	

CMYK percentages

%7.09
%0
%43.97
%44.71

Codes

Color #838D4F in popluar color models

838D4F
RGB13114179
HSL70°28.18%43.14%
HSB/HSV70°43.97%55.29%
CMYK7.09%0.00%43.97%
44.71%

Color #838D4F in popluar number systems.

HEX838D4F
Decimal13114179
Binary10000011100011011001111
Octal203215117

Shades and tints

Shades of #838D4F

#838D4F
(131,141,79)
#788148
(120,129,72)
#6D7541
(109,117,65)
#62693A
(98,105,58)
#575D33
(87,93,51)
#4C512C
(76,81,44)
#414525
(65,69,37)
#36391E
(54,57,30)
#2B2D17
(43,45,23)
#202110
(32,33,16)
#151509
(21,21,9)
#000000
(0,0,0)

Tints of #838D4F

#838D4F
(131,141,79)
#8E975F
(142,151,95)
#99A16F
(153,161,111)
#A4AB7F
(164,171,127)
#AFB58F
(175,181,143)
#BABF9F
(186,191,159)
#C5C9AF
(197,201,175)
#D0D3BF
(208,211,191)
#DBDDCF
(219,221,207)
#E6E7DF
(230,231,223)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838D4F color. Also use rgb(131,141,79) instead hex code.

Text Font Color

.myTextColor { color: #838D4F; }

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

This text font color is #838D4F.


Background Color

.myBgColor { background-color: #838D4F; }

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

This div background color is #838D4F.


Border color

.myBorderColor { border: 1px solid #838D4F; }

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

This div border color is #838D4F.


Opacity

.myOpacity80 { color: #838D4F; opacity: 0.8; }

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

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

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

This text has shadow with #838D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838D4F on black background.


Color preview on white background

This text has color #838D4F on white background.



Black color preview on #838D4F background

This text has black color on #838D4F background.


White color preview on #838D4F background

This text has white color on #838D4F background.