Color Hex Logo

#41764d Color Hex

#41764D
(65,118,77)
0 Favorites   0 Comments

Color spaces of #41764d

RGB 6511877
HSL0.370.290.36
HSV134°45°46°
CMYK 0.450.000.35   0.54
XYZ9.998014.61659.3155
Yxy14.61650.29470.4308
Hunter Lab38.2315-20.225312.3155
CIE-Lab45.1044-27.354117.2248

#41764d color RGB value is (65,118,77).

#41764d hex color red value is 65, green value is 118 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #41764d hue: 0.37 , saturation: 0.29 and the lightness value of 41764d is 0.36.

The process color (four color CMYK) of #41764d color hex is 0.45, 0.00, 0.35, 0.54. Web safe color of #41764d is #336666. Color #41764d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110110 01001101
Octal 101 166 115
Decimal 65 118 77
Hex 41 76 4D

RGB Percentages of Color #41764d

%25.00
%45.38
%29.62

CMYK Percentages of Color #41764d

%45
%0
%35
%54

Triadic Colors of #41764d

#41764d #4d4176 #764d41

Analogous Colors of #41764d

#41764d #417668 #507641

Monochromatic Colors of #41764d

#41764d

Complementary Color

#41764d #76416a

#41764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41764d Color CSS Codes

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

#41764d Text Font Color

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

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


#41764d Background Color

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

This div background color is #41764d


#41764d Border Color

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

This div border color is #41764d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41764d


Comments

No comments written yet.

Please login to write comment.