Color Hex Logo

#743940 Color Hex

#743940
(116,57,64)
1 Favorites   0 Comments

Color spaces of #743940

RGB 1165764
HSL0.980.340.34
HSV353°51°45°
CMYK 0.000.510.45   0.55
XYZ9.59107.00945.6979
Yxy7.00940.43010.3143
Hunter Lab26.475318.33215.7725
CIE-Lab31.828326.62337.6546

#743940 color RGB value is (116,57,64).

#743940 hex color red value is 116, green value is 57 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #743940 hue: 0.98 , saturation: 0.34 and the lightness value of 743940 is 0.34.

The process color (four color CMYK) of #743940 color hex is 0.00, 0.51, 0.45, 0.55. Web safe color of #743940 is #663333. Color #743940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111001 01000000
Octal 164 71 100
Decimal 116 57 64
Hex 74 39 40

RGB Percentages of Color #743940

%48.95
%24.05
%27.00

CMYK Percentages of Color #743940

%0
%51
%45
%55

Triadic Colors of #743940

#743940 #407439 #394074

Analogous Colors of #743940

#743940 #745039 #74395e

Monochromatic Colors of #743940

#743940

Complementary Color

#743940 #39746d

#743940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743940 Color CSS Codes

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

#743940 Text Font Color

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

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


#743940 Background Color

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

This div background color is #743940


#743940 Border Color

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

This div border color is #743940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743940

#743940 Color Palettes


Comments

No comments written yet.

Please login to write comment.