Color Hex Logo

#447201 Color Hex

#447201
(68,114,1)
0 Favorites   0 Comments

Color spaces of #447201

RGB 681141
HSL0.230.980.23
HSV84°99°45°
CMYK 0.400.000.99   0.55
XYZ8.406713.26582.1462
Yxy13.26580.35290.5569
Hunter Lab36.4222-22.538922.0019
CIE-Lab43.1610-32.229947.9761

#447201 color RGB value is (68,114,1).

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

The process color (four color CMYK) of #447201 color hex is 0.40, 0.00, 0.99, 0.55. Web safe color of #447201 is #336600. Color #447201 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110010 00000001
Octal 104 162 1
Decimal 68 114 1
Hex 44 72 1

RGB Percentages of Color #447201

%37.16
%62.30
%0.55

CMYK Percentages of Color #447201

%40
%0
%99
%55

Triadic Colors of #447201

#447201 #014472 #720144

Analogous Colors of #447201

#447201 #0c7201 #726801

Monochromatic Colors of #447201

#447201

Complementary Color

#447201 #2f0172

#447201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447201 Color CSS Codes

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

#447201 Text Font Color

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

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


#447201 Background Color

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

This div background color is #447201


#447201 Border Color

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

This div border color is #447201


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,114,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 #447201">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447201


Comments

No comments written yet.

Please login to write comment.