Color Hex Logo

#41500a Color Hex

#41500A
(65,80,10)
0 Favorites   0 Comments

Color spaces of #41500a

RGB 658010
HSL0.200.780.18
HSV73°88°31°
CMYK 0.190.000.88   0.69
XYZ5.10346.88311.3467
Yxy6.88310.38280.5162
Hunter Lab26.2357-11.190315.3216
CIE-Lab31.5393-16.280935.7120

#41500a color RGB value is (65,80,10).

#41500a hex color red value is 65, green value is 80 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #41500a hue: 0.20 , saturation: 0.78 and the lightness value of 41500a is 0.18.

The process color (four color CMYK) of #41500a color hex is 0.19, 0.00, 0.88, 0.69. Web safe color of #41500a is #336600. Color #41500a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010000 00001010
Octal 101 120 12
Decimal 65 80 10
Hex 41 50 A

RGB Percentages of Color #41500a

%41.94
%51.61
%6.45

CMYK Percentages of Color #41500a

%19
%0
%88
%69

Triadic Colors of #41500a

#41500a #0a4150 #500a41

Analogous Colors of #41500a

#41500a #1e500a #503c0a

Monochromatic Colors of #41500a

#41500a

Complementary Color

#41500a #190a50

#41500a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41500a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41500a Color CSS Codes

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

#41500a Text Font Color

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

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


#41500a Background Color

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

This div background color is #41500a


#41500a Border Color

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

This div border color is #41500a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41500a


Comments

No comments written yet.

Please login to write comment.