Color Hex Logo

#75293d Color Hex

#75293D
(117,41,61)
0 Favorites   0 Comments

Color spaces of #75293d

RGB 1174161
HSL0.960.480.31
HSV344°65°46°
CMYK 0.000.650.48   0.54
XYZ8.97145.70475.0432
Yxy5.70470.45500.2893
Hunter Lab23.884525.24954.2001
CIE-Lab28.654935.17715.1657

#75293d color RGB value is (117,41,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101001 00111101
Octal 165 51 75
Decimal 117 41 61
Hex 75 29 3D

RGB Percentages of Color #75293d

%53.42
%18.72
%27.85

CMYK Percentages of Color #75293d

%0
%65
%48
%54

Triadic Colors of #75293d

#75293d #3d7529 #293d75

Analogous Colors of #75293d

#75293d #753b29 #752963

Monochromatic Colors of #75293d

#75293d

Complementary Color

#75293d #297561

#75293d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75293d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75293d Color CSS Codes

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

#75293d Text Font Color

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

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


#75293d Background Color

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

This div background color is #75293d


#75293d Border Color

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

This div border color is #75293d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75293d


Comments

No comments written yet.

Please login to write comment.