Color Hex Logo

#53624e Color Hex

#53624E
(83,98,78)
0 Favorites   0 Comments

Color spaces of #53624e

RGB 839878
HSL0.290.110.35
HSV105°20°38°
CMYK 0.150.000.20   0.62
XYZ9.310111.12448.8643
Yxy11.12440.31780.3797
Hunter Lab33.3533-8.54247.5898
CIE-Lab39.7892-9.98619.5071

#53624e color RGB value is (83,98,78).

#53624e hex color red value is 83, green value is 98 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #53624e hue: 0.29 , saturation: 0.11 and the lightness value of 53624e is 0.35.

The process color (four color CMYK) of #53624e color hex is 0.15, 0.00, 0.20, 0.62. Web safe color of #53624e is #666666. Color #53624e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100010 01001110
Octal 123 142 116
Decimal 83 98 78
Hex 53 62 4E

RGB Percentages of Color #53624e

%32.05
%37.84
%30.12

CMYK Percentages of Color #53624e

%15
%0
%20
%62

Triadic Colors of #53624e

#53624e #4e5362 #624e53

Analogous Colors of #53624e

#53624e #4e6253 #5d624e

Monochromatic Colors of #53624e

#53624e

Complementary Color

#53624e #5d4e62

#53624e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53624e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53624e Color CSS Codes

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

#53624e Text Font Color

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

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


#53624e Background Color

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

This div background color is #53624e


#53624e Border Color

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

This div border color is #53624e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53624e


Comments

No comments written yet.

Please login to write comment.