Color Hex Logo

#41776b Color Hex

#41776B
(65,119,107)
0 Favorites   0 Comments

Color spaces of #41776b

RGB 65119107
HSL0.460.290.36
HSV167°45°47°
CMYK 0.450.000.10   0.53
XYZ11.430615.379016.2759
Yxy15.37900.26530.3569
Hunter Lab39.2161-16.59942.8440
CIE-Lab46.1490-21.08261.0103

#41776b color RGB value is (65,119,107).

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

The process color (four color CMYK) of #41776b color hex is 0.45, 0.00, 0.10, 0.53. Web safe color of #41776b is #336666. Color #41776b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110111 01101011
Octal 101 167 153
Decimal 65 119 107
Hex 41 77 6B

RGB Percentages of Color #41776b

%22.34
%40.89
%36.77

CMYK Percentages of Color #41776b

%45
%0
%10
%53

Triadic Colors of #41776b

#41776b #6b4177 #776b41

Analogous Colors of #41776b

#41776b #416877 #417750

Monochromatic Colors of #41776b

#41776b

Complementary Color

#41776b #77414d

#41776b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41776b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41776b Color CSS Codes

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

#41776b Text Font Color

<p style="color:#41776b">Text here</p>

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


#41776b Background Color

<div style="background-color:#41776b">
Div content here</div>

This div background color is #41776b


#41776b Border Color

<div style="border:3px solid #41776b">
Div here</div>

This div border color is #41776b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41776b


Comments

No comments written yet.

Please login to write comment.