Color Hex Logo

#539b2f Color Hex

#539B2F
(83,155,47)
0 Favorites   0 Comments

Color spaces of #539b2f

RGB 8315547
HSL0.280.530.40
HSV100°70°61°
CMYK 0.460.000.70   0.39
XYZ15.801725.48696.7760
Yxy25.48690.32880.5303
Hunter Lab50.4846-32.477327.3813
CIE-Lab57.5468-42.080147.5484

#539b2f color RGB value is (83,155,47).

#539b2f hex color red value is 83, green value is 155 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #539b2f hue: 0.28 , saturation: 0.53 and the lightness value of 539b2f is 0.40.

The process color (four color CMYK) of #539b2f color hex is 0.46, 0.00, 0.70, 0.39. Web safe color of #539b2f is #669933. Color #539b2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011011 00101111
Octal 123 233 57
Decimal 83 155 47
Hex 53 9B 2F

RGB Percentages of Color #539b2f

%29.12
%54.39
%16.49

CMYK Percentages of Color #539b2f

%46
%0
%70
%39

Triadic Colors of #539b2f

#539b2f #2f539b #9b2f53

Analogous Colors of #539b2f

#539b2f #2f9b41 #899b2f

Monochromatic Colors of #539b2f

#539b2f

Complementary Color

#539b2f #772f9b

#539b2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539b2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#539b2f Color CSS Codes

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

#539b2f Text Font Color

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

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


#539b2f Background Color

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

This div background color is #539b2f


#539b2f Border Color

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

This div border color is #539b2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,155,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #539b2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #539b2f;
  -webkit-box-shadow: 1px 1px 3px 2px #539b2f;
  box-shadow:         1px 1px 3px 2px #539b2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539b2f


Comments

No comments written yet.

Please login to write comment.