Color Hex Logo

#416958 Color Hex

#416958
(65,105,88)
0 Favorites   0 Comments

Color spaces of #416958

RGB 6510588
HSL0.430.240.33
HSV155°38°41°
CMYK 0.380.000.16   0.59
XYZ8.993011.931511.0616
Yxy11.93150.28120.3730
Hunter Lab34.5420-13.97615.1926
CIE-Lab41.1070-18.31345.1387

#416958 color RGB value is (65,105,88).

#416958 hex color red value is 65, green value is 105 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #416958 hue: 0.43 , saturation: 0.24 and the lightness value of 416958 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101001 01011000
Octal 101 151 130
Decimal 65 105 88
Hex 41 69 58

RGB Percentages of Color #416958

%25.19
%40.70
%34.11

CMYK Percentages of Color #416958

%38
%0
%16
%59

Triadic Colors of #416958

#416958 #584169 #695841

Analogous Colors of #416958

#416958 #416669 #416944

Monochromatic Colors of #416958

#416958

Complementary Color

#416958 #694152

#416958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416958 Color CSS Codes

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

#416958 Text Font Color

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

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


#416958 Background Color

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

This div background color is #416958


#416958 Border Color

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

This div border color is #416958


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,105,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #416958; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #416958;
  -webkit-box-shadow: 1px 1px 3px 2px #416958;
  box-shadow:         1px 1px 3px 2px #416958; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416958


Comments

No comments written yet.

Please login to write comment.