Color Hex Logo

#424115 Color Hex

#424115
(66,65,21)
0 Favorites   0 Comments

Color spaces of #424115

RGB 666521
HSL0.160.520.17
HSV59°68°26°
CMYK 0.000.020.68   0.74
XYZ4.27244.99301.4480
Yxy4.99300.39880.4661
Hunter Lab22.3450-4.974311.7994
CIE-Lab26.7148-6.336326.2621

#424115 color RGB value is (66,65,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 00010101
Octal 102 101 25
Decimal 66 65 21
Hex 42 41 15

RGB Percentages of Color #424115

%43.42
%42.76
%13.82

CMYK Percentages of Color #424115

%0
%2
%68
%74

Triadic Colors of #424115

#424115 #154241 #411542

Analogous Colors of #424115

#424115 #2d4215 #422b15

Monochromatic Colors of #424115

#424115

Complementary Color

#424115 #151642

#424115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424115 Color CSS Codes

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

#424115 Text Font Color

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

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


#424115 Background Color

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

This div background color is #424115


#424115 Border Color

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

This div border color is #424115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424115


Comments

No comments written yet.

Please login to write comment.