Color Hex Logo

#742411 Color Hex

#742411
(116,36,17)
0 Favorites   0 Comments

Color spaces of #742411

RGB 1163617
HSL0.030.740.26
HSV12°85°45°
CMYK 0.000.690.85   0.55
XYZ7.93455.01521.0802
Yxy5.01520.56550.3575
Hunter Lab22.394624.052512.8164
CIE-Lab26.778034.134930.7807

#742411 color RGB value is (116,36,17).

#742411 hex color red value is 116, green value is 36 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #742411 hue: 0.03 , saturation: 0.74 and the lightness value of 742411 is 0.26.

The process color (four color CMYK) of #742411 color hex is 0.00, 0.69, 0.85, 0.55. Web safe color of #742411 is #663300. Color #742411 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100100 00010001
Octal 164 44 21
Decimal 116 36 17
Hex 74 24 11

RGB Percentages of Color #742411

%68.64
%21.30
%10.06

CMYK Percentages of Color #742411

%0
%69
%85
%55

Triadic Colors of #742411

#742411 #117424 #241174

Analogous Colors of #742411

#742411 #745611 #741130

Monochromatic Colors of #742411

#742411

Complementary Color

#742411 #116174

#742411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742411 Color CSS Codes

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

#742411 Text Font Color

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

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


#742411 Background Color

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

This div background color is #742411


#742411 Border Color

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

This div border color is #742411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742411


Comments

No comments written yet.

Please login to write comment.