Color Hex Logo

#047560 Color Hex

#047560
(4,117,96)
0 Favorites   0 Comments

Color spaces of #047560

RGB 411796
HSL0.470.930.24
HSV169°97°46°
CMYK 0.970.000.18   0.54
XYZ8.522713.592913.2408
Yxy13.59290.24110.3845
Hunter Lab36.8686-23.25714.5148
CIE-Lab43.6434-33.28883.7468

#047560 color RGB value is (4,117,96).

#047560 hex color red value is 4, green value is 117 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #047560 hue: 0.47 , saturation: 0.93 and the lightness value of 047560 is 0.24.

The process color (four color CMYK) of #047560 color hex is 0.97, 0.00, 0.18, 0.54. Web safe color of #047560 is #006666. Color #047560 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110101 01100000
Octal 4 165 140
Decimal 4 117 96
Hex 4 75 60

RGB Percentages of Color #047560

%1.84
%53.92
%44.24

CMYK Percentages of Color #047560

%97
%0
%18
%54

Triadic Colors of #047560

#047560 #600475 #756004

Analogous Colors of #047560

#047560 #045275 #047528

Monochromatic Colors of #047560

#047560

Complementary Color

#047560 #750419

#047560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047560 Color CSS Codes

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

#047560 Text Font Color

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

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


#047560 Background Color

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

This div background color is #047560


#047560 Border Color

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

This div border color is #047560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047560


Comments

No comments written yet.

Please login to write comment.