Color Hex Logo

#54747f Color Hex

#54747F
(84,116,127)
0 Favorites   0 Comments

Color spaces of #54747f

RGB 84116127
HSL0.540.200.41
HSV195°34°50°
CMYK 0.340.090.00   0.50
XYZ13.732315.907922.4254
Yxy15.90790.26370.3055
Hunter Lab39.8847-8.3407-5.4168
CIE-Lab46.8534-8.5555-9.7429

#54747f color RGB value is (84,116,127).

#54747f hex color red value is 84, green value is 116 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #54747f hue: 0.54 , saturation: 0.20 and the lightness value of 54747f is 0.41.

The process color (four color CMYK) of #54747f color hex is 0.34, 0.09, 0.00, 0.50. Web safe color of #54747f is #666666. Color #54747f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110100 01111111
Octal 124 164 177
Decimal 84 116 127
Hex 54 74 7F

RGB Percentages of Color #54747f

%25.69
%35.47
%38.84

CMYK Percentages of Color #54747f

%34
%9
%0
%50

Triadic Colors of #54747f

#54747f #7f5474 #747f54

Analogous Colors of #54747f

#54747f #545f7f #547f75

Monochromatic Colors of #54747f

#54747f

Complementary Color

#54747f #7f5f54

#54747f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54747f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54747f Color CSS Codes

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

#54747f Text Font Color

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

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


#54747f Background Color

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

This div background color is #54747f


#54747f Border Color

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

This div border color is #54747f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,116,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54747f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54747f;
  -webkit-box-shadow: 1px 1px 3px 2px #54747f;
  box-shadow:         1px 1px 3px 2px #54747f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,116,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54747f


Comments

No comments written yet.

Please login to write comment.