Color Hex Logo

#424015 Color Hex

#424015
(66,64,21)
0 Favorites   0 Comments

Color spaces of #424015

RGB 666421
HSL0.160.520.17
HSV57°68°26°
CMYK 0.000.030.68   0.74
XYZ4.21554.87921.4291
Yxy4.87920.40060.4636
Hunter Lab22.0889-4.590211.6263
CIE-Lab26.3878-5.719525.9054

#424015 color RGB value is (66,64,21).

#424015 hex color red value is 66, green value is 64 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #424015 hue: 0.16 , saturation: 0.52 and the lightness value of 424015 is 0.17.

The process color (four color CMYK) of #424015 color hex is 0.00, 0.03, 0.68, 0.74. Web safe color of #424015 is #333300. Color #424015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000000 00010101
Octal 102 100 25
Decimal 66 64 21
Hex 42 40 15

RGB Percentages of Color #424015

%43.71
%42.38
%13.91

CMYK Percentages of Color #424015

%0
%3
%68
%74

Triadic Colors of #424015

#424015 #154240 #401542

Analogous Colors of #424015

#424015 #2e4215 #422a15

Monochromatic Colors of #424015

#424015

Complementary Color

#424015 #151742

#424015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424015 Color CSS Codes

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

#424015 Text Font Color

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

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


#424015 Background Color

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

This div background color is #424015


#424015 Border Color

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

This div border color is #424015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424015


Comments

No comments written yet.

Please login to write comment.