Color Hex Logo

#74400d Color Hex

#74400D
(116,64,13)
0 Favorites   0 Comments

Color spaces of #74400d

RGB 1166413
HSL0.080.800.25
HSV30°89°45°
CMYK 0.000.450.89   0.55
XYZ9.10857.40891.3308
Yxy7.40890.51030.4151
Hunter Lab27.219312.098416.1547
CIE-Lab32.720218.807937.9308

#74400d color RGB value is (116,64,13).

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

The process color (four color CMYK) of #74400d color hex is 0.00, 0.45, 0.89, 0.55. Web safe color of #74400d is #663300. Color #74400d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000000 00001101
Octal 164 100 15
Decimal 116 64 13
Hex 74 40 D

RGB Percentages of Color #74400d

%60.10
%33.16
%6.74

CMYK Percentages of Color #74400d

%0
%45
%89
%55

Triadic Colors of #74400d

#74400d #0d7440 #400d74

Analogous Colors of #74400d

#74400d #74740d #740d0e

Monochromatic Colors of #74400d

#74400d

Complementary Color

#74400d #0d4174

#74400d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74400d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74400d Color CSS Codes

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

#74400d Text Font Color

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

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


#74400d Background Color

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

This div background color is #74400d


#74400d Border Color

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

This div border color is #74400d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,64,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 #74400d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74400d


Comments

No comments written yet.

Please login to write comment.