Color Hex Logo

#074959 Color Hex

#074959
(7,73,89)
0 Favorites   0 Comments

Color spaces of #074959

RGB 77389
HSL0.530.850.19
HSV192°92°35°
CMYK 0.920.180.00   0.65
XYZ4.27335.531510.2937
Yxy5.53150.21260.2752
Hunter Lab23.5191-8.7260-9.4863
CIE-Lab28.1983-12.7182-14.9063

#074959 color RGB value is (7,73,89).

#074959 hex color red value is 7, green value is 73 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #074959 hue: 0.53 , saturation: 0.85 and the lightness value of 074959 is 0.19.

The process color (four color CMYK) of #074959 color hex is 0.92, 0.18, 0.00, 0.65. Web safe color of #074959 is #003366. Color #074959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001001 01011001
Octal 7 111 131
Decimal 7 73 89
Hex 7 49 59

RGB Percentages of Color #074959

%4.14
%43.20
%52.66

CMYK Percentages of Color #074959

%92
%18
%0
%65

Triadic Colors of #074959

#074959 #590749 #495907

Analogous Colors of #074959

#074959 #072059 #075940

Monochromatic Colors of #074959

#074959

Complementary Color

#074959 #591707

#074959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074959 Color CSS Codes

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

#074959 Text Font Color

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

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


#074959 Background Color

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

This div background color is #074959


#074959 Border Color

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

This div border color is #074959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074959


Comments

No comments written yet.

Please login to write comment.