Color Hex Logo

#53766f Color Hex

#53766F
(83,118,111)
0 Favorites   0 Comments

Color spaces of #53766f

RGB 83118111
HSL0.470.170.39
HSV168°30°46°
CMYK 0.300.000.06   0.54
XYZ12.915015.943617.4357
Yxy15.94360.27900.3444
Hunter Lab39.9294-12.14152.0609
CIE-Lab46.9004-14.0698-0.1577

#53766f color RGB value is (83,118,111).

#53766f hex color red value is 83, green value is 118 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #53766f hue: 0.47 , saturation: 0.17 and the lightness value of 53766f is 0.39.

The process color (four color CMYK) of #53766f color hex is 0.30, 0.00, 0.06, 0.54. Web safe color of #53766f is #666666. Color #53766f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110110 01101111
Octal 123 166 157
Decimal 83 118 111
Hex 53 76 6F

RGB Percentages of Color #53766f

%26.60
%37.82
%35.58

CMYK Percentages of Color #53766f

%30
%0
%6
%54

Triadic Colors of #53766f

#53766f #6f5376 #766f53

Analogous Colors of #53766f

#53766f #536c76 #53765e

Monochromatic Colors of #53766f

#53766f

Complementary Color

#53766f #76535a

#53766f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53766f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53766f Color CSS Codes

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

#53766f Text Font Color

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

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


#53766f Background Color

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

This div background color is #53766f


#53766f Border Color

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

This div border color is #53766f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,118,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53766f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53766f;
  -webkit-box-shadow: 1px 1px 3px 2px #53766f;
  box-shadow:         1px 1px 3px 2px #53766f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53766f


Comments

No comments written yet.

Please login to write comment.