Color Hex Logo

#753339 Color Hex

#753339
(117,51,57)
0 Favorites   0 Comments

Color spaces of #753339

RGB 1175157
HSL0.980.390.33
HSV355°56°46°
CMYK 0.000.560.51   0.54
XYZ9.25856.44504.6269
Yxy6.44500.45540.3170
Hunter Lab25.387020.67076.9650
CIE-Lab30.508529.590410.3949

#753339 color RGB value is (117,51,57).

#753339 hex color red value is 117, green value is 51 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #753339 hue: 0.98 , saturation: 0.39 and the lightness value of 753339 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110011 00111001
Octal 165 63 71
Decimal 117 51 57
Hex 75 33 39

RGB Percentages of Color #753339

%52.00
%22.67
%25.33

CMYK Percentages of Color #753339

%0
%56
%51
%54

Triadic Colors of #753339

#753339 #397533 #333975

Analogous Colors of #753339

#753339 #754e33 #75335a

Monochromatic Colors of #753339

#753339

Complementary Color

#753339 #33756f

#753339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753339 Color CSS Codes

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

#753339 Text Font Color

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

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


#753339 Background Color

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

This div background color is #753339


#753339 Border Color

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

This div border color is #753339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753339


Comments

No comments written yet.

Please login to write comment.