Color Hex Logo

#416953 Color Hex

#416953
(65,105,83)
0 Favorites   0 Comments

Color spaces of #416953

RGB 6510583
HSL0.410.240.33
HSV147°38°41°
CMYK 0.380.000.21   0.59
XYZ8.792911.851510.0077
Yxy11.85150.28690.3866
Hunter Lab34.4260-14.65406.8625
CIE-Lab40.9791-19.46467.9814

#416953 color RGB value is (65,105,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101001 01010011
Octal 101 151 123
Decimal 65 105 83
Hex 41 69 53

RGB Percentages of Color #416953

%25.69
%41.50
%32.81

CMYK Percentages of Color #416953

%38
%0
%21
%59

Triadic Colors of #416953

#416953 #534169 #695341

Analogous Colors of #416953

#416953 #416967 #436941

Monochromatic Colors of #416953

#416953

Complementary Color

#416953 #694157

#416953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416953 Color CSS Codes

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

#416953 Text Font Color

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

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


#416953 Background Color

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

This div background color is #416953


#416953 Border Color

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

This div border color is #416953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416953


Comments

No comments written yet.

Please login to write comment.