Color Hex Logo

#41967c Color Hex

#41967C
(65,150,124)
0 Favorites   0 Comments

Color spaces of #41967c

RGB 65150124
HSL0.450.400.42
HSV162°57°59°
CMYK 0.570.000.17   0.41
XYZ16.724424.391722.8954
Yxy24.39170.26130.3811
Hunter Lab49.3880-25.98297.0858
CIE-Lab56.4779-32.22226.0315

#41967c color RGB value is (65,150,124).

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

The process color (four color CMYK) of #41967c color hex is 0.57, 0.00, 0.17, 0.41. Web safe color of #41967c is #339966. Color #41967c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010110 01111100
Octal 101 226 174
Decimal 65 150 124
Hex 41 96 7C

RGB Percentages of Color #41967c

%19.17
%44.25
%36.58

CMYK Percentages of Color #41967c

%57
%0
%17
%41

Triadic Colors of #41967c

#41967c #7c4196 #967c41

Analogous Colors of #41967c

#41967c #418696 #419652

Monochromatic Colors of #41967c

#41967c

Complementary Color

#41967c #96415b

#41967c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41967c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41967c Color CSS Codes

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

#41967c Text Font Color

<p style="color:#41967c">Text here</p>

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


#41967c Background Color

<div style="background-color:#41967c">
Div content here</div>

This div background color is #41967c


#41967c Border Color

<div style="border:3px solid #41967c">
Div here</div>

This div border color is #41967c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41967c


Comments

No comments written yet.

Please login to write comment.