Color Hex Logo

#074e41 Color Hex

#074E41
(7,78,65)
0 Favorites   0 Comments

Color spaces of #074e41

RGB 77865
HSL0.470.840.17
HSV169°91°31°
CMYK 0.910.000.17   0.69
XYZ3.76615.87565.9366
Yxy5.87560.24180.3772
Hunter Lab24.2396-14.68592.4469
CIE-Lab29.0964-23.92161.9140

#074e41 color RGB value is (7,78,65).

#074e41 hex color red value is 7, green value is 78 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #074e41 hue: 0.47 , saturation: 0.84 and the lightness value of 074e41 is 0.17.

The process color (four color CMYK) of #074e41 color hex is 0.91, 0.00, 0.17, 0.69. Web safe color of #074e41 is #006633. Color #074e41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001110 01000001
Octal 7 116 101
Decimal 7 78 65
Hex 7 4E 41

RGB Percentages of Color #074e41

%4.67
%52.00
%43.33

CMYK Percentages of Color #074e41

%91
%0
%17
%69

Triadic Colors of #074e41

#074e41 #41074e #4e4107

Analogous Colors of #074e41

#074e41 #07384e #074e1e

Monochromatic Colors of #074e41

#074e41

Complementary Color

#074e41 #4e0714

#074e41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074e41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074e41 Color CSS Codes

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

#074e41 Text Font Color

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

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


#074e41 Background Color

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

This div background color is #074e41


#074e41 Border Color

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

This div border color is #074e41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,78,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #074e41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #074e41;
  -webkit-box-shadow: 1px 1px 3px 2px #074e41;
  box-shadow:         1px 1px 3px 2px #074e41; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074e41


Comments

No comments written yet.

Please login to write comment.