Color Hex Logo

#75393b Color Hex

#75393B
(117,57,59)
0 Favorites   0 Comments

Color spaces of #75393b

RGB 1175759
HSL0.990.340.34
HSV358°51°46°
CMYK 0.000.510.50   0.54
XYZ9.58877.02394.9880
Yxy7.02390.44390.3252
Hunter Lab26.502618.20207.3930
CIE-Lab31.861326.462610.9569

#75393b color RGB value is (117,57,59).

#75393b hex color red value is 117, green value is 57 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #75393b hue: 0.99 , saturation: 0.34 and the lightness value of 75393b is 0.34.

The process color (four color CMYK) of #75393b color hex is 0.00, 0.51, 0.50, 0.54. Web safe color of #75393b is #663333. Color #75393b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111001 00111011
Octal 165 71 73
Decimal 117 57 59
Hex 75 39 3B

RGB Percentages of Color #75393b

%50.21
%24.46
%25.32

CMYK Percentages of Color #75393b

%0
%51
%50
%54

Triadic Colors of #75393b

#75393b #3b7539 #393b75

Analogous Colors of #75393b

#75393b #755539 #753959

Monochromatic Colors of #75393b

#75393b

Complementary Color

#75393b #397573

#75393b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75393b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75393b Color CSS Codes

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

#75393b Text Font Color

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

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


#75393b Background Color

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

This div background color is #75393b


#75393b Border Color

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

This div border color is #75393b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,57,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75393b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75393b;
  -webkit-box-shadow: 1px 1px 3px 2px #75393b;
  box-shadow:         1px 1px 3px 2px #75393b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75393b


Comments

No comments written yet.

Please login to write comment.