Color Hex Logo

#447d01 Color Hex

#447D01
(68,125,1)
0 Favorites   0 Comments

Color spaces of #447d01

RGB 681251
HSL0.240.980.25
HSV88°99°49°
CMYK 0.460.000.99   0.51
XYZ9.723015.89842.5850
Yxy15.89840.34470.5636
Hunter Lab39.8728-26.250124.0671
CIE-Lab46.8409-37.023250.8646

#447d01 color RGB value is (68,125,1).

#447d01 hex color red value is 68, green value is 125 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #447d01 hue: 0.24 , saturation: 0.98 and the lightness value of 447d01 is 0.25.

The process color (four color CMYK) of #447d01 color hex is 0.46, 0.00, 0.99, 0.51. Web safe color of #447d01 is #336600. Color #447d01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111101 00000001
Octal 104 175 1
Decimal 68 125 1
Hex 44 7D 1

RGB Percentages of Color #447d01

%35.05
%64.43
%0.52

CMYK Percentages of Color #447d01

%46
%0
%99
%51

Triadic Colors of #447d01

#447d01 #01447d #7d0144

Analogous Colors of #447d01

#447d01 #067d01 #7d7801

Monochromatic Colors of #447d01

#447d01

Complementary Color

#447d01 #3a017d

#447d01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447d01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447d01 Color CSS Codes

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

#447d01 Text Font Color

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

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


#447d01 Background Color

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

This div background color is #447d01


#447d01 Border Color

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

This div border color is #447d01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,125,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #447d01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #447d01;
  -webkit-box-shadow: 1px 1px 3px 2px #447d01;
  box-shadow:         1px 1px 3px 2px #447d01; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447d01


Comments

No comments written yet.

Please login to write comment.