Color Hex Logo

#047052 Color Hex

#047052
(4,112,82)
0 Favorites   0 Comments

Color spaces of #047052

RGB 411282
HSL0.450.930.23
HSV163°96°44°
CMYK 0.960.000.27   0.56
XYZ7.367212.22339.9537
Yxy12.22330.24940.4137
Hunter Lab34.9618-23.56957.5933
CIE-Lab41.5688-34.95599.1608

#047052 color RGB value is (4,112,82).

#047052 hex color red value is 4, green value is 112 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #047052 hue: 0.45 , saturation: 0.93 and the lightness value of 047052 is 0.23.

The process color (four color CMYK) of #047052 color hex is 0.96, 0.00, 0.27, 0.56. Web safe color of #047052 is #006666. Color #047052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110000 01010010
Octal 4 160 122
Decimal 4 112 82
Hex 4 70 52

RGB Percentages of Color #047052

%2.02
%56.57
%41.41

CMYK Percentages of Color #047052

%96
%0
%27
%56

Triadic Colors of #047052

#047052 #520470 #705204

Analogous Colors of #047052

#047052 #045870 #04701c

Monochromatic Colors of #047052

#047052

Complementary Color

#047052 #700422

#047052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047052 Color CSS Codes

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

#047052 Text Font Color

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

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


#047052 Background Color

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

This div background color is #047052


#047052 Border Color

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

This div border color is #047052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047052


Comments

No comments written yet.

Please login to write comment.