Color Hex Logo

#5a753b Color Hex

#5A753B
(90,117,59)
0 Favorites   0 Comments

Color spaces of #5a753b

RGB 9011759
HSL0.240.330.35
HSV88°50°46°
CMYK 0.230.000.50   0.54
XYZ11.367215.21206.4748
Yxy15.21200.34390.4602
Hunter Lab39.0026-16.231117.4591
CIE-Lab45.9232-20.566528.6999

#5a753b color RGB value is (90,117,59).

#5a753b hex color red value is 90, green value is 117 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #5a753b hue: 0.24 , saturation: 0.33 and the lightness value of 5a753b is 0.35.

The process color (four color CMYK) of #5a753b color hex is 0.23, 0.00, 0.50, 0.54. Web safe color of #5a753b is #666633. Color #5a753b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01110101 00111011
Octal 132 165 73
Decimal 90 117 59
Hex 5A 75 3B

RGB Percentages of Color #5a753b

%33.83
%43.98
%22.18

CMYK Percentages of Color #5a753b

%23
%0
%50
%54

Triadic Colors of #5a753b

#5a753b #3b5a75 #753b5a

Analogous Colors of #5a753b

#5a753b #3d753b #75733b

Monochromatic Colors of #5a753b

#5a753b

Complementary Color

#5a753b #563b75

#5a753b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a753b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a753b Color CSS Codes

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

#5a753b Text Font Color

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

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


#5a753b Background Color

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

This div background color is #5a753b


#5a753b Border Color

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

This div border color is #5a753b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,117,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a753b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a753b;
  -webkit-box-shadow: 1px 1px 3px 2px #5a753b;
  box-shadow:         1px 1px 3px 2px #5a753b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,117,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a753b


Comments

No comments written yet.

Please login to write comment.