Color Hex Logo

#413349 Color Hex

#413349
(65,51,73)
0 Favorites   0 Comments

Color spaces of #413349

RGB 655173
HSL0.770.180.24
HSV278°30°29°
CMYK 0.110.300.00   0.71
XYZ4.56643.97256.8294
Yxy3.97250.29710.2585
Hunter Lab19.93116.0165-6.3639
CIE-Lab23.580311.1622-11.2221

#413349 color RGB value is (65,51,73).

#413349 hex color red value is 65, green value is 51 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #413349 hue: 0.77 , saturation: 0.18 and the lightness value of 413349 is 0.24.

The process color (four color CMYK) of #413349 color hex is 0.11, 0.30, 0.00, 0.71. Web safe color of #413349 is #333333. Color #413349 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110011 01001001
Octal 101 63 111
Decimal 65 51 73
Hex 41 33 49

RGB Percentages of Color #413349

%34.39
%26.98
%38.62

CMYK Percentages of Color #413349

%11
%30
%0
%71

Triadic Colors of #413349

#413349 #494133 #334941

Analogous Colors of #413349

#413349 #493346 #363349

Monochromatic Colors of #413349

#413349

Complementary Color

#413349 #3b4933

#413349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413349 Color CSS Codes

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

#413349 Text Font Color

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

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


#413349 Background Color

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

This div background color is #413349


#413349 Border Color

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

This div border color is #413349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413349


Comments

No comments written yet.

Please login to write comment.