Color Hex Logo

#74140d Color Hex

#74140D
(116,20,13)
0 Favorites   0 Comments

Color spaces of #74140d

RGB 1162013
HSL0.010.800.25
HSV89°45°
CMYK 0.000.830.89   0.55
XYZ7.52534.24240.8030
Yxy4.24240.59860.3375
Hunter Lab20.597129.171412.1065
CIE-Lab24.457140.315730.6818

#74140d color RGB value is (116,20,13).

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

The process color (four color CMYK) of #74140d color hex is 0.00, 0.83, 0.89, 0.55. Web safe color of #74140d is #660000. Color #74140d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010100 00001101
Octal 164 24 15
Decimal 116 20 13
Hex 74 14 D

RGB Percentages of Color #74140d

%77.85
%13.42
%8.72

CMYK Percentages of Color #74140d

%0
%83
%89
%55

Triadic Colors of #74140d

#74140d #0d7414 #140d74

Analogous Colors of #74140d

#74140d #74470d #740d3a

Monochromatic Colors of #74140d

#74140d

Complementary Color

#74140d #0d6d74

#74140d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74140d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74140d Color CSS Codes

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

#74140d Text Font Color

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

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


#74140d Background Color

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

This div background color is #74140d


#74140d Border Color

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

This div border color is #74140d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74140d


Comments

No comments written yet.

Please login to write comment.