Color Hex Logo

#045011 Color Hex

#045011
(4,80,17)
0 Favorites   0 Comments

Color spaces of #045011

RGB 48017
HSL0.360.900.16
HSV130°95°31°
CMYK 0.950.000.79   0.69
XYZ3.01995.80361.4914
Yxy5.80360.29280.5626
Hunter Lab24.0907-19.782713.1929
CIE-Lab28.9115-35.220529.5807

#045011 color RGB value is (4,80,17).

#045011 hex color red value is 4, green value is 80 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #045011 hue: 0.36 , saturation: 0.90 and the lightness value of 045011 is 0.16.

The process color (four color CMYK) of #045011 color hex is 0.95, 0.00, 0.79, 0.69. Web safe color of #045011 is #006600. Color #045011 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010000 00010001
Octal 4 120 21
Decimal 4 80 17
Hex 4 50 11

RGB Percentages of Color #045011

%3.96
%79.21
%16.83

CMYK Percentages of Color #045011

%95
%0
%79
%69

Triadic Colors of #045011

#045011 #110450 #501104

Analogous Colors of #045011

#045011 #045037 #1d5004

Monochromatic Colors of #045011

#045011

Complementary Color

#045011 #500443

#045011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#045011 Color CSS Codes

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

#045011 Text Font Color

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

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


#045011 Background Color

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

This div background color is #045011


#045011 Border Color

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

This div border color is #045011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045011

#045011 Color Palettes


Comments

No comments written yet.

Please login to write comment.