Color Hex Logo

#41965d Color Hex

#41965D
(65,150,93)
0 Favorites   0 Comments

Color spaces of #41965d

RGB 6515093
HSL0.390.400.42
HSV140°57°59°
CMYK 0.570.000.38   0.41
XYZ15.062123.726814.1418
Yxy23.72680.28460.4483
Hunter Lab48.7102-30.047216.8837
CIE-Lab55.8132-38.965922.5310

#41965d color RGB value is (65,150,93).

#41965d hex color red value is 65, green value is 150 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #41965d hue: 0.39 , saturation: 0.40 and the lightness value of 41965d is 0.42.

The process color (four color CMYK) of #41965d color hex is 0.57, 0.00, 0.38, 0.41. Web safe color of #41965d is #339966. Color #41965d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010110 01011101
Octal 101 226 135
Decimal 65 150 93
Hex 41 96 5D

RGB Percentages of Color #41965d

%21.10
%48.70
%30.19

CMYK Percentages of Color #41965d

%57
%0
%38
%41

Triadic Colors of #41965d

#41965d #5d4196 #965d41

Analogous Colors of #41965d

#41965d #419688 #509641

Monochromatic Colors of #41965d

#41965d

Complementary Color

#41965d #96417a

#41965d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41965d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41965d Color CSS Codes

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

#41965d Text Font Color

<p style="color:#41965d">Text here</p>

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


#41965d Background Color

<div style="background-color:#41965d">
Div content here</div>

This div background color is #41965d


#41965d Border Color

<div style="border:3px solid #41965d">
Div here</div>

This div border color is #41965d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,150,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41965d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41965d;
  -webkit-box-shadow: 1px 1px 3px 2px #41965d;
  box-shadow:         1px 1px 3px 2px #41965d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41965d


Comments

No comments written yet.

Please login to write comment.