Color Hex Logo

#41572f Color Hex

#41572F
(65,87,47)
0 Favorites   0 Comments

Color spaces of #41572f

RGB 658747
HSL0.260.300.26
HSV93°46°34°
CMYK 0.250.000.46   0.66
XYZ6.10138.14543.9400
Yxy8.14540.33550.4479
Hunter Lab28.5401-11.785611.7931
CIE-Lab34.2839-16.540620.5445

#41572f color RGB value is (65,87,47).

#41572f hex color red value is 65, green value is 87 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #41572f hue: 0.26 , saturation: 0.30 and the lightness value of 41572f is 0.26.

The process color (four color CMYK) of #41572f color hex is 0.25, 0.00, 0.46, 0.66. Web safe color of #41572f is #336633. Color #41572f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010111 00101111
Octal 101 127 57
Decimal 65 87 47
Hex 41 57 2F

RGB Percentages of Color #41572f

%32.66
%43.72
%23.62

CMYK Percentages of Color #41572f

%25
%0
%46
%66

Triadic Colors of #41572f

#41572f #2f4157 #572f41

Analogous Colors of #41572f

#41572f #2f5731 #55572f

Monochromatic Colors of #41572f

#41572f

Complementary Color

#41572f #452f57

#41572f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41572f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41572f Color CSS Codes

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

#41572f Text Font Color

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

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


#41572f Background Color

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

This div background color is #41572f


#41572f Border Color

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

This div border color is #41572f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41572f


Comments

No comments written yet.

Please login to write comment.