Color Hex Logo

#753047 Color Hex

#753047
(117,48,71)
0 Favorites   0 Comments

Color spaces of #753047

RGB 1174871
HSL0.940.420.32
HSV340°59°46°
CMYK 0.000.590.39   0.54
XYZ9.53046.35076.6847
Yxy6.35070.42230.2814
Hunter Lab25.200623.40441.9132
CIE-Lab30.280632.80330.8952

#753047 color RGB value is (117,48,71).

#753047 hex color red value is 117, green value is 48 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #753047 hue: 0.94 , saturation: 0.42 and the lightness value of 753047 is 0.32.

The process color (four color CMYK) of #753047 color hex is 0.00, 0.59, 0.39, 0.54. Web safe color of #753047 is #663333. Color #753047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110000 01000111
Octal 165 60 107
Decimal 117 48 71
Hex 75 30 47

RGB Percentages of Color #753047

%49.58
%20.34
%30.08

CMYK Percentages of Color #753047

%0
%59
%39
%54

Triadic Colors of #753047

#753047 #477530 #304775

Analogous Colors of #753047

#753047 #753c30 #75306a

Monochromatic Colors of #753047

#753047

Complementary Color

#753047 #30755e

#753047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753047 Color CSS Codes

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

#753047 Text Font Color

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

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


#753047 Background Color

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

This div background color is #753047


#753047 Border Color

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

This div border color is #753047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753047


Comments

No comments written yet.

Please login to write comment.