Color Hex Logo

#752418 Color Hex

#752418
(117,36,24)
0 Favorites   0 Comments

Color spaces of #752418

RGB 1173624
HSL0.020.660.28
HSV79°46°
CMYK 0.000.690.79   0.54
XYZ8.13195.10961.4218
Yxy5.10960.55460.3485
Hunter Lab22.604424.657312.0938
CIE-Lab27.044834.782627.1185

#752418 color RGB value is (117,36,24).

#752418 hex color red value is 117, green value is 36 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #752418 hue: 0.02 , saturation: 0.66 and the lightness value of 752418 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100100 00011000
Octal 165 44 30
Decimal 117 36 24
Hex 75 24 18

RGB Percentages of Color #752418

%66.10
%20.34
%13.56

CMYK Percentages of Color #752418

%0
%69
%79
%54

Triadic Colors of #752418

#752418 #187524 #241875

Analogous Colors of #752418

#752418 #755318 #75183a

Monochromatic Colors of #752418

#752418

Complementary Color

#752418 #186975

#752418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752418 Color CSS Codes

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

#752418 Text Font Color

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

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


#752418 Background Color

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

This div background color is #752418


#752418 Border Color

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

This div border color is #752418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752418


Comments

No comments written yet.

Please login to write comment.