Color Hex Logo

#07403f Color Hex

#07403F
(7,64,63)
0 Favorites   0 Comments

Color spaces of #07403f

RGB 76463
HSL0.500.800.14
HSV179°89°25°
CMYK 0.890.000.02   0.75
XYZ2.81824.07085.3398
Yxy4.07080.23050.3329
Hunter Lab20.1762-10.3756-1.5682
CIE-Lab23.9041-17.2445-4.4066

#07403f color RGB value is (7,64,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000000 00111111
Octal 7 100 77
Decimal 7 64 63
Hex 7 40 3F

RGB Percentages of Color #07403f

%5.22
%47.76
%47.01

CMYK Percentages of Color #07403f

%89
%0
%2
%75

Triadic Colors of #07403f

#07403f #3f0740 #403f07

Analogous Colors of #07403f

#07403f #072540 #074023

Monochromatic Colors of #07403f

#07403f

Complementary Color

#07403f #400708

#07403f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07403f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07403f Color CSS Codes

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

#07403f Text Font Color

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

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


#07403f Background Color

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

This div background color is #07403f


#07403f Border Color

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

This div border color is #07403f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07403f


Comments

No comments written yet.

Please login to write comment.