Color Hex Logo

#5b9339 Color Hex

#5B9339
(91,147,57)
0 Favorites   0 Comments

Color spaces of #5b9339

RGB 9114757
HSL0.270.440.40
HSV97°61°58°
CMYK 0.380.000.61   0.42
XYZ15.486623.38707.5688
Yxy23.38700.33350.5036
Hunter Lab48.3601-27.468224.5726
CIE-Lab55.4687-34.962840.9878

#5b9339 color RGB value is (91,147,57).

#5b9339 hex color red value is 91, green value is 147 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #5b9339 hue: 0.27 , saturation: 0.44 and the lightness value of 5b9339 is 0.40.

The process color (four color CMYK) of #5b9339 color hex is 0.38, 0.00, 0.61, 0.42. Web safe color of #5b9339 is #669933. Color #5b9339 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10010011 00111001
Octal 133 223 71
Decimal 91 147 57
Hex 5B 93 39

RGB Percentages of Color #5b9339

%30.85
%49.83
%19.32

CMYK Percentages of Color #5b9339

%38
%0
%61
%42

Triadic Colors of #5b9339

#5b9339 #395b93 #93395b

Analogous Colors of #5b9339

#5b9339 #399344 #889339

Monochromatic Colors of #5b9339

#5b9339

Complementary Color

#5b9339 #713993

#5b9339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b9339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b9339 Color CSS Codes

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

#5b9339 Text Font Color

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

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


#5b9339 Background Color

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

This div background color is #5b9339


#5b9339 Border Color

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

This div border color is #5b9339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b9339


Comments

No comments written yet.

Please login to write comment.