Color Hex Logo

#047472 Color Hex

#047472
(4,116,114)
0 Favorites   0 Comments

Color spaces of #047472

RGB 4116114
HSL0.500.930.24
HSV179°97°45°
CMYK 0.970.000.02   0.55
XYZ9.332713.731518.0781
Yxy13.73150.22680.3338
Hunter Lab37.0560-19.8922-2.9859
CIE-Lab43.8454-27.2833-6.7427

#047472 color RGB value is (4,116,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110100 01110010
Octal 4 164 162
Decimal 4 116 114
Hex 4 74 72

RGB Percentages of Color #047472

%1.71
%49.57
%48.72

CMYK Percentages of Color #047472

%97
%0
%2
%55

Triadic Colors of #047472

#047472 #720474 #747204

Analogous Colors of #047472

#047472 #043e74 #04743a

Monochromatic Colors of #047472

#047472

Complementary Color

#047472 #740406

#047472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047472 Color CSS Codes

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

#047472 Text Font Color

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

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


#047472 Background Color

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

This div background color is #047472


#047472 Border Color

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

This div border color is #047472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047472


Comments

No comments written yet.

Please login to write comment.