Color Hex Logo

#740c24 Color Hex

#740C24
(116,12,36)
0 Favorites   0 Comments

Color spaces of #740c24

RGB 1161236
HSL0.960.810.25
HSV346°90°45°
CMYK 0.000.900.69   0.55
XYZ7.65244.10332.0578
Yxy4.10330.55400.2970
Hunter Lab20.256631.98348.1566
CIE-Lab24.010043.444815.7094

#740c24 color RGB value is (116,12,36).

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

The process color (four color CMYK) of #740c24 color hex is 0.00, 0.90, 0.69, 0.55. Web safe color of #740c24 is #660033. Color #740c24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001100 00100100
Octal 164 14 44
Decimal 116 12 36
Hex 74 C 24

RGB Percentages of Color #740c24

%70.73
%7.32
%21.95

CMYK Percentages of Color #740c24

%0
%90
%69
%55

Triadic Colors of #740c24

#740c24 #24740c #0c2474

Analogous Colors of #740c24

#740c24 #74280c #740c58

Monochromatic Colors of #740c24

#740c24

Complementary Color

#740c24 #0c745c

#740c24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740c24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740c24 Color CSS Codes

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

#740c24 Text Font Color

<p style="color:#740c24">Text here</p>

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


#740c24 Background Color

<div style="background-color:#740c24">
Div content here</div>

This div background color is #740c24


#740c24 Border Color

<div style="border:3px solid #740c24">
Div here</div>

This div border color is #740c24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740c24


Comments

No comments written yet.

Please login to write comment.