Color Hex Logo

#47485f Color Hex

#47485F
(71,72,95)
0 Favorites   0 Comments

Color spaces of #47485f

RGB 717295
HSL0.660.140.33
HSV238°25°37°
CMYK 0.250.240.00   0.63
XYZ6.98156.800511.7711
Yxy6.80050.27320.2661
Hunter Lab26.07782.1517-8.5081
CIE-Lab31.34845.3107-13.6406

#47485f color RGB value is (71,72,95).

#47485f hex color red value is 71, green value is 72 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #47485f hue: 0.66 , saturation: 0.14 and the lightness value of 47485f is 0.33.

The process color (four color CMYK) of #47485f color hex is 0.25, 0.24, 0.00, 0.63. Web safe color of #47485f is #333366. Color #47485f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001000 01011111
Octal 107 110 137
Decimal 71 72 95
Hex 47 48 5F

RGB Percentages of Color #47485f

%29.83
%30.25
%39.92

CMYK Percentages of Color #47485f

%25
%24
%0
%63

Triadic Colors of #47485f

#47485f #5f4748 #485f47

Analogous Colors of #47485f

#47485f #52475f #47545f

Monochromatic Colors of #47485f

#47485f

Complementary Color

#47485f #5f5e47

#47485f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47485f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47485f Color CSS Codes

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

#47485f Text Font Color

<p style="color:#47485f">Text here</p>

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


#47485f Background Color

<div style="background-color:#47485f">
Div content here</div>

This div background color is #47485f


#47485f Border Color

<div style="border:3px solid #47485f">
Div here</div>

This div border color is #47485f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,72,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47485f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47485f;
  -webkit-box-shadow: 1px 1px 3px 2px #47485f;
  box-shadow:         1px 1px 3px 2px #47485f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47485f

#47485f Color Palettes


Comments

No comments written yet.

Please login to write comment.