Color Hex Logo

#75373d Color Hex

#75373D
(117,55,61)
0 Favorites   0 Comments

Color spaces of #75373d

RGB 1175561
HSL0.980.360.34
HSV354°53°46°
CMYK 0.000.530.48   0.54
XYZ9.54466.85125.2342
Yxy6.85120.44130.3167
Hunter Lab26.174819.28396.4661
CIE-Lab31.465727.81019.1164

#75373d color RGB value is (117,55,61).

#75373d hex color red value is 117, green value is 55 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #75373d hue: 0.98 , saturation: 0.36 and the lightness value of 75373d is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110111 00111101
Octal 165 67 75
Decimal 117 55 61
Hex 75 37 3D

RGB Percentages of Color #75373d

%50.21
%23.61
%26.18

CMYK Percentages of Color #75373d

%0
%53
%48
%54

Triadic Colors of #75373d

#75373d #3d7537 #373d75

Analogous Colors of #75373d

#75373d #755037 #75375c

Monochromatic Colors of #75373d

#75373d

Complementary Color

#75373d #37756f

#75373d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75373d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75373d Color CSS Codes

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

#75373d Text Font Color

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

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


#75373d Background Color

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

This div background color is #75373d


#75373d Border Color

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

This div border color is #75373d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,55,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 #75373d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75373d


Comments

No comments written yet.

Please login to write comment.