Color Hex Logo

#74560d Color Hex

#74560D
(116,86,13)
0 Favorites   0 Comments

Color spaces of #74560d

RGB 1168613
HSL0.120.800.25
HSV43°89°45°
CMYK 0.000.260.89   0.55
XYZ10.602910.39761.8289
Yxy10.39760.46440.4554
Hunter Lab32.24532.265119.2089
CIE-Lab38.54685.578742.8261

#74560d color RGB value is (116,86,13).

#74560d hex color red value is 116, green value is 86 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #74560d hue: 0.12 , saturation: 0.80 and the lightness value of 74560d is 0.25.

The process color (four color CMYK) of #74560d color hex is 0.00, 0.26, 0.89, 0.55. Web safe color of #74560d is #666600. Color #74560d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010110 00001101
Octal 164 126 15
Decimal 116 86 13
Hex 74 56 D

RGB Percentages of Color #74560d

%53.95
%40.00
%6.05

CMYK Percentages of Color #74560d

%0
%26
%89
%55

Triadic Colors of #74560d

#74560d #0d7456 #560d74

Analogous Colors of #74560d

#74560d #5f740d #74230d

Monochromatic Colors of #74560d

#74560d

Complementary Color

#74560d #0d2b74

#74560d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74560d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74560d Color CSS Codes

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

#74560d Text Font Color

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

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


#74560d Background Color

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

This div background color is #74560d


#74560d Border Color

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

This div border color is #74560d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,86,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74560d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74560d;
  -webkit-box-shadow: 1px 1px 3px 2px #74560d;
  box-shadow:         1px 1px 3px 2px #74560d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,86,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74560d


Comments

No comments written yet.

Please login to write comment.