Color Hex Logo

#41915c Color Hex

#41915C
(65,145,92)
0 Favorites   0 Comments

Color spaces of #41915c

RGB 6514592
HSL0.390.380.41
HSV140°55°57°
CMYK 0.550.000.37   0.43
XYZ14.237122.147313.6497
Yxy22.14730.28450.4426
Hunter Lab47.0609-28.355915.7460
CIE-Lab54.1829-36.972020.9089

#41915c color RGB value is (65,145,92).

#41915c hex color red value is 65, green value is 145 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #41915c hue: 0.39 , saturation: 0.38 and the lightness value of 41915c is 0.41.

The process color (four color CMYK) of #41915c color hex is 0.55, 0.00, 0.37, 0.43. Web safe color of #41915c is #339966. Color #41915c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010001 01011100
Octal 101 221 134
Decimal 65 145 92
Hex 41 91 5C

RGB Percentages of Color #41915c

%21.52
%48.01
%30.46

CMYK Percentages of Color #41915c

%55
%0
%37
%43

Triadic Colors of #41915c

#41915c #5c4191 #915c41

Analogous Colors of #41915c

#41915c #419184 #4e9141

Monochromatic Colors of #41915c

#41915c

Complementary Color

#41915c #914176

#41915c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41915c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41915c Color CSS Codes

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

#41915c Text Font Color

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

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


#41915c Background Color

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

This div background color is #41915c


#41915c Border Color

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

This div border color is #41915c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41915c


Comments

No comments written yet.

Please login to write comment.