COLOR #838160

HEX: #838160
RGB: (131,129,96)

Color info

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

RGB color model

#838160 color RGB value is (131,129,96).

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

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 96 of 255 = 38%

131
129
96

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

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 96 = 356 (100%)
R 131 of 356 ~ 36.8%
G 129 of 356 ~ 36.24%
B 96 of 356 ~ 26.97%

%36.8
%36.24
%26.97

CMYK color model

#838160 color CMYK value is (0,2,27,49).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 26.72%
  • key color value is 48.63%
CMYK:
(0,2,27,49)
C0M2Y27K49 
(0%,2%,27%,49%)
(0.00/0.02/0.27/0.49)	

CMYK percentages

%0
%1.53
%26.72
%48.63

Codes

Color #838160 in popluar color models

838160
RGB13112996
HSL57°15.42%44.51%
HSB/HSV57°26.72%51.37%
CMYK0.00%1.53%26.72%
48.63%

Color #838160 in popluar number systems.

HEX838160
Decimal13112996
Binary10000011100000011100000
Octal203201140

Shades and tints

Shades of #838160

#838160
(131,129,96)
#787658
(120,118,88)
#6D6B50
(109,107,80)
#626048
(98,96,72)
#575540
(87,85,64)
#4C4A38
(76,74,56)
#413F30
(65,63,48)
#363428
(54,52,40)
#2B2920
(43,41,32)
#201E18
(32,30,24)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #838160

#838160
(131,129,96)
#8E8C6E
(142,140,110)
#99977C
(153,151,124)
#A4A28A
(164,162,138)
#AFAD98
(175,173,152)
#BAB8A6
(186,184,166)
#C5C3B4
(197,195,180)
#D0CEC2
(208,206,194)
#DBD9D0
(219,217,208)
#E6E4DE
(230,228,222)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838160; }

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

This text font color is #838160.


Background Color

.myBgColor { background-color: #838160; }

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

This div background color is #838160.


Border color

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

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

This div border color is #838160.


Opacity

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

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

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

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

This text has shadow with #838160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838160 on black background.


Color preview on white background

This text has color #838160 on white background.



Black color preview on #838160 background

This text has black color on #838160 background.


White color preview on #838160 background

This text has white color on #838160 background.