COLOR #83827A

HEX: #83827A RGB: (131,130,122)

Color info

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

RGB color model

#83827A color RGB value is (131,130,122).

RGB: (131,130,122) (51%, 51%, 48%)

RGB channels and saturation

R 131 of 255 = 51%
G 130 of 255 = 51%
B 122 of 255 = 48%

131
130
122

R + G + B ~ 50%. #83827A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 130 + 122 = 383 (100%)
R 131 of 383 ~ 34.2%
G 130 of 383 ~ 33.94%
B 122 of 383 ~ 31.85'%

%34.2
%33.94
%31.85

CMYK color model

#83827A color CMYK value is (0,1,7,49).

  • cyan value is 0.00%
  • magenta value is 0.76%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK: (0,1,7,49) C0M1Y7K49 (0%,1%,7%,49%) (0.00/0.01/0.07/0.49) 

CMYK percentages

%0
%0.76
%6.87
%48.63

Codes

Color #83827A in popluar color models

83 82 7A
RGB 131 130 122
HSL 53° 3.56% 49.61%
HSB/HSV 53° 6.87% 51.37%
CMYK 0.00% 0.76% 6.87%
48.63%

Color #83827A in popluar number systems.

HEX 83 82 7A
Decimal 131 130 122
Binary 10000011 10000010 1111010
Octal 203 202 172

Shades and tints

Shades of #83827A

#83827A
(131,130,122)
#78776F
(120,119,111)
#6D6C64
(109,108,100)
#626159
(98,97,89)
#57564E
(87,86,78)
#4C4B43
(76,75,67)
#414038
(65,64,56)
#36352D
(54,53,45)
#2B2A22
(43,42,34)
#201F17
(32,31,23)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #83827A

#83827A
(131,130,122)
#8E8D86
(142,141,134)
#999892
(153,152,146)
#A4A39E
(164,163,158)
#AFAEAA
(175,174,170)
#BAB9B6
(186,185,182)
#C5C4C2
(197,196,194)
#D0CFCE
(208,207,206)
#DBDADA
(219,218,218)
#E6E5E6
(230,229,230)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83827A color. Also use rgb(131,130,122) instead hex code.

Text Font Color

.myTextColor { color: #83827A; }

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

This text font color is #83827A.

Background Color

.myBgColor { background-color: #83827A; }

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

This div background color is #83827A.

Border color

.myBorderColor { border: 1px solid #83827A; }

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

This div border color is #83827A.

Opacity

.myOpacity80 { color: #83827A; opacity: 0.8; }

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

Text with #83827A 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 #'.$colorObj['hex'].';}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].'">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample']).'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 5px 5px 20px red">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample2']).'


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)">Text</p>

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.


'.$lang['color_style_box_shadow'].'

 /* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow:1px 1px 3px 2px #'.$colorObj['hex'].';">
Div content here</div>
'.str_replace('%color%',$colorObj['hex'],$lang['color_style_box_shadow_sample']).'

Preview

Color preview on black background

This text has color #83827A on black background.


Color preview on white background

This text has color #83827A on white background.



Black color preview on #83827A background

This text has black color on #83827A background.


White color preview on #83827A background

This text has white color on #83827A background.