Color Hex Logo

#478a6f Color Hex

#478A6F
(71,138,111)
0 Favorites   0 Comments

Color spaces of #478a6f

RGB 71138111
HSL0.430.320.41
HSV156°49°54°
CMYK 0.490.000.20   0.46
XYZ14.556320.664218.2603
Yxy20.66420.27220.3864
Hunter Lab45.4579-22.39298.0039
CIE-Lab52.5800-28.09307.9489

#478a6f color RGB value is (71,138,111).

#478a6f hex color red value is 71, green value is 138 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #478a6f hue: 0.43 , saturation: 0.32 and the lightness value of 478a6f is 0.41.

The process color (four color CMYK) of #478a6f color hex is 0.49, 0.00, 0.20, 0.46. Web safe color of #478a6f is #339966. Color #478a6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001010 01101111
Octal 107 212 157
Decimal 71 138 111
Hex 47 8A 6F

RGB Percentages of Color #478a6f

%22.19
%43.13
%34.69

CMYK Percentages of Color #478a6f

%49
%0
%20
%46

Triadic Colors of #478a6f

#478a6f #6f478a #8a6f47

Analogous Colors of #478a6f

#478a6f #47848a #478a4e

Monochromatic Colors of #478a6f

#478a6f

Complementary Color

#478a6f #8a4762

#478a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#478a6f Color CSS Codes

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

#478a6f Text Font Color

<p style="color:#478a6f">Text here</p>

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


#478a6f Background Color

<div style="background-color:#478a6f">
Div content here</div>

This div background color is #478a6f


#478a6f Border Color

<div style="border:3px solid #478a6f">
Div here</div>

This div border color is #478a6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,138,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478a6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478a6f;
  -webkit-box-shadow: 1px 1px 3px 2px #478a6f;
  box-shadow:         1px 1px 3px 2px #478a6f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478a6f


Comments

No comments written yet.

Please login to write comment.