Color Hex Logo

#75293e Color Hex

#75293E
(117,41,62)
0 Favorites   0 Comments

Color spaces of #75293e

RGB 1174162
HSL0.950.480.31
HSV343°65°46°
CMYK 0.000.650.47   0.54
XYZ8.99865.71565.1864
Yxy5.71560.45220.2872
Hunter Lab23.907325.34873.8729
CIE-Lab28.683335.28444.5412

#75293e color RGB value is (117,41,62).

#75293e hex color red value is 117, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #75293e hue: 0.95 , saturation: 0.48 and the lightness value of 75293e is 0.31.

The process color (four color CMYK) of #75293e color hex is 0.00, 0.65, 0.47, 0.54. Web safe color of #75293e is #663333. Color #75293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101001 00111110
Octal 165 51 76
Decimal 117 41 62
Hex 75 29 3E

RGB Percentages of Color #75293e

%53.18
%18.64
%28.18

CMYK Percentages of Color #75293e

%0
%65
%47
%54

Triadic Colors of #75293e

#75293e #3e7529 #293e75

Analogous Colors of #75293e

#75293e #753a29 #752964

Monochromatic Colors of #75293e

#75293e

Complementary Color

#75293e #297560

#75293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75293e Color CSS Codes

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

#75293e Text Font Color

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

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


#75293e Background Color

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

This div background color is #75293e


#75293e Border Color

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

This div border color is #75293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75293e


Comments

No comments written yet.

Please login to write comment.