Color Hex Logo

#741a38 Color Hex

#741A38
(116,26,56)
0 Favorites   0 Comments

Color spaces of #741a38

RGB 1162656
HSL0.940.630.28
HSV340°78°45°
CMYK 0.000.780.52   0.55
XYZ8.28574.73734.2191
Yxy4.73730.48060.2748
Hunter Lab21.765329.86263.7427
CIE-Lab25.972840.78324.6886

#741a38 color RGB value is (116,26,56).

#741a38 hex color red value is 116, green value is 26 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #741a38 hue: 0.94 , saturation: 0.63 and the lightness value of 741a38 is 0.28.

The process color (four color CMYK) of #741a38 color hex is 0.00, 0.78, 0.52, 0.55. Web safe color of #741a38 is #663333. Color #741a38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011010 00111000
Octal 164 32 70
Decimal 116 26 56
Hex 74 1A 38

RGB Percentages of Color #741a38

%58.59
%13.13
%28.28

CMYK Percentages of Color #741a38

%0
%78
%52
%55

Triadic Colors of #741a38

#741a38 #38741a #1a3874

Analogous Colors of #741a38

#741a38 #74291a #741a65

Monochromatic Colors of #741a38

#741a38

Complementary Color

#741a38 #1a7456

#741a38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741a38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741a38 Color CSS Codes

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

#741a38 Text Font Color

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

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


#741a38 Background Color

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

This div background color is #741a38


#741a38 Border Color

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

This div border color is #741a38


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,26,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #741a38; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #741a38;
  -webkit-box-shadow: 1px 1px 3px 2px #741a38;
  box-shadow:         1px 1px 3px 2px #741a38; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741a38


Comments

No comments written yet.

Please login to write comment.