Color Hex Logo

#539975 Color Hex

#539975
(83,153,117)
0 Favorites   0 Comments

Color spaces of #539975

RGB 83153117
HSL0.410.300.46
HSV149°46°60°
CMYK 0.460.000.24   0.40
XYZ18.169425.905820.8723
Yxy25.90580.27980.3989
Hunter Lab50.8977-25.350411.3146
CIE-Lab57.9475-30.709612.1769

#539975 color RGB value is (83,153,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011001 01110101
Octal 123 231 165
Decimal 83 153 117
Hex 53 99 75

RGB Percentages of Color #539975

%23.51
%43.34
%33.14

CMYK Percentages of Color #539975

%46
%0
%24
%40

Triadic Colors of #539975

#539975 #755399 #997553

Analogous Colors of #539975

#539975 #539998 #549953

Monochromatic Colors of #539975

#539975

Complementary Color

#539975 #995377

#539975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#539975 Color CSS Codes

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

#539975 Text Font Color

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

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


#539975 Background Color

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

This div background color is #539975


#539975 Border Color

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

This div border color is #539975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539975


Comments

No comments written yet.

Please login to write comment.