COLOR #838172

HEX: #838172
RGB: (131,129,114)

Color info

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

RGB color model

#838172 color RGB value is (131,129,114).

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

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 114 of 255 = 45%

131
129
114

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

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 114 = 374 (100%)
R 131 of 374 ~ 35.03%
G 129 of 374 ~ 34.49%
B 114 of 374 ~ 30.48%

%35.03
%34.49
%30.48

CMYK color model

#838172 color CMYK value is (0,2,13,49).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 12.98%
  • key color value is 48.63%
CMYK:
(0,2,13,49)
C0M2Y13K49 
(0%,2%,13%,49%)
(0.00/0.02/0.13/0.49)	

CMYK percentages

%0
%1.53
%12.98
%48.63

Codes

Color #838172 in popluar color models

838172
RGB131129114
HSL53°6.94%48.04%
HSB/HSV53°12.98%51.37%
CMYK0.00%1.53%12.98%
48.63%

Color #838172 in popluar number systems.

HEX838172
Decimal131129114
Binary10000011100000011110010
Octal203201162

Shades and tints

Shades of #838172

#838172
(131,129,114)
#787668
(120,118,104)
#6D6B5E
(109,107,94)
#626054
(98,96,84)
#57554A
(87,85,74)
#4C4A40
(76,74,64)
#413F36
(65,63,54)
#36342C
(54,52,44)
#2B2922
(43,41,34)
#201E18
(32,30,24)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #838172

#838172
(131,129,114)
#8E8C7E
(142,140,126)
#99978A
(153,151,138)
#A4A296
(164,162,150)
#AFADA2
(175,173,162)
#BAB8AE
(186,184,174)
#C5C3BA
(197,195,186)
#D0CEC6
(208,206,198)
#DBD9D2
(219,217,210)
#E6E4DE
(230,228,222)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838172; }

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

This text font color is #838172.


Background Color

.myBgColor { background-color: #838172; }

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

This div background color is #838172.


Border color

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

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

This div border color is #838172.


Opacity

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

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

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

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

This text has shadow with #838172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838172 on black background.


Color preview on white background

This text has color #838172 on white background.



Black color preview on #838172 background

This text has black color on #838172 background.


White color preview on #838172 background

This text has white color on #838172 background.