Color Hex Logo

#41721f Color Hex

#41721F
(65,114,31)
0 Favorites   0 Comments

Color spaces of #41721f

RGB 6511431
HSL0.270.570.28
HSV95°73°45°
CMYK 0.430.000.73   0.55
XYZ8.444613.25743.4102
Yxy13.25740.33630.5279
Hunter Lab36.4107-22.319919.9344
CIE-Lab43.1486-31.841838.9373

#41721f color RGB value is (65,114,31).

#41721f hex color red value is 65, green value is 114 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #41721f hue: 0.27 , saturation: 0.57 and the lightness value of 41721f is 0.28.

The process color (four color CMYK) of #41721f color hex is 0.43, 0.00, 0.73, 0.55. Web safe color of #41721f is #336633. Color #41721f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110010 00011111
Octal 101 162 37
Decimal 65 114 31
Hex 41 72 1F

RGB Percentages of Color #41721f

%30.95
%54.29
%14.76

CMYK Percentages of Color #41721f

%43
%0
%73
%55

Triadic Colors of #41721f

#41721f #1f4172 #721f41

Analogous Colors of #41721f

#41721f #1f7227 #6b721f

Monochromatic Colors of #41721f

#41721f

Complementary Color

#41721f #501f72

#41721f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41721f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41721f Color CSS Codes

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

#41721f Text Font Color

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

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


#41721f Background Color

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

This div background color is #41721f


#41721f Border Color

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

This div border color is #41721f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41721f


Comments

No comments written yet.

Please login to write comment.