Color Hex Logo

#41610e Color Hex

#41610E
(65,97,14)
0 Favorites   0 Comments

Color spaces of #41610e

RGB 659714
HSL0.230.750.22
HSV83°86°38°
CMYK 0.330.000.86   0.62
XYZ6.53399.70491.9443
Yxy9.70490.35930.5337
Hunter Lab31.1527-17.079018.1065
CIE-Lab37.3075-24.949539.6340

#41610e color RGB value is (65,97,14).

#41610e hex color red value is 65, green value is 97 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #41610e hue: 0.23 , saturation: 0.75 and the lightness value of 41610e is 0.22.

The process color (four color CMYK) of #41610e color hex is 0.33, 0.00, 0.86, 0.62. Web safe color of #41610e is #336600. Color #41610e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100001 00001110
Octal 101 141 16
Decimal 65 97 14
Hex 41 61 E

RGB Percentages of Color #41610e

%36.93
%55.11
%7.95

CMYK Percentages of Color #41610e

%33
%0
%86
%62

Triadic Colors of #41610e

#41610e #0e4161 #610e41

Analogous Colors of #41610e

#41610e #18610e #61580e

Monochromatic Colors of #41610e

#41610e

Complementary Color

#41610e #2e0e61

#41610e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41610e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41610e Color CSS Codes

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

#41610e Text Font Color

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

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


#41610e Background Color

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

This div background color is #41610e


#41610e Border Color

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

This div border color is #41610e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,97,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 #41610e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41610e


Comments

No comments written yet.

Please login to write comment.