Color Hex Logo

#5b993d Color Hex

#5B993D
(91,153,61)
0 Favorites   0 Comments

Color spaces of #5b993d

RGB 9115361
HSL0.280.430.42
HSV100°60°60°
CMYK 0.410.000.60   0.40
XYZ16.547925.34358.4345
Yxy25.34350.32880.5036
Hunter Lab50.3423-29.424825.3060
CIE-Lab57.4086-37.223141.3096

#5b993d color RGB value is (91,153,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10011001 00111101
Octal 133 231 75
Decimal 91 153 61
Hex 5B 99 3D

RGB Percentages of Color #5b993d

%29.84
%50.16
%20.00

CMYK Percentages of Color #5b993d

%41
%0
%60
%40

Triadic Colors of #5b993d

#5b993d #3d5b99 #993d5b

Analogous Colors of #5b993d

#5b993d #3d994d #89993d

Monochromatic Colors of #5b993d

#5b993d

Complementary Color

#5b993d #7b3d99

#5b993d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b993d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b993d Color CSS Codes

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

#5b993d Text Font Color

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

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


#5b993d Background Color

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

This div background color is #5b993d


#5b993d Border Color

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

This div border color is #5b993d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b993d


Comments

No comments written yet.

Please login to write comment.