Color Hex Logo

#076047 Color Hex

#076047
(7,96,71)
0 Favorites   0 Comments

Color spaces of #076047

RGB 79671
HSL0.450.860.20
HSV163°93°38°
CMYK 0.930.000.26   0.62
XYZ5.40788.86587.3875
Yxy8.86580.24970.4093
Hunter Lab29.7755-19.68816.1326
CIE-Lab35.7246-30.64297.6081

#076047 color RGB value is (7,96,71).

#076047 hex color red value is 7, green value is 96 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #076047 hue: 0.45 , saturation: 0.86 and the lightness value of 076047 is 0.20.

The process color (four color CMYK) of #076047 color hex is 0.93, 0.00, 0.26, 0.62. Web safe color of #076047 is #006633. Color #076047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100000 01000111
Octal 7 140 107
Decimal 7 96 71
Hex 7 60 47

RGB Percentages of Color #076047

%4.02
%55.17
%40.80

CMYK Percentages of Color #076047

%93
%0
%26
%62

Triadic Colors of #076047

#076047 #470760 #604707

Analogous Colors of #076047

#076047 #074d60 #07601b

Monochromatic Colors of #076047

#076047

Complementary Color

#076047 #600720

#076047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076047 Color CSS Codes

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

#076047 Text Font Color

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

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


#076047 Background Color

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

This div background color is #076047


#076047 Border Color

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

This div border color is #076047


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,96,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #076047; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #076047;
  -webkit-box-shadow: 1px 1px 3px 2px #076047;
  box-shadow:         1px 1px 3px 2px #076047; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076047


Comments

No comments written yet.

Please login to write comment.