Color Hex Logo

#948080 Color Hex

#948080
(148,128,128)
0 Favorites   0 Comments

Color spaces of #948080

RGB 148128128
HSL0.000.090.54
HSV14°58°
CMYK 0.000.140.14   0.42
XYZ23.828223.292823.6621
Yxy23.29280.33660.3291
Hunter Lab48.26263.66944.7152
CIE-Lab55.37277.63282.8130

#948080 color RGB value is (148,128,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000000 10000000
Octal 224 200 200
Decimal 148 128 128
Hex 94 80 80

RGB Percentages of Color #948080

%36.63
%31.68
%31.68

CMYK Percentages of Color #948080

%0
%14
%14
%42

Triadic Colors of #948080

#948080 #809480 #808094

Analogous Colors of #948080

#948080 #948a80 #94808a

Monochromatic Colors of #948080

#948080

Complementary Color

#948080 #809494

#948080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948080 Color CSS Codes

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

#948080 Text Font Color

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

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


#948080 Background Color

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

This div background color is #948080


#948080 Border Color

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

This div border color is #948080


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,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 #948080">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948080


Comments

No comments written yet.

Please login to write comment.