Color Hex Logo

#47a596 Color Hex

#47A596
(71,165,150)
0 Favorites   0 Comments

Color spaces of #47a596

RGB 71165150
HSL0.470.400.46
HSV170°57°65°
CMYK 0.570.000.09   0.35
XYZ21.558730.451933.5957
Yxy30.45190.25180.3557
Hunter Lab55.1832-26.83522.5324
CIE-Lab62.0422-31.4602-0.5909

#47a596 color RGB value is (71,165,150).

#47a596 hex color red value is 71, green value is 165 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #47a596 hue: 0.47 , saturation: 0.40 and the lightness value of 47a596 is 0.46.

The process color (four color CMYK) of #47a596 color hex is 0.57, 0.00, 0.09, 0.35. Web safe color of #47a596 is #339999. Color #47a596 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10100101 10010110
Octal 107 245 226
Decimal 71 165 150
Hex 47 A5 96

RGB Percentages of Color #47a596

%18.39
%42.75
%38.86

CMYK Percentages of Color #47a596

%57
%0
%9
%35

Triadic Colors of #47a596

#47a596 #9647a5 #a59647

Analogous Colors of #47a596

#47a596 #4785a5 #47a567

Monochromatic Colors of #47a596

#47a596

Complementary Color

#47a596 #a54756

#47a596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47a596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47a596 Color CSS Codes

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

#47a596 Text Font Color

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

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


#47a596 Background Color

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

This div background color is #47a596


#47a596 Border Color

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

This div border color is #47a596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47a596


Comments

No comments written yet.

Please login to write comment.