Color Hex Logo

#07403c Color Hex

#07403C
(7,64,60)
0 Favorites   0 Comments

Color spaces of #07403c

RGB 76460
HSL0.490.800.14
HSV176°89°25°
CMYK 0.890.000.06   0.75
XYZ2.73664.03824.9102
Yxy4.03820.23420.3456
Hunter Lab20.0953-10.8584-0.4206
CIE-Lab23.7973-18.2924-2.5724

#07403c color RGB value is (7,64,60).

#07403c hex color red value is 7, green value is 64 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #07403c hue: 0.49 , saturation: 0.80 and the lightness value of 07403c is 0.14.

The process color (four color CMYK) of #07403c color hex is 0.89, 0.00, 0.06, 0.75. Web safe color of #07403c is #003333. Color #07403c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000000 00111100
Octal 7 100 74
Decimal 7 64 60
Hex 7 40 3C

RGB Percentages of Color #07403c

%5.34
%48.85
%45.80

CMYK Percentages of Color #07403c

%89
%0
%6
%75

Triadic Colors of #07403c

#07403c #3c0740 #403c07

Analogous Colors of #07403c

#07403c #072840 #074020

Monochromatic Colors of #07403c

#07403c

Complementary Color

#07403c #40070b

#07403c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07403c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07403c Color CSS Codes

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

#07403c Text Font Color

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

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


#07403c Background Color

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

This div background color is #07403c


#07403c Border Color

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

This div border color is #07403c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,64,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07403c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07403c;
  -webkit-box-shadow: 1px 1px 3px 2px #07403c;
  box-shadow:         1px 1px 3px 2px #07403c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07403c


Comments

No comments written yet.

Please login to write comment.