Color Hex Logo

#07595d Color Hex

#07595D
(7,89,93)
0 Favorites   0 Comments

Color spaces of #07595d

RGB 78993
HSL0.510.860.20
HSV183°92°36°
CMYK 0.920.040.00   0.64
XYZ5.63587.980211.5992
Yxy7.98020.22350.3165
Hunter Lab28.2492-13.8250-4.5701
CIE-Lab33.9416-20.2920-8.7034

#07595d color RGB value is (7,89,93).

#07595d hex color red value is 7, green value is 89 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #07595d hue: 0.51 , saturation: 0.86 and the lightness value of 07595d is 0.20.

The process color (four color CMYK) of #07595d color hex is 0.92, 0.04, 0.00, 0.64. Web safe color of #07595d is #006666. Color #07595d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011001 01011101
Octal 7 131 135
Decimal 7 89 93
Hex 7 59 5D

RGB Percentages of Color #07595d

%3.70
%47.09
%49.21

CMYK Percentages of Color #07595d

%92
%4
%0
%64

Triadic Colors of #07595d

#07595d #5d0759 #595d07

Analogous Colors of #07595d

#07595d #072e5d #075d36

Monochromatic Colors of #07595d

#07595d

Complementary Color

#07595d #5d0b07

#07595d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07595d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07595d Color CSS Codes

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

#07595d Text Font Color

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

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


#07595d Background Color

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

This div background color is #07595d


#07595d Border Color

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

This div border color is #07595d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07595d


Comments

No comments written yet.

Please login to write comment.