Color Hex Logo

#41655a Color Hex

#41655A
(65,101,90)
0 Favorites   0 Comments

Color spaces of #41655a

RGB 6510190
HSL0.450.220.33
HSV162°36°40°
CMYK 0.360.000.11   0.60
XYZ8.679111.169411.3713
Yxy11.16940.27800.3578
Hunter Lab33.4207-12.13103.2212
CIE-Lab39.8643-15.63932.1332

#41655a color RGB value is (65,101,90).

#41655a hex color red value is 65, green value is 101 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #41655a hue: 0.45 , saturation: 0.22 and the lightness value of 41655a is 0.33.

The process color (four color CMYK) of #41655a color hex is 0.36, 0.00, 0.11, 0.60. Web safe color of #41655a is #336666. Color #41655a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100101 01011010
Octal 101 145 132
Decimal 65 101 90
Hex 41 65 5A

RGB Percentages of Color #41655a

%25.39
%39.45
%35.16

CMYK Percentages of Color #41655a

%36
%0
%11
%60

Triadic Colors of #41655a

#41655a #5a4165 #655a41

Analogous Colors of #41655a

#41655a #415e65 #416548

Monochromatic Colors of #41655a

#41655a

Complementary Color

#41655a #65414c

#41655a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41655a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41655a Color CSS Codes

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

#41655a Text Font Color

<p style="color:#41655a">Text here</p>

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


#41655a Background Color

<div style="background-color:#41655a">
Div content here</div>

This div background color is #41655a


#41655a Border Color

<div style="border:3px solid #41655a">
Div here</div>

This div border color is #41655a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,101,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41655a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41655a;
  -webkit-box-shadow: 1px 1px 3px 2px #41655a;
  box-shadow:         1px 1px 3px 2px #41655a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41655a


Comments

No comments written yet.

Please login to write comment.