Color Hex Logo

#047076 Color Hex

#047076
(4,112,118)
0 Favorites   0 Comments

Color spaces of #047076

RGB 4112118
HSL0.510.930.24
HSV183°97°46°
CMYK 0.970.050.00   0.54
XYZ9.114312.922219.1534
Yxy12.92220.22130.3137
Hunter Lab35.9475-17.6503-6.4275
CIE-Lab42.6458-23.9262-10.9486

#047076 color RGB value is (4,112,118).

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

The process color (four color CMYK) of #047076 color hex is 0.97, 0.05, 0.00, 0.54. Web safe color of #047076 is #006666. Color #047076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110000 01110110
Octal 4 160 166
Decimal 4 112 118
Hex 4 70 76

RGB Percentages of Color #047076

%1.71
%47.86
%50.43

CMYK Percentages of Color #047076

%97
%5
%0
%54

Triadic Colors of #047076

#047076 #760470 #707604

Analogous Colors of #047076

#047076 #043776 #047643

Monochromatic Colors of #047076

#047076

Complementary Color

#047076 #760a04

#047076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047076 Color CSS Codes

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

#047076 Text Font Color

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

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


#047076 Background Color

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

This div background color is #047076


#047076 Border Color

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

This div border color is #047076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047076


Comments

No comments written yet.

Please login to write comment.