Color Hex Logo

#75481c Color Hex

#75481C
(117,72,28)
0 Favorites   0 Comments

Color spaces of #75481c

RGB 1177228
HSL0.080.610.28
HSV30°76°46°
CMYK 0.000.380.76   0.54
XYZ9.86318.50052.2195
Yxy8.50050.47920.4130
Hunter Lab29.15569.362715.8954
CIE-Lab35.004215.114833.3045

#75481c color RGB value is (117,72,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001000 00011100
Octal 165 110 34
Decimal 117 72 28
Hex 75 48 1C

RGB Percentages of Color #75481c

%53.92
%33.18
%12.90

CMYK Percentages of Color #75481c

%0
%38
%76
%54

Triadic Colors of #75481c

#75481c #1c7548 #481c75

Analogous Colors of #75481c

#75481c #75751c #751c1c

Monochromatic Colors of #75481c

#75481c

Complementary Color

#75481c #1c4975

#75481c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75481c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75481c Color CSS Codes

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

#75481c Text Font Color

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

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


#75481c Background Color

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

This div background color is #75481c


#75481c Border Color

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

This div border color is #75481c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75481c


Comments

No comments written yet.

Please login to write comment.