Color Hex Logo

#5e952e Color Hex

#5E952E
(94,149,46)
0 Favorites   0 Comments

Color spaces of #5e952e

RGB 9414946
HSL0.260.530.38
HSV92°69°58°
CMYK 0.370.000.69   0.42
XYZ15.856724.07186.3954
Yxy24.07180.34230.5196
Hunter Lab49.0630-28.170826.6156
CIE-Lab56.1596-35.782346.6693

#5e952e color RGB value is (94,149,46).

#5e952e hex color red value is 94, green value is 149 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5e952e hue: 0.26 , saturation: 0.53 and the lightness value of 5e952e is 0.38.

The process color (four color CMYK) of #5e952e color hex is 0.37, 0.00, 0.69, 0.42. Web safe color of #5e952e is #669933. Color #5e952e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10010101 00101110
Octal 136 225 56
Decimal 94 149 46
Hex 5E 95 2E

RGB Percentages of Color #5e952e

%32.53
%51.56
%15.92

CMYK Percentages of Color #5e952e

%37
%0
%69
%42

Triadic Colors of #5e952e

#5e952e #2e5e95 #952e5e

Analogous Colors of #5e952e

#5e952e #2e9532 #92952e

Monochromatic Colors of #5e952e

#5e952e

Complementary Color

#5e952e #652e95

#5e952e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e952e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e952e Color CSS Codes

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

#5e952e Text Font Color

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

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


#5e952e Background Color

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

This div background color is #5e952e


#5e952e Border Color

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

This div border color is #5e952e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e952e


Comments

No comments written yet.

Please login to write comment.