Color Hex Logo

#959d50 Color Hex

#959D50
(149,157,80)
0 Favorites   0 Comments

Color spaces of #959d50

RGB 14915780
HSL0.180.320.46
HSV66°49°62°
CMYK 0.050.000.49   0.38
XYZ25.899431.082712.2239
Yxy31.08270.37420.4491
Hunter Lab55.7519-14.644026.0266
CIE-Lab62.5774-14.539838.9962

#959d50 color RGB value is (149,157,80).

#959d50 hex color red value is 149, green value is 157 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #959d50 hue: 0.18 , saturation: 0.32 and the lightness value of 959d50 is 0.46.

The process color (four color CMYK) of #959d50 color hex is 0.05, 0.00, 0.49, 0.38. Web safe color of #959d50 is #999966. Color #959d50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011101 01010000
Octal 225 235 120
Decimal 149 157 80
Hex 95 9D 50

RGB Percentages of Color #959d50

%38.60
%40.67
%20.73

CMYK Percentages of Color #959d50

%5
%0
%49
%38

Triadic Colors of #959d50

#959d50 #50959d #9d5095

Analogous Colors of #959d50

#959d50 #6f9d50 #9d7f50

Monochromatic Colors of #959d50

#959d50

Complementary Color

#959d50 #58509d

#959d50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959d50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959d50 Color CSS Codes

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

#959d50 Text Font Color

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

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


#959d50 Background Color

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

This div background color is #959d50


#959d50 Border Color

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

This div border color is #959d50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959d50


Comments

No comments written yet.

Please login to write comment.