Color Hex Logo

#074e34 Color Hex

#074E34
(7,78,52)
0 Favorites   0 Comments

Color spaces of #074e34

RGB 77852
HSL0.440.840.17
HSV158°91°31°
CMYK 0.910.000.33   0.69
XYZ3.43185.74194.1762
Yxy5.74190.25710.4301
Hunter Lab23.9623-16.36976.4404
CIE-Lab28.7517-27.63669.7100

#074e34 color RGB value is (7,78,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001110 00110100
Octal 7 116 64
Decimal 7 78 52
Hex 7 4E 34

RGB Percentages of Color #074e34

%5.11
%56.93
%37.96

CMYK Percentages of Color #074e34

%91
%0
%33
%69

Triadic Colors of #074e34

#074e34 #34074e #4e3407

Analogous Colors of #074e34

#074e34 #07454e #074e11

Monochromatic Colors of #074e34

#074e34

Complementary Color

#074e34 #4e0721

#074e34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074e34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074e34 Color CSS Codes

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

#074e34 Text Font Color

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

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


#074e34 Background Color

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

This div background color is #074e34


#074e34 Border Color

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

This div border color is #074e34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074e34


Comments

No comments written yet.

Please login to write comment.