Color Hex Logo

#41674d Color Hex

#41674D
(65,103,77)
0 Favorites   0 Comments

Color spaces of #41674d

RGB 6510377
HSL0.390.230.33
HSV139°37°40°
CMYK 0.370.000.25   0.60
XYZ8.369811.36018.7728
Yxy11.36010.29360.3986
Hunter Lab33.7047-14.65698.1611
CIE-Lab40.1805-19.709010.4810

#41674d color RGB value is (65,103,77).

#41674d hex color red value is 65, green value is 103 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #41674d hue: 0.39 , saturation: 0.23 and the lightness value of 41674d is 0.33.

The process color (four color CMYK) of #41674d color hex is 0.37, 0.00, 0.25, 0.60. Web safe color of #41674d is #336666. Color #41674d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100111 01001101
Octal 101 147 115
Decimal 65 103 77
Hex 41 67 4D

RGB Percentages of Color #41674d

%26.53
%42.04
%31.43

CMYK Percentages of Color #41674d

%37
%0
%25
%60

Triadic Colors of #41674d

#41674d #4d4167 #674d41

Analogous Colors of #41674d

#41674d #416760 #486741

Monochromatic Colors of #41674d

#41674d

Complementary Color

#41674d #67415b

#41674d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41674d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41674d Color CSS Codes

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

#41674d Text Font Color

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

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


#41674d Background Color

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

This div background color is #41674d


#41674d Border Color

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

This div border color is #41674d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41674d


Comments

No comments written yet.

Please login to write comment.