Color Hex Logo

#074e48 Color Hex

#074E48
(7,78,72)
0 Favorites   0 Comments

Color spaces of #074e48

RGB 77872
HSL0.490.840.17
HSV175°91°31°
CMYK 0.910.000.08   0.69
XYZ3.98175.96187.0718
Yxy5.96180.23400.3504
Hunter Lab24.4168-13.6210-0.0803
CIE-Lab29.3159-21.6750-2.2625

#074e48 color RGB value is (7,78,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001110 01001000
Octal 7 116 110
Decimal 7 78 72
Hex 7 4E 48

RGB Percentages of Color #074e48

%4.46
%49.68
%45.86

CMYK Percentages of Color #074e48

%91
%0
%8
%69

Triadic Colors of #074e48

#074e48 #48074e #4e4807

Analogous Colors of #074e48

#074e48 #07314e #074e25

Monochromatic Colors of #074e48

#074e48

Complementary Color

#074e48 #4e070d

#074e48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074e48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074e48 Color CSS Codes

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

#074e48 Text Font Color

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

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


#074e48 Background Color

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

This div background color is #074e48


#074e48 Border Color

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

This div border color is #074e48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074e48


Comments

No comments written yet.

Please login to write comment.