COLOR #838C6B

HEX: #838C6B
RGB: (131,140,107)

Color info

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

RGB color model

#838C6B color RGB value is (131,140,107).

  • red value is 131;
  • green value is 140;
  • blue value is 107.
RGB:
(131,140,107)
(51%,55%,42%)

RGB channels and saturation

R 131 of 255 = 51%
G 140 of 255 = 55%
B 107 of 255 = 42%

131
140
107

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

Portions of RGB colors in percentages

R + G + B =
131 + 140 + 107 = 378 (100%)
R 131 of 378 ~ 34.66%
G 140 of 378 ~ 37.04%
B 107 of 378 ~ 28.31%

%34.66
%37.04
%28.31

CMYK color model

#838C6B color CMYK value is (6,0,24,45).

  • cyan value is 6.43%
  • magenta value is 0.00%
  • yellow value is 23.57%
  • key color value is 45.10%
CMYK:
(6,0,24,45)
C6M0Y24K45 
(6%,0%,24%,45%)
(0.06/0.00/0.24/0.45)	

CMYK percentages

%6.43
%0
%23.57
%45.1

Codes

Color #838C6B in popluar color models

838C6B
RGB131140107
HSL76°13.36%48.43%
HSB/HSV76°23.57%54.90%
CMYK6.43%0.00%23.57%
45.10%

Color #838C6B in popluar number systems.

HEX838C6B
Decimal131140107
Binary10000011100011001101011
Octal203214153

Shades and tints

Shades of #838C6B

#838C6B
(131,140,107)
#788062
(120,128,98)
#6D7459
(109,116,89)
#626850
(98,104,80)
#575C47
(87,92,71)
#4C503E
(76,80,62)
#414435
(65,68,53)
#36382C
(54,56,44)
#2B2C23
(43,44,35)
#20201A
(32,32,26)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #838C6B

#838C6B
(131,140,107)
#8E9678
(142,150,120)
#99A085
(153,160,133)
#A4AA92
(164,170,146)
#AFB49F
(175,180,159)
#BABEAC
(186,190,172)
#C5C8B9
(197,200,185)
#D0D2C6
(208,210,198)
#DBDCD3
(219,220,211)
#E6E6E0
(230,230,224)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838C6B color. Also use rgb(131,140,107) instead hex code.

Text Font Color

.myTextColor { color: #838C6B; }

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

This text font color is #838C6B.


Background Color

.myBgColor { background-color: #838C6B; }

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

This div background color is #838C6B.


Border color

.myBorderColor { border: 1px solid #838C6B; }

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

This div border color is #838C6B.


Opacity

.myOpacity80 { color: #838C6B; opacity: 0.8; }

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

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

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

This text has shadow with #838C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838C6B on black background.


Color preview on white background

This text has color #838C6B on white background.



Black color preview on #838C6B background

This text has black color on #838C6B background.


White color preview on #838C6B background

This text has white color on #838C6B background.