Color Hex Logo

#75370c Color Hex

#75370C
(117,55,12)
0 Favorites   0 Comments

Color spaces of #75370c

RGB 1175512
HSL0.070.810.25
HSV25°90°46°
CMYK 0.000.530.90   0.54
XYZ8.76876.54081.1482
Yxy6.54080.53280.3974
Hunter Lab25.575016.444715.2406
CIE-Lab30.737824.471436.7244

#75370c color RGB value is (117,55,12).

#75370c hex color red value is 117, green value is 55 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #75370c hue: 0.07 , saturation: 0.81 and the lightness value of 75370c is 0.25.

The process color (four color CMYK) of #75370c color hex is 0.00, 0.53, 0.90, 0.54. Web safe color of #75370c is #663300. Color #75370c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110111 00001100
Octal 165 67 14
Decimal 117 55 12
Hex 75 37 C

RGB Percentages of Color #75370c

%63.59
%29.89
%6.52

CMYK Percentages of Color #75370c

%0
%53
%90
%54

Triadic Colors of #75370c

#75370c #0c7537 #370c75

Analogous Colors of #75370c

#75370c #756c0c #750c16

Monochromatic Colors of #75370c

#75370c

Complementary Color

#75370c #0c4a75

#75370c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75370c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75370c Color CSS Codes

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

#75370c Text Font Color

<p style="color:#75370c">Text here</p>

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


#75370c Background Color

<div style="background-color:#75370c">
Div content here</div>

This div background color is #75370c


#75370c Border Color

<div style="border:3px solid #75370c">
Div here</div>

This div border color is #75370c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75370c


Comments

No comments written yet.

Please login to write comment.