Color Hex Logo

#47526d Color Hex

#47526D
(71,82,109)
0 Favorites   0 Comments

Color spaces of #47526d

RGB 7182109
HSL0.620.210.35
HSV223°35°43°
CMYK 0.350.250.00   0.57
XYZ8.37618.478315.6630
Yxy8.47830.25760.2607
Hunter Lab29.11750.3926-11.5112
CIE-Lab34.95982.8498-16.9319

#47526d color RGB value is (71,82,109).

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

The process color (four color CMYK) of #47526d color hex is 0.35, 0.25, 0.00, 0.57. Web safe color of #47526d is #336666. Color #47526d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010010 01101101
Octal 107 122 155
Decimal 71 82 109
Hex 47 52 6D

RGB Percentages of Color #47526d

%27.10
%31.30
%41.60

CMYK Percentages of Color #47526d

%35
%25
%0
%57

Triadic Colors of #47526d

#47526d #6d4752 #526d47

Analogous Colors of #47526d

#47526d #4f476d #47656d

Monochromatic Colors of #47526d

#47526d

Complementary Color

#47526d #6d6247

#47526d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47526d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47526d Color CSS Codes

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

#47526d Text Font Color

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

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


#47526d Background Color

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

This div background color is #47526d


#47526d Border Color

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

This div border color is #47526d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47526d


Comments

No comments written yet.

Please login to write comment.