Color Hex Logo

#753444 Color Hex

#753444
(117,52,68)
0 Favorites   0 Comments

Color spaces of #753444

RGB 1175268
HSL0.960.380.33
HSV345°56°46°
CMYK 0.000.560.42   0.54
XYZ9.60756.65526.2471
Yxy6.65520.42680.2957
Hunter Lab25.797721.33063.7009
CIE-Lab31.008730.28943.9113

#753444 color RGB value is (117,52,68).

#753444 hex color red value is 117, green value is 52 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #753444 hue: 0.96 , saturation: 0.38 and the lightness value of 753444 is 0.33.

The process color (four color CMYK) of #753444 color hex is 0.00, 0.56, 0.42, 0.54. Web safe color of #753444 is #663333. Color #753444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110100 01000100
Octal 165 64 104
Decimal 117 52 68
Hex 75 34 44

RGB Percentages of Color #753444

%49.37
%21.94
%28.69

CMYK Percentages of Color #753444

%0
%56
%42
%54

Triadic Colors of #753444

#753444 #447534 #344475

Analogous Colors of #753444

#753444 #754534 #753465

Monochromatic Colors of #753444

#753444

Complementary Color

#753444 #347565

#753444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753444 Color CSS Codes

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

#753444 Text Font Color

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

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


#753444 Background Color

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

This div background color is #753444


#753444 Border Color

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

This div border color is #753444


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,52,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #753444; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #753444;
  -webkit-box-shadow: 1px 1px 3px 2px #753444;
  box-shadow:         1px 1px 3px 2px #753444; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,52,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753444


Comments

No comments written yet.

Please login to write comment.