Color Hex Logo

#753319 Color Hex

#753319
(117,51,25)
0 Favorites   0 Comments

Color spaces of #753319

RGB 1175125
HSL0.050.650.28
HSV17°79°46°
CMYK 0.000.560.79   0.54
XYZ8.69546.21971.6619
Yxy6.21970.52450.3752
Hunter Lab24.939318.592413.5066
CIE-Lab29.960127.192229.6306

#753319 color RGB value is (117,51,25).

#753319 hex color red value is 117, green value is 51 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #753319 hue: 0.05 , saturation: 0.65 and the lightness value of 753319 is 0.28.

The process color (four color CMYK) of #753319 color hex is 0.00, 0.56, 0.79, 0.54. Web safe color of #753319 is #663300. Color #753319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110011 00011001
Octal 165 63 31
Decimal 117 51 25
Hex 75 33 19

RGB Percentages of Color #753319

%60.62
%26.42
%12.95

CMYK Percentages of Color #753319

%0
%56
%79
%54

Triadic Colors of #753319

#753319 #197533 #331975

Analogous Colors of #753319

#753319 #756119 #75192d

Monochromatic Colors of #753319

#753319

Complementary Color

#753319 #195b75

#753319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753319 Color CSS Codes

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

#753319 Text Font Color

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

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


#753319 Background Color

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

This div background color is #753319


#753319 Border Color

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

This div border color is #753319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753319


Comments

No comments written yet.

Please login to write comment.