Color Hex Logo

#959540 Color Hex

#959540
(149,149,64)
0 Favorites   0 Comments

Color spaces of #959540

RGB 14914964
HSL0.170.400.42
HSV60°57°58°
CMYK 0.000.000.57   0.42
XYZ24.067328.25469.0357
Yxy28.25460.39220.4605
Hunter Lab53.1551-12.200927.1300
CIE-Lab60.1181-11.770544.0017

#959540 color RGB value is (149,149,64).

#959540 hex color red value is 149, green value is 149 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #959540 hue: 0.17 , saturation: 0.40 and the lightness value of 959540 is 0.42.

The process color (four color CMYK) of #959540 color hex is 0.00, 0.00, 0.57, 0.42. Web safe color of #959540 is #999933. Color #959540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010101 01000000
Octal 225 225 100
Decimal 149 149 64
Hex 95 95 40

RGB Percentages of Color #959540

%41.16
%41.16
%17.68

CMYK Percentages of Color #959540

%0
%0
%57
%42

Triadic Colors of #959540

#959540 #409595 #954095

Analogous Colors of #959540

#959540 #6b9540 #956b40

Monochromatic Colors of #959540

#959540

Complementary Color

#959540 #404095

#959540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959540 Color CSS Codes

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

#959540 Text Font Color

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

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


#959540 Background Color

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

This div background color is #959540


#959540 Border Color

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

This div border color is #959540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959540


Comments

No comments written yet.

Please login to write comment.