COLOR #838D7D

HEX: #838D7D
RGB: (131,141,125)

Color info

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

RGB color model

#838D7D color RGB value is (131,141,125).

  • red value is 131;
  • green value is 141;
  • blue value is 125.
RGB:
(131,141,125)
(51%,55%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 141 of 255 = 55%
B 125 of 255 = 49%

131
141
125

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

Portions of RGB colors in percentages

R + G + B =
131 + 141 + 125 = 397 (100%)
R 131 of 397 ~ 33%
G 141 of 397 ~ 35.52%
B 125 of 397 ~ 31.49%

%33
%35.52
%31.49

CMYK color model

#838D7D color CMYK value is (7,0,11,45).

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 11.35%
  • key color value is 44.71%
CMYK:
(7,0,11,45)
C7M0Y11K45 
(7%,0%,11%,45%)
(0.07/0.00/0.11/0.45)	

CMYK percentages

%7.09
%0
%11.35
%44.71

Codes

Color #838D7D in popluar color models

838D7D
RGB131141125
HSL98°6.56%52.16%
HSB/HSV98°11.35%55.29%
CMYK7.09%0.00%11.35%
44.71%

Color #838D7D in popluar number systems.

HEX838D7D
Decimal131141125
Binary10000011100011011111101
Octal203215175

Shades and tints

Shades of #838D7D

#838D7D
(131,141,125)
#788172
(120,129,114)
#6D7567
(109,117,103)
#62695C
(98,105,92)
#575D51
(87,93,81)
#4C5146
(76,81,70)
#41453B
(65,69,59)
#363930
(54,57,48)
#2B2D25
(43,45,37)
#20211A
(32,33,26)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #838D7D

#838D7D
(131,141,125)
#8E9788
(142,151,136)
#99A193
(153,161,147)
#A4AB9E
(164,171,158)
#AFB5A9
(175,181,169)
#BABFB4
(186,191,180)
#C5C9BF
(197,201,191)
#D0D3CA
(208,211,202)
#DBDDD5
(219,221,213)
#E6E7E0
(230,231,224)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838D7D color. Also use rgb(131,141,125) instead hex code.

Text Font Color

.myTextColor { color: #838D7D; }

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

This text font color is #838D7D.


Background Color

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

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

This div background color is #838D7D.


Border color

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

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

This div border color is #838D7D.


Opacity

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

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

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

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

This text has shadow with #838D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838D7D on black background.


Color preview on white background

This text has color #838D7D on white background.



Black color preview on #838D7D background

This text has black color on #838D7D background.


White color preview on #838D7D background

This text has white color on #838D7D background.