Color Hex Logo

#75292e Color Hex

#75292E
(117,41,46)
0 Favorites   0 Comments

Color spaces of #75292e

RGB 1174146
HSL0.990.480.31
HSV356°65°46°
CMYK 0.000.650.61   0.54
XYZ8.62225.56503.2045
Yxy5.56500.49580.3200
Hunter Lab23.590323.95858.4592
CIE-Lab28.287433.768414.6085

#75292e color RGB value is (117,41,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101001 00101110
Octal 165 51 56
Decimal 117 41 46
Hex 75 29 2E

RGB Percentages of Color #75292e

%57.35
%20.10
%22.55

CMYK Percentages of Color #75292e

%0
%65
%61
%54

Triadic Colors of #75292e

#75292e #2e7529 #292e75

Analogous Colors of #75292e

#75292e #754a29 #752954

Monochromatic Colors of #75292e

#75292e

Complementary Color

#75292e #297570

#75292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75292e Color CSS Codes

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

#75292e Text Font Color

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

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


#75292e Background Color

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

This div background color is #75292e


#75292e Border Color

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

This div border color is #75292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75292e


Comments

No comments written yet.

Please login to write comment.