Color Hex Logo

#407304 Color Hex

#407304
(64,115,4)
0 Favorites   0 Comments

Color spaces of #407304

RGB 641154
HSL0.240.930.23
HSV88°97°45°
CMYK 0.440.000.97   0.55
XYZ8.267013.36022.2579
Yxy13.36020.34610.5594
Hunter Lab36.5516-23.593421.9236
CIE-Lab43.3010-34.074247.2961

#407304 color RGB value is (64,115,4).

#407304 hex color red value is 64, green value is 115 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #407304 hue: 0.24 , saturation: 0.93 and the lightness value of 407304 is 0.23.

The process color (four color CMYK) of #407304 color hex is 0.44, 0.00, 0.97, 0.55. Web safe color of #407304 is #336600. Color #407304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110011 00000100
Octal 100 163 4
Decimal 64 115 4
Hex 40 73 4

RGB Percentages of Color #407304

%34.97
%62.84
%2.19

CMYK Percentages of Color #407304

%44
%0
%97
%55

Triadic Colors of #407304

#407304 #044073 #730440

Analogous Colors of #407304

#407304 #097304 #736f04

Monochromatic Colors of #407304

#407304

Complementary Color

#407304 #370473

#407304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407304 Color CSS Codes

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

#407304 Text Font Color

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

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


#407304 Background Color

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

This div background color is #407304


#407304 Border Color

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

This div border color is #407304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407304


Comments

No comments written yet.

Please login to write comment.