Color Hex Logo

#539b0d Color Hex

#539B0D
(83,155,13)
0 Favorites   0 Comments

Color spaces of #539b0d

RGB 8315513
HSL0.250.850.33
HSV90°92°61°
CMYK 0.460.000.92   0.39
XYZ15.361325.31074.4566
Yxy25.31070.34040.5609
Hunter Lab50.3097-33.539829.9647
CIE-Lab57.3769-43.926157.5867

#539b0d color RGB value is (83,155,13).

#539b0d hex color red value is 83, green value is 155 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #539b0d hue: 0.25 , saturation: 0.85 and the lightness value of 539b0d is 0.33.

The process color (four color CMYK) of #539b0d color hex is 0.46, 0.00, 0.92, 0.39. Web safe color of #539b0d is #669900. Color #539b0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011011 00001101
Octal 123 233 15
Decimal 83 155 13
Hex 53 9B D

RGB Percentages of Color #539b0d

%33.07
%61.75
%5.18

CMYK Percentages of Color #539b0d

%46
%0
%92
%39

Triadic Colors of #539b0d

#539b0d #0d539b #9b0d53

Analogous Colors of #539b0d

#539b0d #0d9b0e #9a9b0d

Monochromatic Colors of #539b0d

#539b0d

Complementary Color

#539b0d #550d9b

#539b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#539b0d Color CSS Codes

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

#539b0d Text Font Color

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

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


#539b0d Background Color

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

This div background color is #539b0d


#539b0d Border Color

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

This div border color is #539b0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539b0d


Comments

No comments written yet.

Please login to write comment.