COLOR #838156

HEX: #838156
RGB: (131,129,86)

Color info

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

RGB color model

#838156 color RGB value is (131,129,86).

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

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 86 of 255 = 34%

131
129
86

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

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 86 = 346 (100%)
R 131 of 346 ~ 37.86%
G 129 of 346 ~ 37.28%
B 86 of 346 ~ 24.86%

%37.86
%37.28
%24.86

CMYK color model

#838156 color CMYK value is (0,2,34,49).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 34.35%
  • key color value is 48.63%
CMYK:
(0,2,34,49)
C0M2Y34K49 
(0%,2%,34%,49%)
(0.00/0.02/0.34/0.49)	

CMYK percentages

%0
%1.53
%34.35
%48.63

Codes

Color #838156 in popluar color models

838156
RGB13112986
HSL57°20.74%42.55%
HSB/HSV57°34.35%51.37%
CMYK0.00%1.53%34.35%
48.63%

Color #838156 in popluar number systems.

HEX838156
Decimal13112986
Binary10000011100000011010110
Octal203201126

Shades and tints

Shades of #838156

#838156
(131,129,86)
#78764F
(120,118,79)
#6D6B48
(109,107,72)
#626041
(98,96,65)
#57553A
(87,85,58)
#4C4A33
(76,74,51)
#413F2C
(65,63,44)
#363425
(54,52,37)
#2B291E
(43,41,30)
#201E17
(32,30,23)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #838156

#838156
(131,129,86)
#8E8C65
(142,140,101)
#999774
(153,151,116)
#A4A283
(164,162,131)
#AFAD92
(175,173,146)
#BAB8A1
(186,184,161)
#C5C3B0
(197,195,176)
#D0CEBF
(208,206,191)
#DBD9CE
(219,217,206)
#E6E4DD
(230,228,221)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838156; }

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

This text font color is #838156.


Background Color

.myBgColor { background-color: #838156; }

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

This div background color is #838156.


Border color

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

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

This div border color is #838156.


Opacity

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

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

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

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

This text has shadow with #838156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838156 on black background.


Color preview on white background

This text has color #838156 on white background.



Black color preview on #838156 background

This text has black color on #838156 background.


White color preview on #838156 background

This text has white color on #838156 background.