Color Hex Logo

#753a25 Color Hex

#753A25
(117,58,37)
0 Favorites   0 Comments

Color spaces of #753a25

RGB 1175837
HSL0.040.520.30
HSV16°68°46°
CMYK 0.000.500.68   0.54
XYZ9.18316.94162.6061
Yxy6.94160.49030.3706
Hunter Lab26.346916.108312.5782
CIE-Lab31.673623.942224.5581

#753a25 color RGB value is (117,58,37).

#753a25 hex color red value is 117, green value is 58 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #753a25 hue: 0.04 , saturation: 0.52 and the lightness value of 753a25 is 0.30.

The process color (four color CMYK) of #753a25 color hex is 0.00, 0.50, 0.68, 0.54. Web safe color of #753a25 is #663333. Color #753a25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111010 00100101
Octal 165 72 45
Decimal 117 58 37
Hex 75 3A 25

RGB Percentages of Color #753a25

%55.19
%27.36
%17.45

CMYK Percentages of Color #753a25

%0
%50
%68
%54

Triadic Colors of #753a25

#753a25 #25753a #3a2575

Analogous Colors of #753a25

#753a25 #756225 #752538

Monochromatic Colors of #753a25

#753a25

Complementary Color

#753a25 #256075

#753a25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753a25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753a25 Color CSS Codes

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

#753a25 Text Font Color

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

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


#753a25 Background Color

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

This div background color is #753a25


#753a25 Border Color

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

This div border color is #753a25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753a25


Comments

No comments written yet.

Please login to write comment.