Color Hex Logo

#741811 Color Hex

#741811
(116,24,17)
0 Favorites   0 Comments

Color spaces of #741811

RGB 1162417
HSL0.010.740.26
HSV85°45°
CMYK 0.000.790.85   0.55
XYZ7.63034.40670.9787
Yxy4.40670.58620.3386
Hunter Lab20.992128.145611.9303
CIE-Lab24.972839.086929.0588

#741811 color RGB value is (116,24,17).

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

The process color (four color CMYK) of #741811 color hex is 0.00, 0.79, 0.85, 0.55. Web safe color of #741811 is #660000. Color #741811 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011000 00010001
Octal 164 30 21
Decimal 116 24 17
Hex 74 18 11

RGB Percentages of Color #741811

%73.89
%15.29
%10.83

CMYK Percentages of Color #741811

%0
%79
%85
%55

Triadic Colors of #741811

#741811 #117418 #181174

Analogous Colors of #741811

#741811 #744a11 #74113b

Monochromatic Colors of #741811

#741811

Complementary Color

#741811 #116d74

#741811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741811 Color CSS Codes

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

#741811 Text Font Color

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

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


#741811 Background Color

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

This div background color is #741811


#741811 Border Color

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

This div border color is #741811


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,24,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 #741811">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741811


Comments

No comments written yet.

Please login to write comment.