Color Hex Logo

#53947e Color Hex

#53947E
(83,148,126)
0 Favorites   0 Comments

Color spaces of #53947e

RGB 83148126
HSL0.440.280.45
HSV160°44°58°
CMYK 0.440.000.15   0.42
XYZ17.923124.525223.5278
Yxy24.52520.27170.3717
Hunter Lab49.5229-22.06326.4980
CIE-Lab56.6098-26.25115.1740

#53947e color RGB value is (83,148,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010100 01111110
Octal 123 224 176
Decimal 83 148 126
Hex 53 94 7E

RGB Percentages of Color #53947e

%23.25
%41.46
%35.29

CMYK Percentages of Color #53947e

%44
%0
%15
%42

Triadic Colors of #53947e

#53947e #7e5394 #947e53

Analogous Colors of #53947e

#53947e #538a94 #53945e

Monochromatic Colors of #53947e

#53947e

Complementary Color

#53947e #945369

#53947e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53947e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53947e Color CSS Codes

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

#53947e Text Font Color

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

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


#53947e Background Color

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

This div background color is #53947e


#53947e Border Color

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

This div border color is #53947e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,148,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 #53947e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53947e

#53947e Color Palettes


Comments

No comments written yet.

Please login to write comment.