Color Hex Logo

#949080 Color Hex

#949080
(148,144,128)
0 Favorites   0 Comments

Color spaces of #949080

RGB 148144128
HSL0.130.090.54
HSV48°14°58°
CMYK 0.000.030.14   0.42
XYZ26.082327.800924.4135
Yxy27.80090.33310.3551
Hunter Lab52.7266-3.97279.4561
CIE-Lab59.7084-1.41249.0289

#949080 color RGB value is (148,144,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010000 10000000
Octal 224 220 200
Decimal 148 144 128
Hex 94 90 80

RGB Percentages of Color #949080

%35.24
%34.29
%30.48

CMYK Percentages of Color #949080

%0
%3
%14
%42

Triadic Colors of #949080

#949080 #809490 #908094

Analogous Colors of #949080

#949080 #8e9480 #948680

Monochromatic Colors of #949080

#949080

Complementary Color

#949080 #808494

#949080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#949080 Color CSS Codes

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

#949080 Text Font Color

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

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


#949080 Background Color

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

This div background color is #949080


#949080 Border Color

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

This div border color is #949080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949080


Comments

No comments written yet.

Please login to write comment.