Color Hex Logo

#074737 Color Hex

#074737
(7,71,55)
0 Favorites   0 Comments

Color spaces of #074737

RGB 77155
HSL0.460.820.15
HSV165°90°28°
CMYK 0.900.000.23   0.72
XYZ3.03044.82754.3865
Yxy4.82750.24750.3943
Hunter Lab21.9716-13.83093.5432
CIE-Lab26.2376-23.51174.2615

#074737 color RGB value is (7,71,55).

#074737 hex color red value is 7, green value is 71 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #074737 hue: 0.46 , saturation: 0.82 and the lightness value of 074737 is 0.15.

The process color (four color CMYK) of #074737 color hex is 0.90, 0.00, 0.23, 0.72. Web safe color of #074737 is #003333. Color #074737 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000111 00110111
Octal 7 107 67
Decimal 7 71 55
Hex 7 47 37

RGB Percentages of Color #074737

%5.26
%53.38
%41.35

CMYK Percentages of Color #074737

%90
%0
%23
%72

Triadic Colors of #074737

#074737 #370747 #473707

Analogous Colors of #074737

#074737 #073747 #074717

Monochromatic Colors of #074737

#074737

Complementary Color

#074737 #470717

#074737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074737 Color CSS Codes

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

#074737 Text Font Color

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

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


#074737 Background Color

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

This div background color is #074737


#074737 Border Color

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

This div border color is #074737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074737


Comments

No comments written yet.

Please login to write comment.