Color Hex Logo

#743931 Color Hex

#743931
(116,57,49)
0 Favorites   0 Comments

Color spaces of #743931

RGB 1165749
HSL0.020.410.32
HSV58°45°
CMYK 0.000.510.58   0.55
XYZ9.22006.86103.7441
Yxy6.86100.46510.3461
Hunter Lab26.193516.99269.8605
CIE-Lab31.488425.047516.8397

#743931 color RGB value is (116,57,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111001 00110001
Octal 164 71 61
Decimal 116 57 49
Hex 74 39 31

RGB Percentages of Color #743931

%52.25
%25.68
%22.07

CMYK Percentages of Color #743931

%0
%51
%58
%55

Triadic Colors of #743931

#743931 #317439 #393174

Analogous Colors of #743931

#743931 #745b31 #74314b

Monochromatic Colors of #743931

#743931

Complementary Color

#743931 #316c74

#743931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743931 Color CSS Codes

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

#743931 Text Font Color

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

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


#743931 Background Color

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

This div background color is #743931


#743931 Border Color

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

This div border color is #743931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743931


Comments

No comments written yet.

Please login to write comment.