Color Hex Logo

#75301c Color Hex

#75301C
(117,48,28)
0 Favorites   0 Comments

Color spaces of #75301c

RGB 1174828
HSL0.040.610.28
HSV13°76°46°
CMYK 0.000.590.76   0.54
XYZ8.60275.97971.7994
Yxy5.97970.52510.3650
Hunter Lab24.453420.002712.7546
CIE-Lab29.361228.970327.2658

#75301c color RGB value is (117,48,28).

#75301c hex color red value is 117, green value is 48 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #75301c hue: 0.04 , saturation: 0.61 and the lightness value of 75301c is 0.28.

The process color (four color CMYK) of #75301c color hex is 0.00, 0.59, 0.76, 0.54. Web safe color of #75301c is #663333. Color #75301c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110000 00011100
Octal 165 60 34
Decimal 117 48 28
Hex 75 30 1C

RGB Percentages of Color #75301c

%60.62
%24.87
%14.51

CMYK Percentages of Color #75301c

%0
%59
%76
%54

Triadic Colors of #75301c

#75301c #1c7530 #301c75

Analogous Colors of #75301c

#75301c #755d1c #751c35

Monochromatic Colors of #75301c

#75301c

Complementary Color

#75301c #1c6175

#75301c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75301c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75301c Color CSS Codes

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

#75301c Text Font Color

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

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


#75301c Background Color

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

This div background color is #75301c


#75301c Border Color

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

This div border color is #75301c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75301c


Comments

No comments written yet.

Please login to write comment.