Color Hex Logo

#949842 Color Hex

#949842
(148,152,66)
0 Favorites   0 Comments

Color spaces of #949842

RGB 14815266
HSL0.170.390.43
HSV63°57°60°
CMYK 0.030.000.57   0.40
XYZ24.424329.14579.4926
Yxy29.14570.38730.4622
Hunter Lab53.9868-13.721127.3657
CIE-Lab60.9100-13.627643.9209

#949842 color RGB value is (148,152,66).

#949842 hex color red value is 148, green value is 152 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #949842 hue: 0.17 , saturation: 0.39 and the lightness value of 949842 is 0.43.

The process color (four color CMYK) of #949842 color hex is 0.03, 0.00, 0.57, 0.40. Web safe color of #949842 is #999933. Color #949842 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011000 01000010
Octal 224 230 102
Decimal 148 152 66
Hex 94 98 42

RGB Percentages of Color #949842

%40.44
%41.53
%18.03

CMYK Percentages of Color #949842

%3
%0
%57
%40

Triadic Colors of #949842

#949842 #429498 #984294

Analogous Colors of #949842

#949842 #699842 #987142

Monochromatic Colors of #949842

#949842

Complementary Color

#949842 #464298

#949842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#949842 Color CSS Codes

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

#949842 Text Font Color

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

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


#949842 Background Color

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

This div background color is #949842


#949842 Border Color

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

This div border color is #949842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949842


Comments

No comments written yet.

Please login to write comment.