Color Hex Logo

#41775f Color Hex

#41775F
(65,119,95)
0 Favorites   0 Comments

Color spaces of #41775f

RGB 6511995
HSL0.430.290.36
HSV153°45°47°
CMYK 0.450.000.20   0.53
XYZ10.842415.143713.1780
Yxy15.14370.27680.3867
Hunter Lab38.9149-18.36777.1627
CIE-Lab45.8304-24.01747.6745

#41775f color RGB value is (65,119,95).

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

The process color (four color CMYK) of #41775f color hex is 0.45, 0.00, 0.20, 0.53. Web safe color of #41775f is #336666. Color #41775f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110111 01011111
Octal 101 167 137
Decimal 65 119 95
Hex 41 77 5F

RGB Percentages of Color #41775f

%23.30
%42.65
%34.05

CMYK Percentages of Color #41775f

%45
%0
%20
%53

Triadic Colors of #41775f

#41775f #5f4177 #775f41

Analogous Colors of #41775f

#41775f #417477 #417744

Monochromatic Colors of #41775f

#41775f

Complementary Color

#41775f #774159

#41775f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41775f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41775f Color CSS Codes

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

#41775f Text Font Color

<p style="color:#41775f">Text here</p>

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


#41775f Background Color

<div style="background-color:#41775f">
Div content here</div>

This div background color is #41775f


#41775f Border Color

<div style="border:3px solid #41775f">
Div here</div>

This div border color is #41775f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41775f


Comments

No comments written yet.

Please login to write comment.