Color Hex Logo

#938080 Color Hex

#938080
(147,128,128)
0 Favorites   0 Comments

Color spaces of #938080

RGB 147128128
HSL0.000.080.54
HSV13°58°
CMYK 0.000.130.13   0.42
XYZ23.648123.199923.6537
Yxy23.19990.33540.3291
Hunter Lab48.16633.34684.6000
CIE-Lab55.27767.24602.6634

#938080 color RGB value is (147,128,128).

#938080 hex color red value is 147, green value is 128 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #938080 hue: 0.00 , saturation: 0.08 and the lightness value of 938080 is 0.54.

The process color (four color CMYK) of #938080 color hex is 0.00, 0.13, 0.13, 0.42. Web safe color of #938080 is #999999. Color #938080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000000 10000000
Octal 223 200 200
Decimal 147 128 128
Hex 93 80 80

RGB Percentages of Color #938080

%36.48
%31.76
%31.76

CMYK Percentages of Color #938080

%0
%13
%13
%42

Triadic Colors of #938080

#938080 #809380 #808093

Analogous Colors of #938080

#938080 #938a80 #93808a

Monochromatic Colors of #938080

#938080

Complementary Color

#938080 #809393

#938080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938080 Color CSS Codes

.mybgcolor {background-color:#938080; } 
.myforecolor {color:#938080; }
.mybordercolor {border:3px solid #938080; }

#938080 Text Font Color

<p style="color:#938080">Text here</p>

This sample text font color is #938080
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.


#938080 Background Color

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

This div background color is #938080


#938080 Border Color

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

This div border color is #938080


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,128,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #938080; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #938080;
  -webkit-box-shadow: 1px 1px 3px 2px #938080;
  box-shadow:         1px 1px 3px 2px #938080; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,128,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #938080">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938080


Comments

No comments written yet.

Please login to write comment.