Color Hex Logo

#07597d Color Hex

#07597D
(7,89,125)
0 Favorites   0 Comments

Color spaces of #07597d

RGB 789125
HSL0.550.890.26
HSV198°94°49°
CMYK 0.940.290.00   0.51
XYZ7.36178.670620.6876
Yxy8.67060.20050.2361
Hunter Lab29.4459-6.9039-21.0429
CIE-Lab35.3422-8.1699-26.4566

#07597d color RGB value is (7,89,125).

#07597d hex color red value is 7, green value is 89 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #07597d hue: 0.55 , saturation: 0.89 and the lightness value of 07597d is 0.26.

The process color (four color CMYK) of #07597d color hex is 0.94, 0.29, 0.00, 0.51. Web safe color of #07597d is #006666. Color #07597d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011001 01111101
Octal 7 131 175
Decimal 7 89 125
Hex 7 59 7D

RGB Percentages of Color #07597d

%3.17
%40.27
%56.56

CMYK Percentages of Color #07597d

%94
%29
%0
%51

Triadic Colors of #07597d

#07597d #7d0759 #597d07

Analogous Colors of #07597d

#07597d #071e7d #077d66

Monochromatic Colors of #07597d

#07597d

Complementary Color

#07597d #7d2b07

#07597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07597d Color CSS Codes

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

#07597d Text Font Color

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

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


#07597d Background Color

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

This div background color is #07597d


#07597d Border Color

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

This div border color is #07597d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,89,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07597d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07597d;
  -webkit-box-shadow: 1px 1px 3px 2px #07597d;
  box-shadow:         1px 1px 3px 2px #07597d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07597d


Comments

No comments written yet.

Please login to write comment.