Color Hex Logo

#076470 Color Hex

#076470
(7,100,112)
0 Favorites   0 Comments

Color spaces of #076470

RGB 7100112
HSL0.520.880.23
HSV187°94°44°
CMYK 0.940.110.00   0.56
XYZ7.569410.329416.9240
Yxy10.32940.21740.2966
Hunter Lab32.1394-14.2040-8.7234
CIE-Lab38.4272-19.4817-13.6936

#076470 color RGB value is (7,100,112).

#076470 hex color red value is 7, green value is 100 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #076470 hue: 0.52 , saturation: 0.88 and the lightness value of 076470 is 0.23.

The process color (four color CMYK) of #076470 color hex is 0.94, 0.11, 0.00, 0.56. Web safe color of #076470 is #006666. Color #076470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100100 01110000
Octal 7 144 160
Decimal 7 100 112
Hex 7 64 70

RGB Percentages of Color #076470

%3.20
%45.66
%51.14

CMYK Percentages of Color #076470

%94
%11
%0
%56

Triadic Colors of #076470

#076470 #700764 #647007

Analogous Colors of #076470

#076470 #073070 #077048

Monochromatic Colors of #076470

#076470

Complementary Color

#076470 #701307

#076470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076470 Color CSS Codes

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

#076470 Text Font Color

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

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


#076470 Background Color

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

This div background color is #076470


#076470 Border Color

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

This div border color is #076470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076470


Comments

No comments written yet.

Please login to write comment.