Color Hex Logo

#07604a Color Hex

#07604A
(7,96,74)
0 Favorites   0 Comments

Color spaces of #07604a

RGB 79674
HSL0.460.860.20
HSV165°93°38°
CMYK 0.930.000.23   0.62
XYZ5.50658.90537.9072
Yxy8.90530.24670.3990
Hunter Lab29.8417-19.28565.1791
CIE-Lab35.8013-29.81065.8707

#07604a color RGB value is (7,96,74).

#07604a hex color red value is 7, green value is 96 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #07604a hue: 0.46 , saturation: 0.86 and the lightness value of 07604a is 0.20.

The process color (four color CMYK) of #07604a color hex is 0.93, 0.00, 0.23, 0.62. Web safe color of #07604a is #006633. Color #07604a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100000 01001010
Octal 7 140 112
Decimal 7 96 74
Hex 7 60 4A

RGB Percentages of Color #07604a

%3.95
%54.24
%41.81

CMYK Percentages of Color #07604a

%93
%0
%23
%62

Triadic Colors of #07604a

#07604a #4a0760 #604a07

Analogous Colors of #07604a

#07604a #074a60 #07601e

Monochromatic Colors of #07604a

#07604a

Complementary Color

#07604a #60071d

#07604a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07604a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07604a Color CSS Codes

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

#07604a Text Font Color

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

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


#07604a Background Color

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

This div background color is #07604a


#07604a Border Color

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

This div border color is #07604a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,96,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07604a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07604a;
  -webkit-box-shadow: 1px 1px 3px 2px #07604a;
  box-shadow:         1px 1px 3px 2px #07604a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07604a


Comments

No comments written yet.

Please login to write comment.