COLOR #838C79

HEX: #838C79
RGB: (131,140,121)

Color info

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

RGB color model

#838C79 color RGB value is (131,140,121).

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

RGB channels and saturation

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

131
140
121

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

Portions of RGB colors in percentages

R + G + B =
131 + 140 + 121 = 392 (100%)
R 131 of 392 ~ 33.42%
G 140 of 392 ~ 35.71%
B 121 of 392 ~ 30.87%

%33.42
%35.71
%30.87

CMYK color model

#838C79 color CMYK value is (6,0,14,45).

  • cyan value is 6.43%
  • magenta value is 0.00%
  • yellow value is 13.57%
  • key color value is 45.10%
CMYK:
(6,0,14,45)
C6M0Y14K45 
(6%,0%,14%,45%)
(0.06/0.00/0.14/0.45)	

CMYK percentages

%6.43
%0
%13.57
%45.1

Codes

Color #838C79 in popluar color models

838C79
RGB131140121
HSL88°7.63%51.18%
HSB/HSV88°13.57%54.90%
CMYK6.43%0.00%13.57%
45.10%

Color #838C79 in popluar number systems.

HEX838C79
Decimal131140121
Binary10000011100011001111001
Octal203214171

Shades and tints

Shades of #838C79

#838C79
(131,140,121)
#78806E
(120,128,110)
#6D7463
(109,116,99)
#626858
(98,104,88)
#575C4D
(87,92,77)
#4C5042
(76,80,66)
#414437
(65,68,55)
#36382C
(54,56,44)
#2B2C21
(43,44,33)
#202016
(32,32,22)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #838C79

#838C79
(131,140,121)
#8E9685
(142,150,133)
#99A091
(153,160,145)
#A4AA9D
(164,170,157)
#AFB4A9
(175,180,169)
#BABEB5
(186,190,181)
#C5C8C1
(197,200,193)
#D0D2CD
(208,210,205)
#DBDCD9
(219,220,217)
#E6E6E5
(230,230,229)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838C79; }

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

This text font color is #838C79.


Background Color

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

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

This div background color is #838C79.


Border color

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

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

This div border color is #838C79.


Opacity

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

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

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

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

This text has shadow with #838C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838C79 on black background.


Color preview on white background

This text has color #838C79 on white background.



Black color preview on #838C79 background

This text has black color on #838C79 background.


White color preview on #838C79 background

This text has white color on #838C79 background.