Color Hex Logo

#47526c Color Hex

#47526C
(71,82,108)
0 Favorites   0 Comments

Color spaces of #47526c

RGB 7182108
HSL0.620.210.35
HSV222°34°42°
CMYK 0.340.240.00   0.58
XYZ8.32268.456915.3811
Yxy8.45690.25880.2630
Hunter Lab29.08070.1935-11.0026
CIE-Lab34.91692.5600-16.3734

#47526c color RGB value is (71,82,108).

#47526c hex color red value is 71, green value is 82 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #47526c hue: 0.62 , saturation: 0.21 and the lightness value of 47526c is 0.35.

The process color (four color CMYK) of #47526c color hex is 0.34, 0.24, 0.00, 0.58. Web safe color of #47526c is #336666. Color #47526c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010010 01101100
Octal 107 122 154
Decimal 71 82 108
Hex 47 52 6C

RGB Percentages of Color #47526c

%27.20
%31.42
%41.38

CMYK Percentages of Color #47526c

%34
%24
%0
%58

Triadic Colors of #47526c

#47526c #6c4752 #526c47

Analogous Colors of #47526c

#47526c #4f476c #47656c

Monochromatic Colors of #47526c

#47526c

Complementary Color

#47526c #6c6147

#47526c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47526c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47526c Color CSS Codes

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

#47526c Text Font Color

<p style="color:#47526c">Text here</p>

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


#47526c Background Color

<div style="background-color:#47526c">
Div content here</div>

This div background color is #47526c


#47526c Border Color

<div style="border:3px solid #47526c">
Div here</div>

This div border color is #47526c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,82,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47526c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47526c;
  -webkit-box-shadow: 1px 1px 3px 2px #47526c;
  box-shadow:         1px 1px 3px 2px #47526c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47526c


Comments

No comments written yet.

Please login to write comment.