Color Hex Logo

#743731 Color Hex

#743731
(116,55,49)
0 Favorites   0 Comments

Color spaces of #743731

RGB 1165549
HSL0.010.410.32
HSV58°45°
CMYK 0.000.530.58   0.55
XYZ9.12306.66713.7118
Yxy6.66710.46780.3419
Hunter Lab25.820717.88159.5514
CIE-Lab31.036726.185716.2486

#743731 color RGB value is (116,55,49).

#743731 hex color red value is 116, green value is 55 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #743731 hue: 0.01 , saturation: 0.41 and the lightness value of 743731 is 0.32.

The process color (four color CMYK) of #743731 color hex is 0.00, 0.53, 0.58, 0.55. Web safe color of #743731 is #663333. Color #743731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110111 00110001
Octal 164 67 61
Decimal 116 55 49
Hex 74 37 31

RGB Percentages of Color #743731

%52.73
%25.00
%22.27

CMYK Percentages of Color #743731

%0
%53
%58
%55

Triadic Colors of #743731

#743731 #317437 #373174

Analogous Colors of #743731

#743731 #745931 #74314d

Monochromatic Colors of #743731

#743731

Complementary Color

#743731 #316e74

#743731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743731 Color CSS Codes

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

#743731 Text Font Color

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

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


#743731 Background Color

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

This div background color is #743731


#743731 Border Color

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

This div border color is #743731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743731


Comments

No comments written yet.

Please login to write comment.