COLOR #838781

HEX: #838781
RGB: (131,135,129)

Color info

#838781 contains red, green and blue colors in about the same proportion. Web safe color of #838781 is #999999 (or #999).

RGB color model

#838781 color RGB value is (131,135,129).

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

RGB channels and saturation

R 131 of 255 = 51%
G 135 of 255 = 53%
B 129 of 255 = 51%

131
135
129

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

Portions of RGB colors in percentages

R + G + B =
131 + 135 + 129 = 395 (100%)
R 131 of 395 ~ 33.16%
G 135 of 395 ~ 34.18%
B 129 of 395 ~ 32.66%

%33.16
%34.18
%32.66

CMYK color model

#838781 color CMYK value is (3,0,4,47).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 47.06%
CMYK:
(3,0,4,47)
C3M0Y4K47 
(3%,0%,4%,47%)
(0.03/0.00/0.04/0.47)	

CMYK percentages

%2.96
%0
%4.44
%47.06

Codes

Color #838781 in popluar color models

838781
RGB131135129
HSL100°2.44%51.76%
HSB/HSV100°4.44%52.94%
CMYK2.96%0.00%4.44%
47.06%

Color #838781 in popluar number systems.

HEX838781
Decimal131135129
Binary100000111000011110000001
Octal203207201

Shades and tints

Shades of #838781

#838781
(131,135,129)
#787B76
(120,123,118)
#6D6F6B
(109,111,107)
#626360
(98,99,96)
#575755
(87,87,85)
#4C4B4A
(76,75,74)
#413F3F
(65,63,63)
#363334
(54,51,52)
#2B2729
(43,39,41)
#201B1E
(32,27,30)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #838781

#838781
(131,135,129)
#8E918C
(142,145,140)
#999B97
(153,155,151)
#A4A5A2
(164,165,162)
#AFAFAD
(175,175,173)
#BAB9B8
(186,185,184)
#C5C3C3
(197,195,195)
#D0CDCE
(208,205,206)
#DBD7D9
(219,215,217)
#E6E1E4
(230,225,228)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838781; }

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

This text font color is #838781.


Background Color

.myBgColor { background-color: #838781; }

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

This div background color is #838781.


Border color

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

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

This div border color is #838781.


Opacity

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

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

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

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

This text has shadow with #838781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838781 on black background.


Color preview on white background

This text has color #838781 on white background.



Black color preview on #838781 background

This text has black color on #838781 background.


White color preview on #838781 background

This text has white color on #838781 background.