Color Hex Logo

#539c6d Color Hex

#539C6D
(83,156,109)
0 Favorites   0 Comments

Color spaces of #539c6d

RGB 83156109
HSL0.390.310.47
HSV141°47°61°
CMYK 0.470.000.30   0.39
XYZ18.216126.720118.6654
Yxy26.72010.28640.4201
Hunter Lab51.6915-27.556614.7749
CIE-Lab58.7143-33.768317.7157

#539c6d color RGB value is (83,156,109).

#539c6d hex color red value is 83, green value is 156 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #539c6d hue: 0.39 , saturation: 0.31 and the lightness value of 539c6d is 0.47.

The process color (four color CMYK) of #539c6d color hex is 0.47, 0.00, 0.30, 0.39. Web safe color of #539c6d is #669966. Color #539c6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011100 01101101
Octal 123 234 155
Decimal 83 156 109
Hex 53 9C 6D

RGB Percentages of Color #539c6d

%23.85
%44.83
%31.32

CMYK Percentages of Color #539c6d

%47
%0
%30
%39

Triadic Colors of #539c6d

#539c6d #6d539c #9c6d53

Analogous Colors of #539c6d

#539c6d #539c92 #5e9c53

Monochromatic Colors of #539c6d

#539c6d

Complementary Color

#539c6d #9c5382

#539c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#539c6d Color CSS Codes

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

#539c6d Text Font Color

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

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


#539c6d Background Color

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

This div background color is #539c6d


#539c6d Border Color

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

This div border color is #539c6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539c6d


Comments

No comments written yet.

Please login to write comment.