#838785

#838785 color hex

#838785 hex color information.
RGB value of #838785 is (131,135,133)
Change page background color to #838785 | Reset

#838785 rgb color chart

Color spaces of #838785

RGB 131135133
HSL0.420.020.52
HSV150°53°
CMYK 0.030.000.01   0.47
XYZ22.257723.846725.6201
Yxy23.84670.31030.3325
Hunter Lab48.8331-4.09913.0769
CIE-Lab55.9340-1.87110.5516

Shades of #838785

Tints of #838785

RGB Percentages of Color #838785

%32.83
%33.83
%33.33

CMYK Percentages of Color #838785

%3
%0
%1
%47

#838785 Color Info

#838785 hex color red value is 131, green value is 135 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #838785 hue: 0.42 , saturation: 0.02 and the lightness value of 838785 is 0.52.

The process color (four color CMYK) of #838785 hex color is 0.03, 0.00, 0.01, 0.47. Web safe color of #838785 is #999999

Color #838785 contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000111 10000101
Octal 203 207 205
Decimal 131 135 133
Hexadecimal 83 87 85

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #838785

Triadic Colors of #838785

#838785 #848386 #868583

Analogous Colors of #838785

#838785 #838686 #838683

Complementary Color of #838785

#838785 #868384

#838785 HSL Color Chart
#838785 hsl color chart
#838785 RGB Color Chart

#838785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838785 Color CSS Codes

.mybgcolor {background-color:#838785; } 
.myforecolor {color:#838785; }
.mybordercolor {border:3px solid #838785; }
Sample text font color #838785

This sample text font color is #838785
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#838785">Text here</p>
#838785 background color

This div background color is #838785

<div style="background-color:#838785">
Div content here</div>
#838785 border color

This div border color is #838785

<div style="border:3px solid #838785">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #838785 Color Sample
#838785border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(131,135,133, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #838785; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #838785;
  -webkit-box-shadow: 1px 1px 3px 2px #838785;
  box-shadow:         1px 1px 3px 2px #838785; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,135,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #838785">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #838785

<div style="-moz-box-shadow: 1px 1px 3px 2px #838785;
  -webkit-box-shadow: 1px 1px 3px 2px #838785;
  box-shadow:         1px 1px 3px 2px #838785;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top