Color Hex Logo

#539970 Color Hex

#539970
(83,153,112)
0 Favorites   0 Comments

Color spaces of #539970

RGB 83153112
HSL0.400.300.46
HSV145°46°60°
CMYK 0.460.000.27   0.40
XYZ17.883125.791319.3649
Yxy25.79130.28370.4091
Hunter Lab50.7851-26.018312.9417
CIE-Lab57.8384-31.760114.8346

#539970 color RGB value is (83,153,112).

#539970 hex color red value is 83, green value is 153 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #539970 hue: 0.40 , saturation: 0.30 and the lightness value of 539970 is 0.46.

The process color (four color CMYK) of #539970 color hex is 0.46, 0.00, 0.27, 0.40. Web safe color of #539970 is #669966. Color #539970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011001 01110000
Octal 123 231 160
Decimal 83 153 112
Hex 53 99 70

RGB Percentages of Color #539970

%23.85
%43.97
%32.18

CMYK Percentages of Color #539970

%46
%0
%27
%40

Triadic Colors of #539970

#539970 #705399 #997053

Analogous Colors of #539970

#539970 #539993 #599953

Monochromatic Colors of #539970

#539970

Complementary Color

#539970 #99537c

#539970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#539970 Color CSS Codes

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

#539970 Text Font Color

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

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


#539970 Background Color

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

This div background color is #539970


#539970 Border Color

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

This div border color is #539970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539970


Comments

No comments written yet.

Please login to write comment.