COLOR #838173

HEX: #838173
RGB: (131,129,115)

Color info

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

RGB color model

#838173 color RGB value is (131,129,115).

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

RGB channels and saturation

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

131
129
115

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

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 115 = 375 (100%)
R 131 of 375 ~ 34.93%
G 129 of 375 ~ 34.4%
B 115 of 375 ~ 30.67%

%34.93
%34.4
%30.67

CMYK color model

#838173 color CMYK value is (0,2,12,49).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 12.21%
  • key color value is 48.63%
CMYK: (0,2,12,49) C0M2Y12K49 (0%,2%,12%,49%) (0.00/0.02/0.12/0.49)

CMYK percentages

%0
%1.53
%12.21
%48.63

Codes

Color #838173 in popluar color models

838173
RGB131129115
HSL53°6.50%48.24%
HSB/HSV53°12.21%51.37%
CMYK0.00%1.53%12.21%
48.63%

Color #838173 in popluar number systems.

HEX838173
Decimal131129115
Binary10000011100000011110011
Octal203201163

Shades and tints

Shades of #838173

#838173
(131,129,115)
#787669
(120,118,105)
#6D6B5F
(109,107,95)
#626055
(98,96,85)
#57554B
(87,85,75)
#4C4A41
(76,74,65)
#413F37
(65,63,55)
#36342D
(54,52,45)
#2B2923
(43,41,35)
#201E19
(32,30,25)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #838173

#838173
(131,129,115)
#8E8C7F
(142,140,127)
#99978B
(153,151,139)
#A4A297
(164,162,151)
#AFADA3
(175,173,163)
#BAB8AF
(186,184,175)
#C5C3BB
(197,195,187)
#D0CEC7
(208,206,199)
#DBD9D3
(219,217,211)
#E6E4DF
(230,228,223)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838173; }

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

This text font color is #838173.


Background Color

.myBgColor { background-color: #838173; }

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

This div background color is #838173.


Border color

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

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

This div border color is #838173.


Opacity

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

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

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

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

This text has shadow with #838173 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #838173 on black background.


Color preview on white background

This text has color #838173 on white background.



Black color preview on #838173 background

This text has black color on #838173 background.


White color preview on #838173 background

This text has white color on #838173 background.