Color Hex Logo

#41374a Color Hex

#41374A
(65,55,74)
0 Favorites   0 Comments

Color spaces of #41374a

RGB 655574
HSL0.750.150.25
HSV272°26°29°
CMYK 0.120.260.00   0.71
XYZ4.78224.35067.0663
Yxy4.35060.29520.2686
Hunter Lab20.85814.4236-5.4856
CIE-Lab24.79828.7321-10.0307

#41374a color RGB value is (65,55,74).

#41374a hex color red value is 65, green value is 55 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #41374a hue: 0.75 , saturation: 0.15 and the lightness value of 41374a is 0.25.

The process color (four color CMYK) of #41374a color hex is 0.12, 0.26, 0.00, 0.71. Web safe color of #41374a is #333333. Color #41374a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110111 01001010
Octal 101 67 112
Decimal 65 55 74
Hex 41 37 4A

RGB Percentages of Color #41374a

%33.51
%28.35
%38.14

CMYK Percentages of Color #41374a

%12
%26
%0
%71

Triadic Colors of #41374a

#41374a #4a4137 #374a41

Analogous Colors of #41374a

#41374a #4a374a #38374a

Monochromatic Colors of #41374a

#41374a

Complementary Color

#41374a #404a37

#41374a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41374a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41374a Color CSS Codes

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

#41374a Text Font Color

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

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


#41374a Background Color

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

This div background color is #41374a


#41374a Border Color

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

This div border color is #41374a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41374a


Comments

No comments written yet.

Please login to write comment.