Color Hex Logo

#41500e Color Hex

#41500E
(65,80,14)
0 Favorites   0 Comments

Color spaces of #41500e

RGB 658014
HSL0.200.700.18
HSV74°83°31°
CMYK 0.190.000.83   0.69
XYZ5.12796.89281.4756
Yxy6.89280.37990.5107
Hunter Lab26.2541-11.080515.0455
CIE-Lab31.5616-16.075734.3195

#41500e color RGB value is (65,80,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010000 00001110
Octal 101 120 16
Decimal 65 80 14
Hex 41 50 E

RGB Percentages of Color #41500e

%40.88
%50.31
%8.81

CMYK Percentages of Color #41500e

%19
%0
%83
%69

Triadic Colors of #41500e

#41500e #0e4150 #500e41

Analogous Colors of #41500e

#41500e #20500e #503e0e

Monochromatic Colors of #41500e

#41500e

Complementary Color

#41500e #1d0e50

#41500e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41500e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41500e Color CSS Codes

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

#41500e Text Font Color

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

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


#41500e Background Color

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

This div background color is #41500e


#41500e Border Color

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

This div border color is #41500e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41500e


Comments

No comments written yet.

Please login to write comment.