Color Hex Logo

#47516a Color Hex

#47516A
(71,81,106)
0 Favorites   0 Comments

Color spaces of #47516a

RGB 7181106
HSL0.620.200.35
HSV223°33°42°
CMYK 0.330.240.00   0.58
XYZ8.14258.265114.8018
Yxy8.26510.26090.2648
Hunter Lab28.74910.2450-10.4018
CIE-Lab34.52902.6186-15.7177

#47516a color RGB value is (71,81,106).

#47516a hex color red value is 71, green value is 81 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #47516a hue: 0.62 , saturation: 0.20 and the lightness value of 47516a is 0.35.

The process color (four color CMYK) of #47516a color hex is 0.33, 0.24, 0.00, 0.58. Web safe color of #47516a is #336666. Color #47516a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010001 01101010
Octal 107 121 152
Decimal 71 81 106
Hex 47 51 6A

RGB Percentages of Color #47516a

%27.52
%31.40
%41.09

CMYK Percentages of Color #47516a

%33
%24
%0
%58

Triadic Colors of #47516a

#47516a #6a4751 #516a47

Analogous Colors of #47516a

#47516a #4f476a #47636a

Monochromatic Colors of #47516a

#47516a

Complementary Color

#47516a #6a6047

#47516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47516a Color CSS Codes

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

#47516a Text Font Color

<p style="color:#47516a">Text here</p>

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


#47516a Background Color

<div style="background-color:#47516a">
Div content here</div>

This div background color is #47516a


#47516a Border Color

<div style="border:3px solid #47516a">
Div here</div>

This div border color is #47516a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,81,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47516a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47516a;
  -webkit-box-shadow: 1px 1px 3px 2px #47516a;
  box-shadow:         1px 1px 3px 2px #47516a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,81,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47516a


Comments

No comments written yet.

Please login to write comment.