Color Hex Logo

#5ba348 Color Hex

#5BA348
(91,163,72)
0 Favorites   0 Comments

Color spaces of #5ba348

RGB 9116372
HSL0.300.390.46
HSV107°56°64°
CMYK 0.440.000.56   0.36
XYZ18.581328.886410.7272
Yxy28.88640.31930.4964
Hunter Lab53.7461-32.343925.7885
CIE-Lab60.6812-40.332539.8374

#5ba348 color RGB value is (91,163,72).

#5ba348 hex color red value is 91, green value is 163 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #5ba348 hue: 0.30 , saturation: 0.39 and the lightness value of 5ba348 is 0.46.

The process color (four color CMYK) of #5ba348 color hex is 0.44, 0.00, 0.56, 0.36. Web safe color of #5ba348 is #669933. Color #5ba348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10100011 01001000
Octal 133 243 110
Decimal 91 163 72
Hex 5B A3 48

RGB Percentages of Color #5ba348

%27.91
%50.00
%22.09

CMYK Percentages of Color #5ba348

%44
%0
%56
%36

Triadic Colors of #5ba348

#5ba348 #485ba3 #a3485b

Analogous Colors of #5ba348

#5ba348 #48a363 #89a348

Monochromatic Colors of #5ba348

#5ba348

Complementary Color

#5ba348 #9048a3

#5ba348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba348 Color CSS Codes

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

#5ba348 Text Font Color

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

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


#5ba348 Background Color

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

This div background color is #5ba348


#5ba348 Border Color

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

This div border color is #5ba348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba348


Comments

No comments written yet.

Please login to write comment.