Color Hex Logo

#41463c Color Hex

#41463C
(65,70,60)
0 Favorites   0 Comments

Color spaces of #41463c

RGB 657060
HSL0.250.080.25
HSV90°14°27°
CMYK 0.070.000.14   0.73
XYZ5.18575.83045.1270
Yxy5.83040.32120.3612
Hunter Lab24.1462-3.92084.3132
CIE-Lab28.9805-4.24305.3314

#41463c color RGB value is (65,70,60).

#41463c hex color red value is 65, green value is 70 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #41463c hue: 0.25 , saturation: 0.08 and the lightness value of 41463c is 0.25.

The process color (four color CMYK) of #41463c color hex is 0.07, 0.00, 0.14, 0.73. Web safe color of #41463c is #333333. Color #41463c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000110 00111100
Octal 101 106 74
Decimal 65 70 60
Hex 41 46 3C

RGB Percentages of Color #41463c

%33.33
%35.90
%30.77

CMYK Percentages of Color #41463c

%7
%0
%14
%73

Triadic Colors of #41463c

#41463c #3c4146 #463c41

Analogous Colors of #41463c

#41463c #3c463c #46463c

Monochromatic Colors of #41463c

#41463c

Complementary Color

#41463c #413c46

#41463c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41463c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41463c Color CSS Codes

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

#41463c Text Font Color

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

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


#41463c Background Color

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

This div background color is #41463c


#41463c Border Color

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

This div border color is #41463c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41463c


Comments

No comments written yet.

Please login to write comment.