Color Hex Logo

#949480 Color Hex

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

Color spaces of #949480

RGB 148148128
HSL0.170.090.54
HSV60°14°58°
CMYK 0.000.000.14   0.42
XYZ26.698929.034224.6191
Yxy29.03420.33230.3613
Hunter Lab53.8834-5.850310.6290
CIE-Lab60.8118-3.627810.5911

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

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

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

Base Numbers

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

RGB Percentages of Color #949480

%34.91
%34.91
%30.19

CMYK Percentages of Color #949480

%0
%0
%14
%42

Triadic Colors of #949480

#949480 #809494 #948094

Analogous Colors of #949480

#949480 #8a9480 #948a80

Monochromatic Colors of #949480

#949480

Complementary Color

#949480 #808094

#949480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#949480 Color CSS Codes

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

#949480 Text Font Color

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

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


#949480 Background Color

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

This div background color is #949480


#949480 Border Color

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

This div border color is #949480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949480


Comments

No comments written yet.

Please login to write comment.