Color Hex Logo

#959634 Color Hex

#959634
(149,150,52)
0 Favorites   0 Comments

Color spaces of #959634

RGB 14915052
HSL0.170.490.40
HSV61°65°59°
CMYK 0.010.000.65   0.41
XYZ23.920628.45027.4795
Yxy28.45020.39970.4754
Hunter Lab53.3387-13.291629.0231
CIE-Lab60.2933-13.169949.6307

#959634 color RGB value is (149,150,52).

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

The process color (four color CMYK) of #959634 color hex is 0.01, 0.00, 0.65, 0.41. Web safe color of #959634 is #999933. Color #959634 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010110 00110100
Octal 225 226 64
Decimal 149 150 52
Hex 95 96 34

RGB Percentages of Color #959634

%42.45
%42.74
%14.81

CMYK Percentages of Color #959634

%1
%0
%65
%41

Triadic Colors of #959634

#959634 #349596 #963495

Analogous Colors of #959634

#959634 #649634 #966634

Monochromatic Colors of #959634

#959634

Complementary Color

#959634 #353496

#959634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959634 Color CSS Codes

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

#959634 Text Font Color

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

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


#959634 Background Color

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

This div background color is #959634


#959634 Border Color

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

This div border color is #959634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959634


Comments

No comments written yet.

Please login to write comment.