Color Hex Logo

#741718 Color Hex

#741718
(116,23,24)
0 Favorites   0 Comments

Color spaces of #741718

RGB 1162324
HSL1.000.670.27
HSV359°80°45°
CMYK 0.000.800.79   0.55
XYZ7.67374.39171.3074
Yxy4.39170.57380.3284
Hunter Lab20.956428.688510.9706
CIE-Lab24.926339.695724.7646

#741718 color RGB value is (116,23,24).

#741718 hex color red value is 116, green value is 23 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #741718 hue: 1.00 , saturation: 0.67 and the lightness value of 741718 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010111 00011000
Octal 164 27 30
Decimal 116 23 24
Hex 74 17 18

RGB Percentages of Color #741718

%71.17
%14.11
%14.72

CMYK Percentages of Color #741718

%0
%80
%79
%55

Triadic Colors of #741718

#741718 #187417 #171874

Analogous Colors of #741718

#741718 #744417 #741747

Monochromatic Colors of #741718

#741718

Complementary Color

#741718 #177473

#741718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741718 Color CSS Codes

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

#741718 Text Font Color

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

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


#741718 Background Color

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

This div background color is #741718


#741718 Border Color

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

This div border color is #741718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741718


Comments

No comments written yet.

Please login to write comment.