COLOR #838154

HEX: #838154
RGB: (131,129,84)

Color info

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

RGB color model

#838154 color RGB value is (131,129,84).

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

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 84 of 255 = 33%

131
129
84

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

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 84 = 344 (100%)
R 131 of 344 ~ 38.08%
G 129 of 344 ~ 37.5%
B 84 of 344 ~ 24.42%

%38.08
%37.5
%24.42

CMYK color model

#838154 color CMYK value is (0,2,36,49).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 35.88%
  • key color value is 48.63%
CMYK:
(0,2,36,49)
C0M2Y36K49 
(0%,2%,36%,49%)
(0.00/0.02/0.36/0.49)	

CMYK percentages

%0
%1.53
%35.88
%48.63

Codes

Color #838154 in popluar color models

838154
RGB13112984
HSL57°21.86%42.16%
HSB/HSV57°35.88%51.37%
CMYK0.00%1.53%35.88%
48.63%

Color #838154 in popluar number systems.

HEX838154
Decimal13112984
Binary10000011100000011010100
Octal203201124

Shades and tints

Shades of #838154

#838154
(131,129,84)
#78764D
(120,118,77)
#6D6B46
(109,107,70)
#62603F
(98,96,63)
#575538
(87,85,56)
#4C4A31
(76,74,49)
#413F2A
(65,63,42)
#363423
(54,52,35)
#2B291C
(43,41,28)
#201E15
(32,30,21)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #838154

#838154
(131,129,84)
#8E8C63
(142,140,99)
#999772
(153,151,114)
#A4A281
(164,162,129)
#AFAD90
(175,173,144)
#BAB89F
(186,184,159)
#C5C3AE
(197,195,174)
#D0CEBD
(208,206,189)
#DBD9CC
(219,217,204)
#E6E4DB
(230,228,219)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838154; }

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

This text font color is #838154.


Background Color

.myBgColor { background-color: #838154; }

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

This div background color is #838154.


Border color

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

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

This div border color is #838154.


Opacity

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

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

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

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

This text has shadow with #838154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838154 on black background.


Color preview on white background

This text has color #838154 on white background.



Black color preview on #838154 background

This text has black color on #838154 background.


White color preview on #838154 background

This text has white color on #838154 background.