Color Hex Logo

#07473e Color Hex

#07473E
(7,71,62)
0 Favorites   0 Comments

Color spaces of #07473e

RGB 77162
HSL0.480.820.15
HSV172°90°28°
CMYK 0.900.000.13   0.72
XYZ3.21044.89945.3339
Yxy4.89940.23880.3644
Hunter Lab22.1346-12.84591.2068
CIE-Lab26.4462-21.33220.0033

#07473e color RGB value is (7,71,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000111 00111110
Octal 7 107 76
Decimal 7 71 62
Hex 7 47 3E

RGB Percentages of Color #07473e

%5.00
%50.71
%44.29

CMYK Percentages of Color #07473e

%90
%0
%13
%72

Triadic Colors of #07473e

#07473e #3e0747 #473e07

Analogous Colors of #07473e

#07473e #073047 #07471e

Monochromatic Colors of #07473e

#07473e

Complementary Color

#07473e #470710

#07473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07473e Color CSS Codes

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

#07473e Text Font Color

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

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


#07473e Background Color

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

This div background color is #07473e


#07473e Border Color

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

This div border color is #07473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07473e


Comments

No comments written yet.

Please login to write comment.