Color Hex Logo

#41452e Color Hex

#41452E
(65,69,46)
0 Favorites   0 Comments

Color spaces of #41452e

RGB 656946
HSL0.200.200.23
HSV70°33°27°
CMYK 0.060.000.33   0.73
XYZ4.80125.57733.4082
Yxy5.57730.34820.4045
Hunter Lab23.6163-5.03957.9749
CIE-Lab28.3200-6.203713.3831

#41452e color RGB value is (65,69,46).

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

The process color (four color CMYK) of #41452e color hex is 0.06, 0.00, 0.33, 0.73. Web safe color of #41452e is #333333. Color #41452e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000101 00101110
Octal 101 105 56
Decimal 65 69 46
Hex 41 45 2E

RGB Percentages of Color #41452e

%36.11
%38.33
%25.56

CMYK Percentages of Color #41452e

%6
%0
%33
%73

Triadic Colors of #41452e

#41452e #2e4145 #452e41

Analogous Colors of #41452e

#41452e #36452e #453e2e

Monochromatic Colors of #41452e

#41452e

Complementary Color

#41452e #322e45

#41452e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41452e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41452e Color CSS Codes

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

#41452e Text Font Color

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

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


#41452e Background Color

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

This div background color is #41452e


#41452e Border Color

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

This div border color is #41452e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41452e


Comments

No comments written yet.

Please login to write comment.