#8c958c

#8c958c color hex

#8c958c hex color information.
RGB value of #8c958c is (140,149,140)
Change page background color to #8c958c | Reset

#8c958c rgb color chart

Color spaces of #8c958c

RGB 140149140
HSL0.330.040.57
HSV120°58°
CMYK 0.060.000.06   0.42
XYZ26.296328.963829.0156
Yxy28.96380.31200.3437
Hunter Lab53.8180-6.96385.7068
CIE-Lab60.7497-5.01433.6245

Shades of #8c958c

Tints of #8c958c

RGB Percentages of Color #8c958c

%32.63
%34.73
%32.63

CMYK Percentages of Color #8c958c

%6
%0
%6
%42

#8c958c Color Info

#8c958c hex color red value is 140, green value is 149 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #8c958c hue: 0.33 , saturation: 0.04 and the lightness value of 8c958c is 0.57.

The process color (four color CMYK) of #8c958c hex color is 0.06, 0.00, 0.06, 0.42. Web safe color of #8c958c is #999999

Color #8c958c contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10010101 10001100
Octal 214 225 214
Decimal 140 149 140
Hexadecimal 8C 95 8C

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #8c958c

Triadic Colors of #8c958c

#8c958c #8c8c94 #948c8c

Analogous Colors of #8c958c

#8c958c #8c9490 #90948c

Complementary Color of #8c958c

#8c958c #948c94

#8c958c HSL Color Chart
#8c958c hsl color chart
#8c958c RGB Color Chart

#8c958c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c958c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c958c Color CSS Codes

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

This sample text font color is #8c958c
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:#8c958c">Text here</p>
#8c958c background color

This div background color is #8c958c

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

This div border color is #8c958c

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

HTML Table Border #8c958c Color Sample
#8c958cborder color

CSS3 Examples

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

This text has shadow with rgb values.


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

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #8c958c

<div style="-moz-box-shadow: 1px 1px 3px 2px #8c958c;
  -webkit-box-shadow: 1px 1px 3px 2px #8c958c;
  box-shadow:         1px 1px 3px 2px #8c958c;">
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