Color Hex Logo

#41532e Color Hex

#41532E
(65,83,46)
0 Favorites   0 Comments

Color spaces of #41532e

RGB 658346
HSL0.250.290.25
HSV89°45°33°
CMYK 0.220.000.45   0.67
XYZ5.76647.50763.7300
Yxy7.50760.33910.4415
Hunter Lab27.4000-10.384211.1088
CIE-Lab32.9356-14.461219.4167

#41532e color RGB value is (65,83,46).

#41532e hex color red value is 65, green value is 83 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #41532e hue: 0.25 , saturation: 0.29 and the lightness value of 41532e is 0.25.

The process color (four color CMYK) of #41532e color hex is 0.22, 0.00, 0.45, 0.67. Web safe color of #41532e is #336633. Color #41532e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010011 00101110
Octal 101 123 56
Decimal 65 83 46
Hex 41 53 2E

RGB Percentages of Color #41532e

%33.51
%42.78
%23.71

CMYK Percentages of Color #41532e

%22
%0
%45
%67

Triadic Colors of #41532e

#41532e #2e4153 #532e41

Analogous Colors of #41532e

#41532e #2f532e #53532e

Monochromatic Colors of #41532e

#41532e

Complementary Color

#41532e #402e53

#41532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41532e Color CSS Codes

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

#41532e Text Font Color

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

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


#41532e Background Color

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

This div background color is #41532e


#41532e Border Color

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

This div border color is #41532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41532e


Comments

No comments written yet.

Please login to write comment.