Color Hex Logo

#5b993e Color Hex

#5B993E
(91,153,62)
0 Favorites   0 Comments

Color spaces of #5b993e

RGB 9115362
HSL0.280.420.42
HSV101°59°60°
CMYK 0.410.000.59   0.40
XYZ16.575125.35448.5777
Yxy25.35440.32820.5020
Hunter Lab50.3532-29.359925.1471
CIE-Lab57.4191-37.115640.8479

#5b993e color RGB value is (91,153,62).

#5b993e hex color red value is 91, green value is 153 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #5b993e hue: 0.28 , saturation: 0.42 and the lightness value of 5b993e is 0.42.

The process color (four color CMYK) of #5b993e color hex is 0.41, 0.00, 0.59, 0.40. Web safe color of #5b993e is #669933. Color #5b993e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10011001 00111110
Octal 133 231 76
Decimal 91 153 62
Hex 5B 99 3E

RGB Percentages of Color #5b993e

%29.74
%50.00
%20.26

CMYK Percentages of Color #5b993e

%41
%0
%59
%40

Triadic Colors of #5b993e

#5b993e #3e5b99 #993e5b

Analogous Colors of #5b993e

#5b993e #3e994f #89993e

Monochromatic Colors of #5b993e

#5b993e

Complementary Color

#5b993e #7c3e99

#5b993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b993e Color CSS Codes

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

#5b993e Text Font Color

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

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


#5b993e Background Color

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

This div background color is #5b993e


#5b993e Border Color

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

This div border color is #5b993e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,153,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b993e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b993e;
  -webkit-box-shadow: 1px 1px 3px 2px #5b993e;
  box-shadow:         1px 1px 3px 2px #5b993e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b993e


Comments

No comments written yet.

Please login to write comment.