Color Hex Logo

#53957e Color Hex

#53957E
(83,149,126)
0 Favorites   0 Comments

Color spaces of #53957e

RGB 83149126
HSL0.440.280.45
HSV159°44°58°
CMYK 0.440.000.15   0.42
XYZ18.080624.840323.5804
Yxy24.84030.27190.3735
Hunter Lab49.8400-22.46526.8367
CIE-Lab56.9195-26.74835.6185

#53957e color RGB value is (83,149,126).

#53957e hex color red value is 83, green value is 149 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #53957e hue: 0.44 , saturation: 0.28 and the lightness value of 53957e is 0.45.

The process color (four color CMYK) of #53957e color hex is 0.44, 0.00, 0.15, 0.42. Web safe color of #53957e is #669966. Color #53957e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010101 01111110
Octal 123 225 176
Decimal 83 149 126
Hex 53 95 7E

RGB Percentages of Color #53957e

%23.18
%41.62
%35.20

CMYK Percentages of Color #53957e

%44
%0
%15
%42

Triadic Colors of #53957e

#53957e #7e5395 #957e53

Analogous Colors of #53957e

#53957e #538b95 #53955d

Monochromatic Colors of #53957e

#53957e

Complementary Color

#53957e #95536a

#53957e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53957e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53957e Color CSS Codes

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

#53957e Text Font Color

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

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


#53957e Background Color

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

This div background color is #53957e


#53957e Border Color

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

This div border color is #53957e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,149,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53957e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53957e;
  -webkit-box-shadow: 1px 1px 3px 2px #53957e;
  box-shadow:         1px 1px 3px 2px #53957e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53957e


Comments

No comments written yet.

Please login to write comment.