Color Hex Logo

#41712f Color Hex

#41712F
(65,113,47)
0 Favorites   0 Comments

Color spaces of #41712f

RGB 6511347
HSL0.290.410.31
HSV104°58°44°
CMYK 0.420.000.58   0.56
XYZ8.598213.13934.7723
Yxy13.13930.32430.4956
Hunter Lab36.2482-21.093417.5678
CIE-Lab42.9724-29.737831.1608

#41712f color RGB value is (65,113,47).

#41712f hex color red value is 65, green value is 113 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #41712f hue: 0.29 , saturation: 0.41 and the lightness value of 41712f is 0.31.

The process color (four color CMYK) of #41712f color hex is 0.42, 0.00, 0.58, 0.56. Web safe color of #41712f is #336633. Color #41712f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110001 00101111
Octal 101 161 57
Decimal 65 113 47
Hex 41 71 2F

RGB Percentages of Color #41712f

%28.89
%50.22
%20.89

CMYK Percentages of Color #41712f

%42
%0
%58
%56

Triadic Colors of #41712f

#41712f #2f4171 #712f41

Analogous Colors of #41712f

#41712f #2f713e #62712f

Monochromatic Colors of #41712f

#41712f

Complementary Color

#41712f #5f2f71

#41712f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41712f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41712f Color CSS Codes

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

#41712f Text Font Color

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

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


#41712f Background Color

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

This div background color is #41712f


#41712f Border Color

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

This div border color is #41712f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41712f


Comments

No comments written yet.

Please login to write comment.