Color Hex Logo

#413f46 Color Hex

#413F46
(65,63,70)
0 Favorites   0 Comments

Color spaces of #413f46

RGB 656370
HSL0.710.050.26
HSV257°10°27°
CMYK 0.070.100.00   0.73
XYZ5.06305.12106.5160
Yxy5.12100.30320.3066
Hunter Lab22.62960.3345-1.2313
CIE-Lab27.07672.4551-3.9592

#413f46 color RGB value is (65,63,70).

#413f46 hex color red value is 65, green value is 63 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #413f46 hue: 0.71 , saturation: 0.05 and the lightness value of 413f46 is 0.26.

The process color (four color CMYK) of #413f46 color hex is 0.07, 0.10, 0.00, 0.73. Web safe color of #413f46 is #333333. Color #413f46 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111111 01000110
Octal 101 77 106
Decimal 65 63 70
Hex 41 3F 46

RGB Percentages of Color #413f46

%32.83
%31.82
%35.35

CMYK Percentages of Color #413f46

%7
%10
%0
%73

Triadic Colors of #413f46

#413f46 #46413f #3f4641

Analogous Colors of #413f46

#413f46 #453f46 #3f4146

Monochromatic Colors of #413f46

#413f46

Complementary Color

#413f46 #44463f

#413f46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413f46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413f46 Color CSS Codes

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

#413f46 Text Font Color

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

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


#413f46 Background Color

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

This div background color is #413f46


#413f46 Border Color

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

This div border color is #413f46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413f46


Comments

No comments written yet.

Please login to write comment.