Color Hex Logo

#074d39 Color Hex

#074D39
(7,77,57)
0 Favorites   0 Comments

Color spaces of #074d39

RGB 77757
HSL0.450.830.16
HSV163°91°30°
CMYK 0.910.000.26   0.70
XYZ3.48005.64834.7777
Yxy5.64830.25030.4062
Hunter Lab23.7662-15.45364.7173
CIE-Lab28.5072-25.81266.1943

#074d39 color RGB value is (7,77,57).

#074d39 hex color red value is 7, green value is 77 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #074d39 hue: 0.45 , saturation: 0.83 and the lightness value of 074d39 is 0.16.

The process color (four color CMYK) of #074d39 color hex is 0.91, 0.00, 0.26, 0.70. Web safe color of #074d39 is #006633. Color #074d39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001101 00111001
Octal 7 115 71
Decimal 7 77 57
Hex 7 4D 39

RGB Percentages of Color #074d39

%4.96
%54.61
%40.43

CMYK Percentages of Color #074d39

%91
%0
%26
%70

Triadic Colors of #074d39

#074d39 #39074d #4d3907

Analogous Colors of #074d39

#074d39 #073e4d #074d16

Monochromatic Colors of #074d39

#074d39

Complementary Color

#074d39 #4d071b

#074d39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074d39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074d39 Color CSS Codes

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

#074d39 Text Font Color

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

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


#074d39 Background Color

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

This div background color is #074d39


#074d39 Border Color

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

This div border color is #074d39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074d39


Comments

No comments written yet.

Please login to write comment.