Color Hex Logo

#959746 Color Hex

#959746
(149,151,70)
0 Favorites   0 Comments

Color spaces of #959746

RGB 14915170
HSL0.170.370.43
HSV61°54°59°
CMYK 0.010.000.54   0.41
XYZ24.566528.965010.0904
Yxy28.96500.38610.4553
Hunter Lab53.8191-12.704726.5573
CIE-Lab60.7507-12.325441.8224

#959746 color RGB value is (149,151,70).

#959746 hex color red value is 149, green value is 151 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #959746 hue: 0.17 , saturation: 0.37 and the lightness value of 959746 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010111 01000110
Octal 225 227 106
Decimal 149 151 70
Hex 95 97 46

RGB Percentages of Color #959746

%40.27
%40.81
%18.92

CMYK Percentages of Color #959746

%1
%0
%54
%41

Triadic Colors of #959746

#959746 #469597 #974695

Analogous Colors of #959746

#959746 #6d9746 #977146

Monochromatic Colors of #959746

#959746

Complementary Color

#959746 #484697

#959746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959746 Color CSS Codes

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

#959746 Text Font Color

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

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


#959746 Background Color

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

This div background color is #959746


#959746 Border Color

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

This div border color is #959746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959746


Comments

No comments written yet.

Please login to write comment.