Color Hex Logo

#539525 Color Hex

#539525
(83,149,37)
0 Favorites   0 Comments

Color spaces of #539525

RGB 8314937
HSL0.260.600.36
HSV95°75°58°
CMYK 0.440.000.75   0.42
XYZ14.648723.46755.5079
Yxy23.46750.33580.5379
Hunter Lab48.4433-30.799327.1691
CIE-Lab55.5507-40.332649.3961

#539525 color RGB value is (83,149,37).

#539525 hex color red value is 83, green value is 149 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #539525 hue: 0.26 , saturation: 0.60 and the lightness value of 539525 is 0.36.

The process color (four color CMYK) of #539525 color hex is 0.44, 0.00, 0.75, 0.42. Web safe color of #539525 is #669933. Color #539525 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010101 00100101
Octal 123 225 45
Decimal 83 149 37
Hex 53 95 25

RGB Percentages of Color #539525

%30.86
%55.39
%13.75

CMYK Percentages of Color #539525

%44
%0
%75
%42

Triadic Colors of #539525

#539525 #255395 #952553

Analogous Colors of #539525

#539525 #25952f #8b9525

Monochromatic Colors of #539525

#539525

Complementary Color

#539525 #672595

#539525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#539525 Color CSS Codes

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

#539525 Text Font Color

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

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


#539525 Background Color

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

This div background color is #539525


#539525 Border Color

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

This div border color is #539525


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,149,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #539525; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #539525;
  -webkit-box-shadow: 1px 1px 3px 2px #539525;
  box-shadow:         1px 1px 3px 2px #539525; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,149,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539525


Comments

No comments written yet.

Please login to write comment.