Color Hex Logo

#47a275 Color Hex

#47A275
(71,162,117)
0 Favorites   0 Comments

Color spaces of #47a275

RGB 71162117
HSL0.420.390.46
HSV150°56°64°
CMYK 0.560.000.28   0.36
XYZ18.729728.464621.3367
Yxy28.46460.27330.4154
Hunter Lab53.3522-30.702613.6352
CIE-Lab60.3062-37.945415.3946

#47a275 color RGB value is (71,162,117).

#47a275 hex color red value is 71, green value is 162 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #47a275 hue: 0.42 , saturation: 0.39 and the lightness value of 47a275 is 0.46.

The process color (four color CMYK) of #47a275 color hex is 0.56, 0.00, 0.28, 0.36. Web safe color of #47a275 is #339966. Color #47a275 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10100010 01110101
Octal 107 242 165
Decimal 71 162 117
Hex 47 A2 75

RGB Percentages of Color #47a275

%20.29
%46.29
%33.43

CMYK Percentages of Color #47a275

%56
%0
%28
%36

Triadic Colors of #47a275

#47a275 #7547a2 #a27547

Analogous Colors of #47a275

#47a275 #47a2a2 #47a248

Monochromatic Colors of #47a275

#47a275

Complementary Color

#47a275 #a24774

#47a275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47a275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47a275 Color CSS Codes

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

#47a275 Text Font Color

<p style="color:#47a275">Text here</p>

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


#47a275 Background Color

<div style="background-color:#47a275">
Div content here</div>

This div background color is #47a275


#47a275 Border Color

<div style="border:3px solid #47a275">
Div here</div>

This div border color is #47a275


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,162,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47a275; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47a275;
  -webkit-box-shadow: 1px 1px 3px 2px #47a275;
  box-shadow:         1px 1px 3px 2px #47a275; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47a275


Comments

No comments written yet.

Please login to write comment.