Color Hex Logo

#74290c Color Hex

#74290C
(116,41,12)
0 Favorites   0 Comments

Color spaces of #74290c

RGB 1164112
HSL0.050.810.25
HSV17°90°45°
CMYK 0.000.650.90   0.55
XYZ8.06185.32540.9508
Yxy5.32540.56230.3714
Hunter Lab23.076821.973813.7109
CIE-Lab27.642431.571634.0596

#74290c color RGB value is (116,41,12).

#74290c hex color red value is 116, green value is 41 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #74290c hue: 0.05 , saturation: 0.81 and the lightness value of 74290c is 0.25.

The process color (four color CMYK) of #74290c color hex is 0.00, 0.65, 0.90, 0.55. Web safe color of #74290c is #663300. Color #74290c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101001 00001100
Octal 164 51 14
Decimal 116 41 12
Hex 74 29 C

RGB Percentages of Color #74290c

%68.64
%24.26
%7.10

CMYK Percentages of Color #74290c

%0
%65
%90
%55

Triadic Colors of #74290c

#74290c #0c7429 #290c74

Analogous Colors of #74290c

#74290c #745d0c #740c23

Monochromatic Colors of #74290c

#74290c

Complementary Color

#74290c #0c5774

#74290c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74290c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74290c Color CSS Codes

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

#74290c Text Font Color

<p style="color:#74290c">Text here</p>

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


#74290c Background Color

<div style="background-color:#74290c">
Div content here</div>

This div background color is #74290c


#74290c Border Color

<div style="border:3px solid #74290c">
Div here</div>

This div border color is #74290c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,41,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74290c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74290c;
  -webkit-box-shadow: 1px 1px 3px 2px #74290c;
  box-shadow:         1px 1px 3px 2px #74290c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74290c


Comments

No comments written yet.

Please login to write comment.