COLOR #838580

HEX: #838580
RGB: (131,133,128)

Color info

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

RGB color model

#838580 color RGB value is (131,133,128).

  • red value is 131;
  • green value is 133;
  • blue value is 128.
RGB:
(131,133,128)
(51%,52%,50%)

RGB channels and saturation

R 131 of 255 = 51%
G 133 of 255 = 52%
B 128 of 255 = 50%

131
133
128

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

Portions of RGB colors in percentages

R + G + B =
131 + 133 + 128 = 392 (100%)
R 131 of 392 ~ 33.42%
G 133 of 392 ~ 33.93%
B 128 of 392 ~ 32.65%

%33.42
%33.93
%32.65

CMYK color model

#838580 color CMYK value is (2,0,4,48).

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(2,0,4,48)
C2M0Y4K48 
(2%,0%,4%,48%)
(0.02/0.00/0.04/0.48)	

CMYK percentages

%1.5
%0
%3.76
%47.84

Codes

Color #838580 in popluar color models

838580
RGB131133128
HSL84°2.01%51.18%
HSB/HSV84°3.76%52.16%
CMYK1.50%0.00%3.76%
47.84%

Color #838580 in popluar number systems.

HEX838580
Decimal131133128
Binary100000111000010110000000
Octal203205200

Shades and tints

Shades of #838580

#838580
(131,133,128)
#787975
(120,121,117)
#6D6D6A
(109,109,106)
#62615F
(98,97,95)
#575554
(87,85,84)
#4C4949
(76,73,73)
#413D3E
(65,61,62)
#363133
(54,49,51)
#2B2528
(43,37,40)
#20191D
(32,25,29)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #838580

#838580
(131,133,128)
#8E908B
(142,144,139)
#999B96
(153,155,150)
#A4A6A1
(164,166,161)
#AFB1AC
(175,177,172)
#BABCB7
(186,188,183)
#C5C7C2
(197,199,194)
#D0D2CD
(208,210,205)
#DBDDD8
(219,221,216)
#E6E8E3
(230,232,227)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838580 color. Also use rgb(131,133,128) instead hex code.

Text Font Color

.myTextColor { color: #838580; }

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

This text font color is #838580.


Background Color

.myBgColor { background-color: #838580; }

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

This div background color is #838580.


Border color

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

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

This div border color is #838580.


Opacity

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

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

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

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

This text has shadow with #838580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838580 on black background.


Color preview on white background

This text has color #838580 on white background.



Black color preview on #838580 background

This text has black color on #838580 background.


White color preview on #838580 background

This text has white color on #838580 background.