Color Hex Logo

#047458 Color Hex

#047458
(4,116,88)
0 Favorites   0 Comments

Color spaces of #047458

RGB 411688
HSL0.460.930.24
HSV165°97°45°
CMYK 0.970.000.24   0.55
XYZ8.056913.221211.3598
Yxy13.22120.24690.4051
Hunter Lab36.3610-24.07956.9294
CIE-Lab43.0947-35.07757.7345

#047458 color RGB value is (4,116,88).

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

The process color (four color CMYK) of #047458 color hex is 0.97, 0.00, 0.24, 0.55. Web safe color of #047458 is #006666. Color #047458 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110100 01011000
Octal 4 164 130
Decimal 4 116 88
Hex 4 74 58

RGB Percentages of Color #047458

%1.92
%55.77
%42.31

CMYK Percentages of Color #047458

%97
%0
%24
%55

Triadic Colors of #047458

#047458 #580474 #745804

Analogous Colors of #047458

#047458 #045874 #047420

Monochromatic Colors of #047458

#047458

Complementary Color

#047458 #740420

#047458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047458 Color CSS Codes

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

#047458 Text Font Color

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

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


#047458 Background Color

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

This div background color is #047458


#047458 Border Color

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

This div border color is #047458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047458


Comments

No comments written yet.

Please login to write comment.