Color Hex Logo

#41524e Color Hex

#41524E
(65,82,78)
0 Favorites   0 Comments

Color spaces of #41524e

RGB 658278
HSL0.460.120.29
HSV166°21°32°
CMYK 0.210.000.05   0.68
XYZ6.57247.70858.3492
Yxy7.70850.29040.3406
Hunter Lab27.7642-6.33241.6053
CIE-Lab33.3683-7.56850.1492

#41524e color RGB value is (65,82,78).

#41524e hex color red value is 65, green value is 82 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #41524e hue: 0.46 , saturation: 0.12 and the lightness value of 41524e is 0.29.

The process color (four color CMYK) of #41524e color hex is 0.21, 0.00, 0.05, 0.68. Web safe color of #41524e is #336666. Color #41524e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010010 01001110
Octal 101 122 116
Decimal 65 82 78
Hex 41 52 4E

RGB Percentages of Color #41524e

%28.89
%36.44
%34.67

CMYK Percentages of Color #41524e

%21
%0
%5
%68

Triadic Colors of #41524e

#41524e #4e4152 #524e41

Analogous Colors of #41524e

#41524e #414e52 #415246

Monochromatic Colors of #41524e

#41524e

Complementary Color

#41524e #524145

#41524e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41524e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41524e Color CSS Codes

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

#41524e Text Font Color

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

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


#41524e Background Color

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

This div background color is #41524e


#41524e Border Color

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

This div border color is #41524e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41524e


Comments

No comments written yet.

Please login to write comment.