Color Hex Logo

#047448 Color Hex

#047448
(4,116,72)
0 Favorites   0 Comments

Color spaces of #047448

RGB 411672
HSL0.430.930.24
HSV156°97°45°
CMYK 0.970.000.38   0.55
XYZ7.465212.98458.2437
Yxy12.98450.26020.4525
Hunter Lab36.0340-26.079511.6597
CIE-Lab42.7399-39.062316.6665

#047448 color RGB value is (4,116,72).

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

The process color (four color CMYK) of #047448 color hex is 0.97, 0.00, 0.38, 0.55. Web safe color of #047448 is #006633. Color #047448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110100 01001000
Octal 4 164 110
Decimal 4 116 72
Hex 4 74 48

RGB Percentages of Color #047448

%2.08
%60.42
%37.50

CMYK Percentages of Color #047448

%97
%0
%38
%55

Triadic Colors of #047448

#047448 #480474 #744804

Analogous Colors of #047448

#047448 #046874 #047410

Monochromatic Colors of #047448

#047448

Complementary Color

#047448 #740430

#047448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047448 Color CSS Codes

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

#047448 Text Font Color

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

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


#047448 Background Color

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

This div background color is #047448


#047448 Border Color

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

This div border color is #047448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047448


Comments

No comments written yet.

Please login to write comment.