COLOR #838D79

HEX: #838D79
RGB: (131,141,121)

Color info

#838D79 contains red, green and blue colors in about the same proportion. Web safe color of #838D79 is #999966 (or #996).

RGB color model

#838D79 color RGB value is (131,141,121).

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

RGB channels and saturation

R 131 of 255 = 51%
G 141 of 255 = 55%
B 121 of 255 = 47%

131
141
121

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

Portions of RGB colors in percentages

R + G + B =
131 + 141 + 121 = 393 (100%)
R 131 of 393 ~ 33.33%
G 141 of 393 ~ 35.88%
B 121 of 393 ~ 30.79%

%33.33
%35.88
%30.79

CMYK color model

#838D79 color CMYK value is (7,0,14,45).

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 44.71%
CMYK:
(7,0,14,45)
C7M0Y14K45 
(7%,0%,14%,45%)
(0.07/0.00/0.14/0.45)	

CMYK percentages

%7.09
%0
%14.18
%44.71

Codes

Color #838D79 in popluar color models

838D79
RGB131141121
HSL90°8.06%51.37%
HSB/HSV90°14.18%55.29%
CMYK7.09%0.00%14.18%
44.71%

Color #838D79 in popluar number systems.

HEX838D79
Decimal131141121
Binary10000011100011011111001
Octal203215171

Shades and tints

Shades of #838D79

#838D79
(131,141,121)
#78816E
(120,129,110)
#6D7563
(109,117,99)
#626958
(98,105,88)
#575D4D
(87,93,77)
#4C5142
(76,81,66)
#414537
(65,69,55)
#36392C
(54,57,44)
#2B2D21
(43,45,33)
#202116
(32,33,22)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #838D79

#838D79
(131,141,121)
#8E9785
(142,151,133)
#99A191
(153,161,145)
#A4AB9D
(164,171,157)
#AFB5A9
(175,181,169)
#BABFB5
(186,191,181)
#C5C9C1
(197,201,193)
#D0D3CD
(208,211,205)
#DBDDD9
(219,221,217)
#E6E7E5
(230,231,229)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838D79; }

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

This text font color is #838D79.


Background Color

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

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

This div background color is #838D79.


Border color

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

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

This div border color is #838D79.


Opacity

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

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

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

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

This text has shadow with #838D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838D79 on black background.


Color preview on white background

This text has color #838D79 on white background.



Black color preview on #838D79 background

This text has black color on #838D79 background.


White color preview on #838D79 background

This text has white color on #838D79 background.