Color Hex Logo

#54747b Color Hex

#54747B
(84,116,123)
0 Favorites   0 Comments

Color spaces of #54747b

RGB 84116123
HSL0.530.190.41
HSV191°32°48°
CMYK 0.320.060.00   0.52
XYZ13.476715.805721.0794
Yxy15.80570.26760.3138
Hunter Lab39.7564-9.0654-3.6069
CIE-Lab46.7185-9.6121-7.5635

#54747b color RGB value is (84,116,123).

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

The process color (four color CMYK) of #54747b color hex is 0.32, 0.06, 0.00, 0.52. Web safe color of #54747b is #666666. Color #54747b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110100 01111011
Octal 124 164 173
Decimal 84 116 123
Hex 54 74 7B

RGB Percentages of Color #54747b

%26.01
%35.91
%38.08

CMYK Percentages of Color #54747b

%32
%6
%0
%52

Triadic Colors of #54747b

#54747b #7b5474 #747b54

Analogous Colors of #54747b

#54747b #54617b #547b6f

Monochromatic Colors of #54747b

#54747b

Complementary Color

#54747b #7b5b54

#54747b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54747b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54747b Color CSS Codes

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

#54747b Text Font Color

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

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


#54747b Background Color

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

This div background color is #54747b


#54747b Border Color

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

This div border color is #54747b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54747b


Comments

No comments written yet.

Please login to write comment.