Color Hex Logo

#424241 Color Hex

#424241
(66,66,65)
0 Favorites   0 Comments

Color spaces of #424241

RGB 666665
HSL0.170.010.26
HSV60°26°
CMYK 0.000.000.02   0.74
XYZ5.14915.43635.7790
Yxy5.43630.31470.3322
Hunter Lab23.3159-1.38271.6257
CIE-Lab27.9433-0.21950.6030

#424241 color RGB value is (66,66,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 01000001
Octal 102 102 101
Decimal 66 66 65
Hex 42 42 41

RGB Percentages of Color #424241

%33.50
%33.50
%32.99

CMYK Percentages of Color #424241

%0
%0
%2
%74

Triadic Colors of #424241

#424241 #414242 #424142

Monochromatic Colors of #424241

#424241

Complementary Color

#424241 #414142

#424241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424241 Color CSS Codes

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

#424241 Text Font Color

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

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


#424241 Background Color

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

This div background color is #424241


#424241 Border Color

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

This div border color is #424241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424241


Comments

No comments written yet.

Please login to write comment.