Color Hex Logo

#54716b Color Hex

#54716B
(84,113,107)
0 Favorites   0 Comments

Color spaces of #54716b

RGB 84113107
HSL0.470.150.39
HSV168°26°44°
CMYK 0.260.000.05   0.56
XYZ12.215114.756616.1144
Yxy14.75660.28350.3425
Hunter Lab38.4143-10.46512.0185
CIE-Lab45.2990-11.8972-0.1029

#54716b color RGB value is (84,113,107).

#54716b hex color red value is 84, green value is 113 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #54716b hue: 0.47 , saturation: 0.15 and the lightness value of 54716b is 0.39.

The process color (four color CMYK) of #54716b color hex is 0.26, 0.00, 0.05, 0.56. Web safe color of #54716b is #666666. Color #54716b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110001 01101011
Octal 124 161 153
Decimal 84 113 107
Hex 54 71 6B

RGB Percentages of Color #54716b

%27.63
%37.17
%35.20

CMYK Percentages of Color #54716b

%26
%0
%5
%56

Triadic Colors of #54716b

#54716b #6b5471 #716b54

Analogous Colors of #54716b

#54716b #546971 #54715d

Monochromatic Colors of #54716b

#54716b

Complementary Color

#54716b #71545a

#54716b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54716b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54716b Color CSS Codes

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

#54716b Text Font Color

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

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


#54716b Background Color

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

This div background color is #54716b


#54716b Border Color

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

This div border color is #54716b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54716b


Comments

No comments written yet.

Please login to write comment.