Color Hex Logo

#41504f Color Hex

#41504F
(65,80,79)
0 Favorites   0 Comments

Color spaces of #41504f

RGB 658079
HSL0.490.100.28
HSV176°19°31°
CMYK 0.190.000.01   0.69
XYZ6.45997.42578.4900
Yxy7.42570.28870.3319
Hunter Lab27.2501-5.37260.6028
CIE-Lab32.7570-6.1115-1.3797

#41504f color RGB value is (65,80,79).

#41504f hex color red value is 65, green value is 80 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #41504f hue: 0.49 , saturation: 0.10 and the lightness value of 41504f is 0.28.

The process color (four color CMYK) of #41504f color hex is 0.19, 0.00, 0.01, 0.69. Web safe color of #41504f is #336666. Color #41504f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010000 01001111
Octal 101 120 117
Decimal 65 80 79
Hex 41 50 4F

RGB Percentages of Color #41504f

%29.02
%35.71
%35.27

CMYK Percentages of Color #41504f

%19
%0
%1
%69

Triadic Colors of #41504f

#41504f #4f4150 #504f41

Analogous Colors of #41504f

#41504f #414a50 #415048

Monochromatic Colors of #41504f

#41504f

Complementary Color

#41504f #504142

#41504f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41504f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41504f Color CSS Codes

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

#41504f Text Font Color

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

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


#41504f Background Color

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

This div background color is #41504f


#41504f Border Color

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

This div border color is #41504f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,80,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41504f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41504f;
  -webkit-box-shadow: 1px 1px 3px 2px #41504f;
  box-shadow:         1px 1px 3px 2px #41504f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41504f


Comments

No comments written yet.

Please login to write comment.