Color Hex Logo

#743f2e Color Hex

#743F2E
(116,63,46)
0 Favorites   0 Comments

Color spaces of #743f2e

RGB 1166346
HSL0.040.430.32
HSV15°60°45°
CMYK 0.000.460.60   0.55
XYZ9.47317.46533.5264
Yxy7.46530.46290.3648
Hunter Lab27.322714.073311.4736
CIE-Lab32.843521.289520.4620

#743f2e color RGB value is (116,63,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111111 00101110
Octal 164 77 56
Decimal 116 63 46
Hex 74 3F 2E

RGB Percentages of Color #743f2e

%51.56
%28.00
%20.44

CMYK Percentages of Color #743f2e

%0
%46
%60
%55

Triadic Colors of #743f2e

#743f2e #2e743f #3f2e74

Analogous Colors of #743f2e

#743f2e #74622e #742e40

Monochromatic Colors of #743f2e

#743f2e

Complementary Color

#743f2e #2e6374

#743f2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743f2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#743f2e Color CSS Codes

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

#743f2e Text Font Color

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

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


#743f2e Background Color

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

This div background color is #743f2e


#743f2e Border Color

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

This div border color is #743f2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743f2e


Comments

No comments written yet.

Please login to write comment.