Color Hex Logo

#424117 Color Hex

#424117
(66,65,23)
0 Favorites   0 Comments

Color spaces of #424117

RGB 666523
HSL0.160.480.17
HSV59°65°26°
CMYK 0.000.020.65   0.74
XYZ4.29175.00071.5496
Yxy5.00070.39580.4612
Hunter Lab22.3622-4.876711.5450
CIE-Lab26.7368-6.163625.2167

#424117 color RGB value is (66,65,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 00010111
Octal 102 101 27
Decimal 66 65 23
Hex 42 41 17

RGB Percentages of Color #424117

%42.86
%42.21
%14.94

CMYK Percentages of Color #424117

%0
%2
%65
%74

Triadic Colors of #424117

#424117 #174241 #411742

Analogous Colors of #424117

#424117 #2e4217 #422c17

Monochromatic Colors of #424117

#424117

Complementary Color

#424117 #171842

#424117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424117 Color CSS Codes

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

#424117 Text Font Color

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

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


#424117 Background Color

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

This div background color is #424117


#424117 Border Color

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

This div border color is #424117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424117


Comments

No comments written yet.

Please login to write comment.