Color Hex Logo

#044015 Color Hex

#044015
(4,64,21)
0 Favorites   0 Comments

Color spaces of #044015

RGB 46421
HSL0.380.880.13
HSV137°94°25°
CMYK 0.940.000.67   0.75
XYZ2.01883.74671.3263
Yxy3.74670.28470.5283
Hunter Lab19.3564-15.25689.4869
CIE-Lab22.8157-28.839420.9061

#044015 color RGB value is (4,64,21).

#044015 hex color red value is 4, green value is 64 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #044015 hue: 0.38 , saturation: 0.88 and the lightness value of 044015 is 0.13.

The process color (four color CMYK) of #044015 color hex is 0.94, 0.00, 0.67, 0.75. Web safe color of #044015 is #003300. Color #044015 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000000 00010101
Octal 4 100 25
Decimal 4 64 21
Hex 4 40 15

RGB Percentages of Color #044015

%4.49
%71.91
%23.60

CMYK Percentages of Color #044015

%94
%0
%67
%75

Triadic Colors of #044015

#044015 #150440 #401504

Analogous Colors of #044015

#044015 #044033 #114004

Monochromatic Colors of #044015

#044015

Complementary Color

#044015 #40042f

#044015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044015 Color CSS Codes

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

#044015 Text Font Color

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

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


#044015 Background Color

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

This div background color is #044015


#044015 Border Color

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

This div border color is #044015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044015


Comments

No comments written yet.

Please login to write comment.