Color Hex Logo

#74150f Color Hex

#74150F
(116,21,15)
0 Favorites   0 Comments

Color spaces of #74150f

RGB 1162115
HSL0.010.770.26
HSV87°45°
CMYK 0.000.820.87   0.55
XYZ7.55684.28380.8805
Yxy4.28380.59400.3367
Hunter Lab20.697328.951711.9658
CIE-Lab24.588340.049429.7995

#74150f color RGB value is (116,21,15).

#74150f hex color red value is 116, green value is 21 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #74150f hue: 0.01 , saturation: 0.77 and the lightness value of 74150f is 0.26.

The process color (four color CMYK) of #74150f color hex is 0.00, 0.82, 0.87, 0.55. Web safe color of #74150f is #660000. Color #74150f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010101 00001111
Octal 164 25 17
Decimal 116 21 15
Hex 74 15 F

RGB Percentages of Color #74150f

%76.32
%13.82
%9.87

CMYK Percentages of Color #74150f

%0
%82
%87
%55

Triadic Colors of #74150f

#74150f #0f7415 #150f74

Analogous Colors of #74150f

#74150f #74480f #740f3b

Monochromatic Colors of #74150f

#74150f

Complementary Color

#74150f #0f6e74

#74150f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74150f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74150f Color CSS Codes

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

#74150f Text Font Color

<p style="color:#74150f">Text here</p>

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


#74150f Background Color

<div style="background-color:#74150f">
Div content here</div>

This div background color is #74150f


#74150f Border Color

<div style="border:3px solid #74150f">
Div here</div>

This div border color is #74150f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,21,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74150f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74150f;
  -webkit-box-shadow: 1px 1px 3px 2px #74150f;
  box-shadow:         1px 1px 3px 2px #74150f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74150f


Comments

No comments written yet.

Please login to write comment.