Color Hex Logo

#41434b Color Hex

#41434B
(65,67,75)
0 Favorites   0 Comments

Color spaces of #41434b

RGB 656775
HSL0.630.070.27
HSV228°13°29°
CMYK 0.130.110.00   0.71
XYZ5.45715.64617.4588
Yxy5.64610.29400.3042
Hunter Lab23.7615-0.5881-1.9782
CIE-Lab28.50151.0740-5.1072

#41434b color RGB value is (65,67,75).

#41434b hex color red value is 65, green value is 67 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #41434b hue: 0.63 , saturation: 0.07 and the lightness value of 41434b is 0.27.

The process color (four color CMYK) of #41434b color hex is 0.13, 0.11, 0.00, 0.71. Web safe color of #41434b is #333333. Color #41434b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000011 01001011
Octal 101 103 113
Decimal 65 67 75
Hex 41 43 4B

RGB Percentages of Color #41434b

%31.40
%32.37
%36.23

CMYK Percentages of Color #41434b

%13
%11
%0
%71

Triadic Colors of #41434b

#41434b #4b4143 #434b41

Analogous Colors of #41434b

#41434b #44414b #41484b

Monochromatic Colors of #41434b

#41434b

Complementary Color

#41434b #4b4941

#41434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41434b Color CSS Codes

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

#41434b Text Font Color

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

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


#41434b Background Color

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

This div background color is #41434b


#41434b Border Color

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

This div border color is #41434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41434b


Comments

No comments written yet.

Please login to write comment.