Color Hex Logo

#753425 Color Hex

#753425
(117,52,37)
0 Favorites   0 Comments

Color spaces of #753425

RGB 1175237
HSL0.030.520.30
HSV11°68°46°
CMYK 0.000.560.68   0.54
XYZ8.89806.37152.5111
Yxy6.37150.50040.3583
Hunter Lab25.241818.749811.7710
CIE-Lab30.331027.329822.9524

#753425 color RGB value is (117,52,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110100 00100101
Octal 165 64 45
Decimal 117 52 37
Hex 75 34 25

RGB Percentages of Color #753425

%56.80
%25.24
%17.96

CMYK Percentages of Color #753425

%0
%56
%68
%54

Triadic Colors of #753425

#753425 #257534 #342575

Analogous Colors of #753425

#753425 #755c25 #75253e

Monochromatic Colors of #753425

#753425

Complementary Color

#753425 #256675

#753425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753425 Color CSS Codes

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

#753425 Text Font Color

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

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


#753425 Background Color

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

This div background color is #753425


#753425 Border Color

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

This div border color is #753425


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,52,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 #753425">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753425


Comments

No comments written yet.

Please login to write comment.