Color Hex Logo

#41685d Color Hex

#41685D
(65,104,93)
0 Favorites   0 Comments

Color spaces of #41685d

RGB 6510493
HSL0.450.230.33
HSV163°38°41°
CMYK 0.380.000.11   0.59
XYZ9.106111.814812.1565
Yxy11.81480.27530.3572
Hunter Lab34.3727-12.86353.0919
CIE-Lab40.9202-16.55711.8340

#41685d color RGB value is (65,104,93).

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

The process color (four color CMYK) of #41685d color hex is 0.38, 0.00, 0.11, 0.59. Web safe color of #41685d is #336666. Color #41685d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101000 01011101
Octal 101 150 135
Decimal 65 104 93
Hex 41 68 5D

RGB Percentages of Color #41685d

%24.81
%39.69
%35.50

CMYK Percentages of Color #41685d

%38
%0
%11
%59

Triadic Colors of #41685d

#41685d #5d4168 #685d41

Analogous Colors of #41685d

#41685d #416068 #41684a

Monochromatic Colors of #41685d

#41685d

Complementary Color

#41685d #68414c

#41685d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41685d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41685d Color CSS Codes

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

#41685d Text Font Color

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

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


#41685d Background Color

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

This div background color is #41685d


#41685d Border Color

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

This div border color is #41685d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41685d


Comments

No comments written yet.

Please login to write comment.