Color Hex Logo

#41774d Color Hex

#41774D
(65,119,77)
0 Favorites   0 Comments

Color spaces of #41774d

RGB 6511977
HSL0.370.290.36
HSV133°45°47°
CMYK 0.450.000.35   0.53
XYZ10.116414.85339.3550
Yxy14.85330.29470.4327
Hunter Lab38.5400-20.590312.5862
CIE-Lab45.4326-27.840717.6663

#41774d color RGB value is (65,119,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110111 01001101
Octal 101 167 115
Decimal 65 119 77
Hex 41 77 4D

RGB Percentages of Color #41774d

%24.90
%45.59
%29.50

CMYK Percentages of Color #41774d

%45
%0
%35
%53

Triadic Colors of #41774d

#41774d #4d4177 #774d41

Analogous Colors of #41774d

#41774d #417768 #507741

Monochromatic Colors of #41774d

#41774d

Complementary Color

#41774d #77416b

#41774d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41774d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41774d Color CSS Codes

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

#41774d Text Font Color

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

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


#41774d Background Color

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

This div background color is #41774d


#41774d Border Color

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

This div border color is #41774d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,119,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 #41774d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41774d


Comments

No comments written yet.

Please login to write comment.