Color Hex Logo

#74130e Color Hex

#74130E
(116,19,14)
0 Favorites   0 Comments

Color spaces of #74130e

RGB 1161914
HSL0.010.780.25
HSV88°45°
CMYK 0.000.840.88   0.55
XYZ7.51464.21050.8321
Yxy4.21050.59840.3353
Hunter Lab20.519529.460711.9593
CIE-Lab24.355540.652030.0903

#74130e color RGB value is (116,19,14).

#74130e hex color red value is 116, green value is 19 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #74130e hue: 0.01 , saturation: 0.78 and the lightness value of 74130e is 0.25.

The process color (four color CMYK) of #74130e color hex is 0.00, 0.84, 0.88, 0.55. Web safe color of #74130e is #660000. Color #74130e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010011 00001110
Octal 164 23 16
Decimal 116 19 14
Hex 74 13 E

RGB Percentages of Color #74130e

%77.85
%12.75
%9.40

CMYK Percentages of Color #74130e

%0
%84
%88
%55

Triadic Colors of #74130e

#74130e #0e7413 #130e74

Analogous Colors of #74130e

#74130e #74460e #740e3c

Monochromatic Colors of #74130e

#74130e

Complementary Color

#74130e #0e6f74

#74130e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74130e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74130e Color CSS Codes

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

#74130e Text Font Color

<p style="color:#74130e">Text here</p>

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


#74130e Background Color

<div style="background-color:#74130e">
Div content here</div>

This div background color is #74130e


#74130e Border Color

<div style="border:3px solid #74130e">
Div here</div>

This div border color is #74130e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,19,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74130e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74130e;
  -webkit-box-shadow: 1px 1px 3px 2px #74130e;
  box-shadow:         1px 1px 3px 2px #74130e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74130e


Comments

No comments written yet.

Please login to write comment.