Color Hex Logo

#949a44 Color Hex

#949A44
(148,154,68)
0 Favorites   0 Comments

Color spaces of #949a44

RGB 14815468
HSL0.180.390.44
HSV64°56°60°
CMYK 0.040.000.56   0.40
XYZ24.811729.82459.9178
Yxy29.82450.38440.4620
Hunter Lab54.6118-14.473027.4609
CIE-Lab61.5025-14.509643.6376

#949a44 color RGB value is (148,154,68).

#949a44 hex color red value is 148, green value is 154 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #949a44 hue: 0.18 , saturation: 0.39 and the lightness value of 949a44 is 0.44.

The process color (four color CMYK) of #949a44 color hex is 0.04, 0.00, 0.56, 0.40. Web safe color of #949a44 is #999933. Color #949a44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 01000100
Octal 224 232 104
Decimal 148 154 68
Hex 94 9A 44

RGB Percentages of Color #949a44

%40.00
%41.62
%18.38

CMYK Percentages of Color #949a44

%4
%0
%56
%40

Triadic Colors of #949a44

#949a44 #44949a #9a4494

Analogous Colors of #949a44

#949a44 #699a44 #9a7544

Monochromatic Colors of #949a44

#949a44

Complementary Color

#949a44 #4a449a

#949a44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949a44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#949a44 Color CSS Codes

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

#949a44 Text Font Color

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

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


#949a44 Background Color

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

This div background color is #949a44


#949a44 Border Color

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

This div border color is #949a44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949a44


Comments

No comments written yet.

Please login to write comment.