COLOR #838179

HEX: #838179
RGB: (131,129,121)

Color info

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

RGB color model

#838179 color RGB value is (131,129,121).

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

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 121 of 255 = 47%

131
129
121

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

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 121 = 381 (100%)
R 131 of 381 ~ 34.38%
G 129 of 381 ~ 33.86%
B 121 of 381 ~ 31.76%

%34.38
%33.86
%31.76

CMYK color model

#838179 color CMYK value is (0,2,8,49).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 7.63%
  • key color value is 48.63%
CMYK:
(0,2,8,49)
C0M2Y8K49 
(0%,2%,8%,49%)
(0.00/0.02/0.08/0.49)	

CMYK percentages

%0
%1.53
%7.63
%48.63

Codes

Color #838179 in popluar color models

838179
RGB131129121
HSL48°3.97%49.41%
HSB/HSV48°7.63%51.37%
CMYK0.00%1.53%7.63%
48.63%

Color #838179 in popluar number systems.

HEX838179
Decimal131129121
Binary10000011100000011111001
Octal203201171

Shades and tints

Shades of #838179

#838179
(131,129,121)
#78766E
(120,118,110)
#6D6B63
(109,107,99)
#626058
(98,96,88)
#57554D
(87,85,77)
#4C4A42
(76,74,66)
#413F37
(65,63,55)
#36342C
(54,52,44)
#2B2921
(43,41,33)
#201E16
(32,30,22)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #838179

#838179
(131,129,121)
#8E8C85
(142,140,133)
#999791
(153,151,145)
#A4A29D
(164,162,157)
#AFADA9
(175,173,169)
#BAB8B5
(186,184,181)
#C5C3C1
(197,195,193)
#D0CECD
(208,206,205)
#DBD9D9
(219,217,217)
#E6E4E5
(230,228,229)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838179; }

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

This text font color is #838179.


Background Color

.myBgColor { background-color: #838179; }

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

This div background color is #838179.


Border color

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

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

This div border color is #838179.


Opacity

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

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

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

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

This text has shadow with #838179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838179 on black background.


Color preview on white background

This text has color #838179 on white background.



Black color preview on #838179 background

This text has black color on #838179 background.


White color preview on #838179 background

This text has white color on #838179 background.