Color Hex Logo

#07636f Color Hex

#07636F
(7,99,111)
0 Favorites   0 Comments

Color spaces of #07636f

RGB 799111
HSL0.520.880.23
HSV187°94°44°
CMYK 0.940.110.00   0.56
XYZ7.418710.116516.6006
Yxy10.11650.21730.2964
Hunter Lab31.8064-14.0270-8.6805
CIE-Lab38.0507-19.2959-13.6534

#07636f color RGB value is (7,99,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100011 01101111
Octal 7 143 157
Decimal 7 99 111
Hex 7 63 6F

RGB Percentages of Color #07636f

%3.23
%45.62
%51.15

CMYK Percentages of Color #07636f

%94
%11
%0
%56

Triadic Colors of #07636f

#07636f #6f0763 #636f07

Analogous Colors of #07636f

#07636f #072f6f #076f47

Monochromatic Colors of #07636f

#07636f

Complementary Color

#07636f #6f1307

#07636f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07636f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07636f Color CSS Codes

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

#07636f Text Font Color

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

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


#07636f Background Color

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

This div background color is #07636f


#07636f Border Color

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

This div border color is #07636f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,99,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07636f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07636f;
  -webkit-box-shadow: 1px 1px 3px 2px #07636f;
  box-shadow:         1px 1px 3px 2px #07636f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07636f


Comments

No comments written yet.

Please login to write comment.