Color Hex Logo

#414037 Color Hex

#414037
(65,64,55)
0 Favorites   0 Comments

Color spaces of #414037

RGB 656455
HSL0.150.080.24
HSV54°15°25°
CMYK 0.000.020.15   0.75
XYZ4.70305.06644.3445
Yxy5.06640.33320.3590
Hunter Lab22.5087-2.09414.3122
CIE-Lab26.9231-1.45165.6630

#414037 color RGB value is (65,64,55).

#414037 hex color red value is 65, green value is 64 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #414037 hue: 0.15 , saturation: 0.08 and the lightness value of 414037 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000000 00110111
Octal 101 100 67
Decimal 65 64 55
Hex 41 40 37

RGB Percentages of Color #414037

%35.33
%34.78
%29.89

CMYK Percentages of Color #414037

%0
%2
%15
%75

Triadic Colors of #414037

#414037 #374140 #403741

Analogous Colors of #414037

#414037 #3d4137 #413b37

Monochromatic Colors of #414037

#414037

Complementary Color

#414037 #373841

#414037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414037 Color CSS Codes

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

#414037 Text Font Color

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

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


#414037 Background Color

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

This div background color is #414037


#414037 Border Color

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

This div border color is #414037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414037


Comments

No comments written yet.

Please login to write comment.