Color Hex Logo

#743e2e Color Hex

#743E2E
(116,62,46)
0 Favorites   0 Comments

Color spaces of #743e2e

RGB 1166246
HSL0.040.430.32
HSV14°60°45°
CMYK 0.000.470.60   0.55
XYZ9.41827.35553.5081
Yxy7.35550.46440.3627
Hunter Lab27.121014.525111.3156
CIE-Lab32.602921.878120.1575

#743e2e color RGB value is (116,62,46).

#743e2e hex color red value is 116, green value is 62 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #743e2e hue: 0.04 , saturation: 0.43 and the lightness value of 743e2e is 0.32.

The process color (four color CMYK) of #743e2e color hex is 0.00, 0.47, 0.60, 0.55. Web safe color of #743e2e is #663333. Color #743e2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111110 00101110
Octal 164 76 56
Decimal 116 62 46
Hex 74 3E 2E

RGB Percentages of Color #743e2e

%51.79
%27.68
%20.54

CMYK Percentages of Color #743e2e

%0
%47
%60
%55

Triadic Colors of #743e2e

#743e2e #2e743e #3e2e74

Analogous Colors of #743e2e

#743e2e #74612e #742e41

Monochromatic Colors of #743e2e

#743e2e

Complementary Color

#743e2e #2e6474

#743e2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743e2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#743e2e Color CSS Codes

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

#743e2e Text Font Color

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

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


#743e2e Background Color

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

This div background color is #743e2e


#743e2e Border Color

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

This div border color is #743e2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,62,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743e2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743e2e;
  -webkit-box-shadow: 1px 1px 3px 2px #743e2e;
  box-shadow:         1px 1px 3px 2px #743e2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743e2e


Comments

No comments written yet.

Please login to write comment.