Color Hex Logo

#75460c Color Hex

#75460C
(117,70,12)
0 Favorites   0 Comments

Color spaces of #75460c

RGB 1177012
HSL0.090.810.25
HSV33°90°46°
CMYK 0.000.400.90   0.54
XYZ9.59268.18881.4228
Yxy8.18880.49950.4264
Hunter Lab28.61619.758117.0833
CIE-Lab34.373015.667539.7424

#75460c color RGB value is (117,70,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000110 00001100
Octal 165 106 14
Decimal 117 70 12
Hex 75 46 C

RGB Percentages of Color #75460c

%58.79
%35.18
%6.03

CMYK Percentages of Color #75460c

%0
%40
%90
%54

Triadic Colors of #75460c

#75460c #0c7546 #460c75

Analogous Colors of #75460c

#75460c #70750c #75120c

Monochromatic Colors of #75460c

#75460c

Complementary Color

#75460c #0c3b75

#75460c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75460c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75460c Color CSS Codes

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

#75460c Text Font Color

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

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


#75460c Background Color

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

This div background color is #75460c


#75460c Border Color

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

This div border color is #75460c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75460c


Comments

No comments written yet.

Please login to write comment.