Color Hex Logo

#753131 Color Hex

#753131
(117,49,49)
0 Favorites   0 Comments

Color spaces of #753131

RGB 1174949
HSL0.000.410.33
HSV58°46°
CMYK 0.000.580.58   0.54
XYZ8.98886.20033.6287
Yxy6.20030.47770.3295
Hunter Lab24.900420.86108.7900
CIE-Lab29.912329.904414.7975

#753131 color RGB value is (117,49,49).

#753131 hex color red value is 117, green value is 49 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #753131 hue: 0.00 , saturation: 0.41 and the lightness value of 753131 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110001 00110001
Octal 165 61 61
Decimal 117 49 49
Hex 75 31 31

RGB Percentages of Color #753131

%54.42
%22.79
%22.79

CMYK Percentages of Color #753131

%0
%58
%58
%54

Triadic Colors of #753131

#753131 #317531 #313175

Analogous Colors of #753131

#753131 #755331 #753153

Monochromatic Colors of #753131

#753131

Complementary Color

#753131 #317575

#753131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753131 Color CSS Codes

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

#753131 Text Font Color

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

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


#753131 Background Color

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

This div background color is #753131


#753131 Border Color

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

This div border color is #753131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753131


Comments

No comments written yet.

Please login to write comment.