Color Hex Logo

#41706f Color Hex

#41706F
(65,112,111)
0 Favorites   0 Comments

Color spaces of #41706f

RGB 65112111
HSL0.500.270.35
HSV179°42°44°
CMYK 0.420.000.01   0.56
XYZ10.843413.859917.1426
Yxy13.85990.25910.3312
Hunter Lab37.2289-13.1601-1.2408
CIE-Lab44.0313-16.2554-4.4923

#41706f color RGB value is (65,112,111).

#41706f hex color red value is 65, green value is 112 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #41706f hue: 0.50 , saturation: 0.27 and the lightness value of 41706f is 0.35.

The process color (four color CMYK) of #41706f color hex is 0.42, 0.00, 0.01, 0.56. Web safe color of #41706f is #336666. Color #41706f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110000 01101111
Octal 101 160 157
Decimal 65 112 111
Hex 41 70 6F

RGB Percentages of Color #41706f

%22.57
%38.89
%38.54

CMYK Percentages of Color #41706f

%42
%0
%1
%56

Triadic Colors of #41706f

#41706f #6f4170 #706f41

Analogous Colors of #41706f

#41706f #415a70 #417058

Monochromatic Colors of #41706f

#41706f

Complementary Color

#41706f #704142

#41706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41706f Color CSS Codes

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

#41706f Text Font Color

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

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


#41706f Background Color

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

This div background color is #41706f


#41706f Border Color

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

This div border color is #41706f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41706f


Comments

No comments written yet.

Please login to write comment.