Color Hex Logo

#47787e Color Hex

#47787E
(71,120,126)
0 Favorites   0 Comments

Color spaces of #47787e

RGB 71120126
HSL0.520.280.39
HSV187°44°49°
CMYK 0.440.050.00   0.51
XYZ13.080916.278922.1914
Yxy16.27890.25370.3158
Hunter Lab40.3471-12.7361-4.3672
CIE-Lab47.3383-14.8613-8.4947

#47787e color RGB value is (71,120,126).

#47787e hex color red value is 71, green value is 120 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #47787e hue: 0.52 , saturation: 0.28 and the lightness value of 47787e is 0.39.

The process color (four color CMYK) of #47787e color hex is 0.44, 0.05, 0.00, 0.51. Web safe color of #47787e is #336666. Color #47787e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111000 01111110
Octal 107 170 176
Decimal 71 120 126
Hex 47 78 7E

RGB Percentages of Color #47787e

%22.40
%37.85
%39.75

CMYK Percentages of Color #47787e

%44
%5
%0
%51

Triadic Colors of #47787e

#47787e #7e4778 #787e47

Analogous Colors of #47787e

#47787e #475d7e #477e69

Monochromatic Colors of #47787e

#47787e

Complementary Color

#47787e #7e4d47

#47787e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47787e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47787e Color CSS Codes

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

#47787e Text Font Color

<p style="color:#47787e">Text here</p>

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


#47787e Background Color

<div style="background-color:#47787e">
Div content here</div>

This div background color is #47787e


#47787e Border Color

<div style="border:3px solid #47787e">
Div here</div>

This div border color is #47787e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,120,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47787e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47787e;
  -webkit-box-shadow: 1px 1px 3px 2px #47787e;
  box-shadow:         1px 1px 3px 2px #47787e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47787e


Comments

No comments written yet.

Please login to write comment.